mod_ssl and suse linux 7.1
hi there, i wanted to try ssl, so i installed mod-ssl, openssl and apache using yast2.. after that i changed SSLEngine in httpd.conf to "yes".. but after a reboot when i tried to connect to my webserver it was unreachable (i triend http://...., https:// ... with and without port 80 or 443).. how do i get this to work? i just want to try it with a simple "test" certificate... thanks:: remo
On Wed, Nov 28, 2001 at 06:21:13PM +0100, remo suter wrote:
hi there, i wanted to try ssl, so i installed mod-ssl, openssl and apache using yast2.. after that i changed SSLEngine in httpd.conf to "yes".. but after a reboot when i tried to connect to my webserver it was unreachable (i triend http://...., https:// ... with and without port 80 or 443)..
how do i get this to work? i just want to try it with a simple "test" certificate...
It is likely that you have not set the ServerName for the virtual host declaration. (There are two of those statements, a global one, and one for the virtual host listening on port 443.) If this is not the reason, you'll be able to learn more about what's going on by looking at /var/log/httpd/*_log. Peter -- VFS: Busy inodes after unmount. Self-destruct in 5 seconds. Have a nice day...
participants (2)
-
Peter Poeml
-
remo suter