Re: [SLUG] Switching a website to ssl

2005-08-18 Thread Thomas Schröder
Hi To create the cert it is maybe a good idea to look at http://www.cacert.org/ There you can create signed certificates for free. Cheers, Thomas Am Mittwoch, 17. August 2005 01:18 schrieb Julio Cesar Ody: The whole application to be accessed via SSL? If yes, then the steps are: - create

Re: [SLUG] Switching a website to ssl

2005-08-17 Thread Michael Chesterton
Julio Cesar Ody [EMAIL PROTECTED] writes: uses port 443, if you want to keep the https:// in the address bar). - check if your application uses absolute URLs (like in http://site/page.php; instead of page.php) in the page links. If yes, then change that to https, otherwise you'll be thrown

[SLUG] Switching a website to ssl

2005-08-16 Thread Edwin Humphries
We have a web application served by apache (2.0.52-9) that we want to switch from normal http to https. I suspect this is relatively simple, but - how do I do it? -- Regards, Edwin Humphries Mobile: 0419 233 051 Ironstone Technology Pty Ltd P. O. Box 423, Kiama, NSW, 2533 Phone: +61 (0)2 4233

Re: [SLUG] Switching a website to ssl

2005-08-16 Thread Julio Cesar Ody
The whole application to be accessed via SSL? If yes, then the steps are: - create the certificates. - make sure your apache installation was compiled with SSL support, then enable SSL on a given virtualhost (since you're just switching, probably the virtualhost has the same name as the host