asp.net - Website Not Available After Configuring HTTPS Binding -
i'm trying configure https on local iis server (windows 7 pro). can hit http://localhost fine when no https binding defined, once add it, 404 error. also, when add https binding , try restart server through iis manager, exception (image below). have no idea begin troubleshoot , haven't found applicable through google.
below images of i'm seeing when configuring binding.
i've created self-signed certificate use binding: 
when go edit bindings, default http binding present: 
i proceed create binding: 
at point, if navigate https://localhost, 404 error. if try , restart server, met exception:

turns out vmware workstation service interfering port 443. after stopping service https working on local iis.
Comments
Post a Comment