[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] How to have a https-only site?
- Subject: RE: [cobalt-users] How to have a https-only site?
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri Apr 5 05:57:35 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I have an address secure.domain.com which I want to be
> available only via HTTPS. How do I accomplish this on my
> Raq4. I have set all certificates and activated SSL so that
https://secure.domain.com/ works fine, but I can still access the files
non-SSL but using http:// instead of https://. How do I make http://
connections turn into https:// connections?
Can I use Rewrite rules in httpd.conf to do this? Suggestions?
I'm not familiar with the .conf file for the secure sites, but IIRC
there's a separate VirtualHost container for the "normal" site and the
secure site. How about just a Redirect in the normal container. e.g.
RedirectPermanent / https://www.domain.com/
--
Dan Kriwitsky