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 client tries to connect and the server responds that the certificate is not trusted and that the identity of the server has not been verified. In a browser I can ignore this message. How can I get the JsonService client to work with https and a self signed certificate? 回答1: I think this is a