This is a problem with the SSL (Secure Sockets Layer) protocol, which is used to establish secure connections between a web server and a browser.
Solution that worked for me
- In Solution Explorer, click your project.
- Hit the F4 key (view properties).
- Copy the URL (NOT the SSL URL).
- Paste the URL into the Project Url on the Web Tab, Save.
- In Solution Explorer, click your project.
- Hit the F4 key (view properties).
- Change SSL Enabled to false.
- Change it back to true. There should be a new SSL URL. Copy it.
- Paste the new SSL URL into Project URL on Web tab. Click Create Virtual Directory.
- Click Override application root URL, and paste in SSL URL. Save.