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: enter image description here

when go edit bindings, default http binding present: enter image description here

i proceed create binding: enter image description here

at point, if navigate https://localhost, 404 error. if try , restart server, met exception:

enter image description here

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


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -