Ajay B L
Ajay B L

Reputation: 1106

Katana or Microsoft.Owin.HttpListener for Servicing both http and https in a single service

I'm having trouble in understanding the way to implement both https and http in a single service.

I have a OWIN hosted Web API. Currently it serves http only. I like to implement ssl for it. Creating two http server instances does the job but this StackOverflow question says that Katana or Microsoft.Owin.HttpListener can be used to accomplish this purpose.
How is that possible using Microsoft.Owin.HttpListener?

Upvotes: 1

Views: 2117

Answers (1)

Related Questions