Group: Forum Members
Last Active: Fri 19 Jan 2018
Posts: 7,
Visits: 14
|
Just enabled SSL on a site.
Set up is as follows
IIS7 running many different websites
Kartris site setup HTTP bound to port 8130 HTTPS bound to port 8131
external IP address is redirected through firewall to internal IP as follows (obviously not real IPs)
111.111.111.111:80 traffic redirected to 222.222.222.222:8130 111.111.111.111:443 traffic redirected to 222.222.222.222:8131
If I navigate http:\\site.domain.com everything is fine.
if I navigate https:\\site.domain.com the site hangs and then redirects to site.domain.com:8131/default.aspx
I'm assuming there is a redirect somewhere in the code that is catching the SSL traffic and forcing the redirect but I can't seem to find it and I don't know why it is adding the port number.
I've tried this with the SSL config flag on and off and there is no difference.
Anyone have any ideas ?
|