ssl and web.config

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hey all,
I'm trying to configure my site to have a SSL certificate, but when I change the value in UseSSL from False to True, my site goes away and all I get it the standard host site say this site hosted by.  Thanks for any help.

Richard
11 years ago
hamilton wrote:
Hey all,
I'm trying to configure my site to have a SSL certificate, but when I change the value in UseSSL from False to True, my site goes away and all I get it the standard host site say this site hosted by.  Thanks for any help.

Richard


There are two things you could do. The first is follow through on the server side and setup your SSL certificate. The second is to disable UseSSL in the web.config.

Disable Use SSL in the web.config by changing the value to false.

<add key="UseSSL" value="False" />
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.