[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSL giving me a headache
- Subject: Re: [cobalt-users] SSL giving me a headache
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Oct 31 13:28:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Seeking some pearls of wisdom here
> How can I switch off SSL and get back to the admin pages when I
> can't actually get to them ?
>
> As usual any help much appreciated.
>
Try editing httpd.conf, ther is a section where it checks to see if a site
has SSL
Make the test fail!!!
Or maybe
save the files in /home/sites/home/certs
and rm all the files in the certs directory.
then reload httpd.
This should make the httpd.conf test fail.
And allow normal httpd access to the site!
Just guessing here, but I don't think it will hurt!
Gerald