[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSL not working on port 81
- Subject: Re: [cobalt-users] SSL not working on port 81
- From: flash22@xxxxxxx
- Date: Mon Feb 4 15:03:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Mon, 4 Feb 2002, Olaf Alders wrote:
>
> Okay, that *does* makes sense to me, but the rewrites in httpd.conf seem to
> allow for a secure connection to the GUI: (here's an excerpt)
>
> if ( ssl_cert_check("/home/sites/home/certs/") =~ /^2/ ) {
Hmm, ok, silly question, have you rebooted the machine since putting the
cert in?
> RewriteRule ^/siteadmin/?$
> proto://servername:81/cgi-bin/.cobalt/turbo_ui/dispatch/redirect?hostname=%1
It's switching into using ssl for the admin interface, but it won't in
fact work until the server is reconfigured to listen to port 81 in SSL
mode...(look for Listen in the config, see if it ever set it up)
I'm making assumptions about that machine this is ;P
gsh