[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Disabling web-based admin from http, but not https
- Subject: Re: [cobalt-users] Disabling web-based admin from http, but not https
- From: flash22@xxxxxxx
- Date: Sat Mar 10 23:12:36 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 8 Mar 2001, Lee Sai Fon wrote:
> Hello,
>
> No joy on my last query, but hopefully someone may have the answer to this
> one.
>
> Do you know if it is possible to arrange things so that the cobalt web-based
> interface is only available via https: and not normal http:?
>
The magic command you are looking for is SSLRequireSSL
it goes in a <directory> block , add it to the top level .htaccess file in
the adm server space and it should refuse non ssl connections...
This will of course hose all your internal error pages ;)
gsh