Unable to access site over HTTPS using self signed certificate
- by James
I am developing a REST API which I want to secure with SSL/TLS. I have implemented a large part of the API which I have tested over HTTP, however, I am now at the stage where I want to switch it over to use HTTPS.
At the moment the API is hosted on a Windows XP professional SP2 box running IIS 5.1 (development environment only) and I used the…