1
vote
1answer
47 views

Can ServiceStack JsonServiceClient send a get request to https w/self signed certificate?

I making a call to get using JsonServiceClient to serialize my request object. My server is using https and I created a self signed certificate. It would appear that an exception is thrown when the ...
1
vote
0answers
112 views

ServiceStack and SSL (HTTP 405 Method Not Allowed)

My service works on http, however when i try enabling https on IIS I get the following error: HTTP 405 Method Not Allowed. WebDAV module is disabled.
2
votes
1answer
686 views

Can't get ServiceStack to work in IIS6 with HTTPS

I'm having a problem getting ServiceStack to work with HTTPS in IIS6 and I can't seem to find any documentation on setting this up. Currently I have an endpoint setup like so - ...