I cannot to access a https webpage - the page of a WCF service I need to create proxy client for.
The page loads OK when accessed from ANY other pc (even a VM hosted on my pc), I can access the page
When accessed from dev pc over https with any browser (IE9, FF or Chrome) I get an error like
Connection reset
I Chrome I get
Error 107 (net::ERR_SSL_PROTOCOL_ERROR)
When I access it over http, from any other pc I get error
403 - Forbidden: Access is denied.
(as expected), but from troubled pc I get error
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
I was trying to check with fiddler (I'm not a fiddler totally beginner, but I was watching a video tutorial), and when I entered the url in fiddler address bar, browser open but no session was created in fiddler (to be able to look at its request / response)
Any idea what can I do?
Thanks