Operating System - HP-UX
1847930 Members
3672 Online
104021 Solutions
New Discussion

apachessl or mod ssl for a webserver?

 
SOLVED
Go to solution
someone_4
Honored Contributor

apachessl or mod ssl for a webserver?

Hello
we have a verisign cert that expires today. And no one know how to genetate a key.. Fun huh ?? well on the verisign it asks if we have apachessl or mod ssl .. How do i determine what I have?

Richard
11 REPLIES 11
someone_4
Honored Contributor

Re: apachessl or mod ssl for a webserver?

Here is the link I am looking at.

http://www.verisign.com/support/csr/
someone_4
Honored Contributor

Re: apachessl or mod ssl for a webserver?

Maybe this one?? I am using netscape enterprise server

http://www.verisign.com/support/csr/hp/v00.html
harry d brown jr
Honored Contributor

Re: apachessl or mod ssl for a webserver?

There is a command with apache that lists modules linked into it.

Maybe apache -l or apache -modules?

live free or die
harry
Live Free or Die
harry d brown jr
Honored Contributor

Re: apachessl or mod ssl for a webserver?

here it is:

# /opt/apache/bin/httpd -l
Compiled-in modules:
http_core.c
mod_so.c
mod_perl.c
suexec: disabled; invalid wrapper /opt/apache/bin/suexec
#


live free or die
harry
Live Free or Die
harry d brown jr
Honored Contributor

Re: apachessl or mod ssl for a webserver?

If you follow the instructions listed, does it work or does it fail?

live free or die
harry
Live Free or Die
someone_4
Honored Contributor

Re: apachessl or mod ssl for a webserver?

I got it in sbin ..
so this means its mod?

(www1) /opt/apache/sbin# ./httpd -l
Compiled-in modules:
http_core.c
mod_so.c
suexec: disabled; invalid wrapper /opt/apache/sbin/suexec
(www1) /opt/apache/sbin#
harry d brown jr
Honored Contributor

Re: apachessl or mod ssl for a webserver?

Richard, you are confusing me. At first you said you were running Apache, but then you said you were running NES. Your apache does not have mod_ssl in it.

see:

http://www.apache-ssl.org/#mod_ssl

live free or die
harry
Live Free or Die
someone_4
Honored Contributor

Re: apachessl or mod ssl for a webserver?

Harry .. I got a bit confused my self .. But there is no netscape running on this server. It is apache ..
And from the output of the command you have me it is mod ssl right?
someone_4
Honored Contributor

Re: apachessl or mod ssl for a webserver?

sorry i mean I am NOT running mod ssl .. but apache ssl
harry d brown jr
Honored Contributor
Solution

Re: apachessl or mod ssl for a webserver?

Richard,

check your /opt/apache/conf/httpd.conf file. Search for "ssl",

if you see this:
LoadModule ssl_module libexec/libssl.so

then it is openssl (apachessl).

and "openssl" should reside in a directory like this:
/opt/apache/ssl/bin/openssl

and you can do this:
# /opt/apache/ssl/bin/openssl version
OpenSSL 0.9.5a 1 Apr 2000
#


live free or die
harry
Live Free or Die
someone_4
Honored Contributor

Re: apachessl or mod ssl for a webserver?

I found theese so it looks like it is ssl.

(www1) /opt/apache/etc# lsf
access.conf magic.default ssl.crt/
access.conf.default mime.types ssl.csr/
httpd.conf mime.types.default ssl.key/
httpd.conf.bak srm.conf ssl.prm/
httpd.conf.default srm.conf.default
magic ssl.crl/
(www1) /opt/apache/etc#