[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Re: SSL Certs from Equifax
- Subject: [cobalt-developers] Re: SSL Certs from Equifax
- From: Tarren <tarren@xxxxxxxxxxxx>
- Date: Tue May 16 09:19:17 2000
Thanks for the info Tony !
I've set up at three sites now, the two customer sites work great, but the
admin site is exhibiting some strange behaviour.
If I put https://patsy.fresh4.net in the browser, I get the "welcome to
cobalt" page through SSL all fine.
If I then put https://patsy.fresh4.net/admin in the browser, Netscape gives
me the error "patsy.fresh4.net is a site that uses encryption to protect
transmitted information. However, Netscape does not recognize the authority
who signed its Certificate."
I don't get this problem when surfing other SSL pages from the main site,
like: https://patsy.fresh4.net/webalizer/
Why is the admin interface causing all my browsers to complain? I
desperately want the admin interface encrypted, but this is wierd !
Regards,
Tarren.
on 16/5/00 3:30 pm, Tony at isplists@xxxxxxxxxxxx wrote:
> I had to modify this section in the httpd.conf file:
> =====================================================================
> $PerlConfig .= "SSLCACertificateFile
> /home/sites/$group/certs/cacert\n"; #ADDED THIS LINE
> $PerlConfig .= "SSLCACertificateFile
> /home/sites/home/certs/cacert\n"; #ADDED THIS LINE