Re: Is it possible to not force SSL on port:443?
Cliff Woolley <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ssl.user |
|---|---|
| Message-ID | <[email protected]> |
On 10/14/05, Pigeon <[email protected]> wrote: > I am helping someone develop a product, and for the next little bit he will > need to access port 443 with out the communication being encrypted (aka he > could telnet to it if he wanted). > > But in the very near future, he will want to make 443 encrypted.. > > Is it possible to not force encryption on port443? Sure... you just tell Apache to listen on that port and don't turn the SSLEngine on. :) Or are you asking how to make it *optional*? You can do that too -- as long as "SSLRequireSSL" isn't set, it should work. ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [email protected] Automated List Manager [email protected]