Hello. I'm trying to get SSL up and running on my apache setup. what is odd is that I seem to have compiled apache with ssl.
Here is my config line for apache:
./configure --prefix=/home/httpd/html/
vhosts --sysconfdir=/www/conf --enable-shared=max --enable-module=rewrite --enable-module=status --enable-module=ssl
that is the first thing i do. then i go to my php source and do this:
./configure -with-mysql=/usr --with-gd --with-jpeg-dir=/usr/lib --with-config-file-path=/w
ww/conf --with-apache=../apache_1.
3.33 --with-zlib-dir=/usr/inclu
de --enable-track-vars
make
make install
I then go back to apache source and do:
./config.status --activate-module=src/modu
les/php4/l
ibphp4.a
make
make certificate
make install
that seems to build apache with SSL. it creates the server key and everything.
i start apache and the module is NOT mod_ssl it's apacheSSL or something.
anyway, i SSH into my server and do netstat -putnap and see this:
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 386/httpd
so it looks like 443 is open but if i go to my url in a browser i just get a dns error and if i use:
lynx
https://www.mydomain.com it says it cannot make a secure connection. port 443 is open and i've tried with the shorewall firewall off.
of course, before doing any of that i built openssl and did this:
$ cd mod_ssl-2.8.22-1.3.33
$ ./configure \
--with-apache=../apache_1.
3.33 \
--with-ssl=../openssl-0.9.
7e \
--prefix=/usr/local/apache
so i'm not sure what the problem is, can anyone help out here? i really need to get SSL going quick!
thanks.
i looked at my error_log and here is the error:
[Mon May 2 09:15:57 2005] [error] [client x.x.x.x] Invalid method in request \\x80\\x82\\x01\\x03\\x01
[Mon May 2 09:15:57 2005] [error] [client x.x.x.x] Invalid method in request \\x80\\x82\\x01\\x03
[Mon May 2 09:15:58 2005] [error] [client x.x.x.x] Invalid method in request \\x80\\x82\\x01\\x03\\x01
[Mon May 2 09:15:58 2005] [error] [client x.x.x.x] Invalid method in request \\x80\\x82\\x01\\x03