PDA

View Full Version : SSL problem


jeremybrown
25th October 2007, 18:21
I have an external link on my site.master page that is causing problems with the SSL. The SSL certificate doesn't like external links to other sites that aren't https so i had to take the link out. Does anybody know of a way round this?

Thanks
Jeremy

ken_uk
25th October 2007, 19:00
Could you not just have the link going a secure page on your site, but have that page redirect to the external link?

DuaneJackson
25th October 2007, 19:33
There is no way around it. If you're viewing a secure page and elements (CSS, images, js, etc) are on a non-secure site then the user will be warned as such.

As Ken says, you'd need to put them on your own site or access a https version of them

jeremybrown
25th October 2007, 19:48
Thanks Ken, that's probably the best way round it.