
April 22nd, 2001, 10:47 AM
|
 |
yet another member
|
|
Join Date: Feb 2001
Posts: 262
Time spent in forums: 7 m 52 sec
Reputation Power: 13
|
|
Hi!
ovigneron,
I was told that using SSL you best make all links (php generated ones, too) absolute with https::// prefix .
Using relative links (like "../index.html", or even "/index.html") on securely transmitted pages is said to make some browsers request the linked pages without encryption. Therefor you should always tell the browsers (by saying "https://www.server.com/index.html") to retrieve the link securely .
btw, freebsd is right. the only disadvantage of a self signed (and self generated) key is that the browser won't recognize the signer (which it would were it VeriSign), and ask your visitor whether she/he decides to trust the key. In my opinion this is no problem at all for a low profile site (in case you're running one... no insult intended here  ) compared to $$300.
Greetings
Atrus.
|