View previous topic :: View next topic |
Author |
Message |
dsegel Tux's lil' helper

Joined: 31 Jan 2003 Posts: 127
|
Posted: Thu Jun 22, 2006 9:47 pm Post subject: How do I configure an apache SSL-only server? |
|
|
And should I put the configuration file under vhosts (where the non-SSL host examples are defined) or modules (where the SSL host examples are)? I keep getting:
Init: (shs.ucdavis.edu:443) You configured HTTP(80) on the standard HTTPS(443) port!
errors no matter how I set it up.
My /etc/conf.d/apache options are: APACHE2_OPTS="-D SSL -D PROXY -D PROXY_HTML -D PHP5" |
|
Back to top |
|
 |
GoofballJM1 Guru


Joined: 22 Mar 2004 Posts: 392 Location: Denver, CO USA
|
Posted: Fri Jun 23, 2006 4:19 pm Post subject: |
|
|
Have you looked at this guide? It might help you.
http://gentoo-wiki.com/SSL _________________ "Great spirits have often encountered violent opposition from weak minds." - Albert Einstein |
|
Back to top |
|
 |
lxg Veteran


Joined: 12 Nov 2005 Posts: 1019 Location: Aachen, Germany
|
Posted: Fri Jun 23, 2006 9:57 pm Post subject: |
|
|
You need to define you SSL host in /etc/apache2/modules.d/41_mod_ssl.default_host.conf (may be named slightly differently). You can't do name-based virtual hosting with SSL.
Your error messages suggests that you tried to run normal http on port 443, but that won't ever give you SSL. _________________ lxg.de – codebits and tech talk |
|
Back to top |
|
 |
|