July 16, 201016 yr Hello, Sorry if this is in the wrong place.I have aquired a Free SSL certificate from StartSSL (Required SSL for Bank Transactions online)The certificate has been installed correctly, however im not sure on how to force SSL for certain pages.When i require it for the whole site and i visit my site for example https://domain.com and click on a link it will revert back to http://domain.com/link.extension.So does any one know how to fix this issue, its Windows Server 2008 Standard.Running IIS 7 with ASP.NET and SQL Express.Thanks alotEthan
July 17, 201016 yr If the problem is with clicking links on a page after you've explicitly visited https:// site.tld, then the problem is with the site itself, not the web server. It sounds like the page isn't using relative hrefs for links.
July 19, 201016 yr Well, a quick way to at least get an idea would be to look at the source of a page containing a link you expect to work incorrectly - is it a straight href, or does it run script or perform some other function? At least let's start with looking.
July 19, 201016 yr Author Well, a quick way to at least get an idea would be to look at the source of a page containing a link you expect to work incorrectly - is it a straight href, or does it run script or perform some other function? At least let's start with looking.Well it turns out that the Site uses a Web.Config file, and at the end of that it had "USE SSL=False" so i changed it to True, now the Login, Registration, Cart is all SSL'd, Thanks for you're help, Much appreciated Ethan
Create an account or sign in to comment