Configuring IIS site to use HTTPS
Posted
by
James
on Server Fault
See other posts from Server Fault
or by James
Published on 2012-07-09T09:00:41Z
Indexed on
2012/07/09
9:17 UTC
Read the original article
Hit count: 238
I am working on a REST API which I have currently deployed on a Win XP Professional SP2 development machine running IIS 5.1. The site is currently being hosted on port 81 and being accessed via HTTP. I would now like to configure the site to stop using HTTP and use HTTPS only.
I have developed a self-signed certificate using the SelfSSL.exe
tool from the 6.0 Resource Kit Tools and set the Common Name
to be the IP of my server (as it's a local development machine it has no domain name). I have also already configured the site to use SSL using the How To Set Up an HTTPS Service in IIS tutorial as my guide.
However, whenever I try to access a resource in the API via HTTPS I get a 404.
Any ideas?
© Server Fault or respective owner