Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to use SSL for certain pages in Umbraco. I set it up in IIS 7.5 using Self-Signed certicate, assign host binding to the site as below:
Type Host Name port IP Address http umbraco.local 80 * https 443 *
On SSL Settings in IIS for the site:
UnCheckced Require SSL Select Accept for Cleint Certificate (ignore can be selected)
The problem is that, I can visit http://umbraco.local, but when I visit https://umbraco.local, it 302 redirect to the http version.
http://umbraco.local
https://umbraco.local
http
If I change to a clean database and keep the umbraco web app, the redirection is not happening. So, it might be due to setting in database that causes the redirection. What database tables should I look into?
Any idea?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Setup to Use SSL for certain pages in Umbarco 4.11.6
I want to use SSL for certain pages in Umbraco. I set it up in IIS 7.5 using Self-Signed certicate, assign host binding to the site as below:
On SSL Settings in IIS for the site:
The problem is that, I can visit
http://umbraco.local
, but when I visithttps://umbraco.local
, it 302 redirect to thehttp
version.If I change to a clean database and keep the umbraco web app, the redirection is not happening. So, it might be due to setting in database that causes the redirection. What database tables should I look into?
Any idea?
is working on a reply...