I did not set the server up so there is probably a setting that I'm missing. My server has a SSL cert installed and it appears to be configured to accept secure connections. However, whenever a https request is sent, a 301 response is given and the user is redirected to the resource they requested but with http. I'm not an IIS whiz or anything, but I've looked through the properties, the Web.Config file, and anything else that looked remotely like it could be a configuration file, but I haven't turned up anything. Can anyone here shed some light on why this might be happening?
|
feedback
|
|
A couple of points I can see straight away
If it's the application then you should be able to fix that. If it's the server doing the redirection then you can resolve the redirection and then tick the box saying that this site requires a secure connection. Good luck :) | |||||
feedback
|