issue with SSL redirect

Posted By pfkoss Mon 2 Nov 2015
Add to Favorites1
Author Message
pfkoss
 Posted Mon 2 Nov 2015
Supreme Being

Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)

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 ?
pfkoss Marked As Answer
 Posted Mon 9 Nov 2015
Supreme Being

Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)Supreme Being - (3,843 reputation)

Group: Forum Members
Last Active: Fri 19 Jan 2018
Posts: 7, Visits: 14
Turns out the issue was basic. We are using port binding in IIS for the multiple site we run. (only one of which is kartris). Kartriss / Authorize.net will only allow for standard ports and will not work with non-standard ports. You must have site running on 80/443

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top