SharePoint 2013 Online (Office 365) from local machine (no SharePoint Server installed) works without issue:
- Create a simple auto hosted app
- Right-click and deploy the solution
- Web gets deployed in Azure successfully and I'm redirected to the "trust it" page
- The App functions properly
Try to debug locally and the SSL site does not work
- Create a simple auto hosted app
- Click F5 to debug
- The page with "trust it" option is displayed and then click "trust it"
- In the Site contents, page I click the App
- The page with 'localhost' in the URL is loaded with the error as below:
This page can't be displayed" on https://localho
I browse to https://localho
When I built it prompted me to install a SSL certification and I am guessing this is the issue. My IIS Express is not allowing the SSL site to work, the process is there but nothing will render on it.
Please Help