Hi,
Sorry if I missunderstand. HTTPS will not work only changing the url in the code. You must secure the socket with a certificate. Because of casablanca uses HTTP windows API on Windows, you can use any tutorial that secure the socket. I found one and works for windows 7. I will test with Windows 8.1.
This is the link:
http://blogs.msdn.com/b/jpsanders/archive/2009/09/29/walkthrough-using-httplistener-as-an-ssl-simple-server.aspx
You can create a self signed certificate easily with the next link:
http://www.howtogeek.com/107415/it-how-to-create-a-self-signed-security-ssl-certificate-and-deploy-it-to-client-machines/
Regards,
Sorry if I missunderstand. HTTPS will not work only changing the url in the code. You must secure the socket with a certificate. Because of casablanca uses HTTP windows API on Windows, you can use any tutorial that secure the socket. I found one and works for windows 7. I will test with Windows 8.1.
This is the link:
http://blogs.msdn.com/b/jpsanders/archive/2009/09/29/walkthrough-using-httplistener-as-an-ssl-simple-server.aspx
You can create a self signed certificate easily with the next link:
http://www.howtogeek.com/107415/it-how-to-create-a-self-signed-security-ssl-certificate-and-deploy-it-to-client-machines/
Regards,