Windows Azure CDN using https - reset connection

I have a problem with the fact that I accidentally get a connection reset when I try to access static content from Azure CDN using https.

I turned on HTTPS on the cdn endpoint, and most of the time it works fine, but sometimes it just hangs and https does not refer to cdn working. If I switch to http, it works fine, and after about 10 minutes https "returns".

Has anyone else seen this?

+3
source share
1 answer

Do you have a problem connecting to the local machine too?

In any case, what you can do is use Fiddler on your azure instance and on your local machine to find out if you have more information.

This will be my first step attacking the problem.

0
source

All Articles