I am getting lots of errors on my Azure hosted site that is forced to SSL
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 127.0.0.1:80
I have set the umbracoApplicationUrl in umbracoSettings to
Scheduled Publish error on Azure
I am getting lots of errors on my Azure hosted site that is forced to SSL
I have set the umbracoApplicationUrl in umbracoSettings to
https://localhost:443/umbraco
It didn't work, so I changed it to the actual domain name
htto://www.mysite.co.uk/umbraco
And the error reverted back to trying to load from the localhost url
I check the UmbracoServer table and all looks fine
Has anyone else come across this issue, am I using the wrong domain name?
Phil
is working on a reply...