SSL w/ Virtual Hosts startup failure...
SSL w/ Virtual Hosts startup failure...
am 18.07.2002 23:21:13 von Sean M Alderman
Hi, I just received certs today for a couple of Vhosts. I setup their
SSL vhosts like -
# Server Info
ServerName www.server.com
ServerAdmin sean.m.alderman@grc.nasa.gov
# SSL Stuff
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+e NULL
SSLCertificateFile /usr/appl/www/www.server.com/certs/server.crt
SSLCertificateKeyFile /usr/appl/www/www.server.com/certs/server.key
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog /usr/appl/www/cws.grc.nasa.gov/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
# Document Directory Information
DocumentRoot /usr/appl/www/www.server.com/htdocs
Options +Includes
# Jakarta Mounts for the
# Bobby Section 508 software
JkMount /bobby ajp13
JkMount /bobby/*.jsp ajp13
# CGI Directories
ScriptAlias /cgi-bin/ "/usr/appl/www/www.server.com/cgi-bin/"
# Log Configuration
ErrorLog /usr/appl/www/www.server.com/logs/error_log
CustomLog "|/usr/appl/apache/bin/rotatelogs
/usr/appl/www/www.server.com/logs/access_log 2419200" combined
I configured ssl and certs for 3 vhosts and tested each one after I made
the configuration for it. The server started after the first ssl
config, and the second, but it's not starting on the last. The SSL
Engine Log is here, access_log and error_log have are empty
==> ssl_engine_log <==
[18/Jul/2002 17:09:30 11938] [info] Server: Apache/1.3.26, Interface:
mod_ssl/2.8.9, Library: OpenSSL/0.9.6d
[18/Jul/2002 17:09:30 11938] [info] Init: 1st startup round (still not
detached)
[18/Jul/2002 17:09:30 11938] [info] Init: Initializing OpenSSL
library[18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate &
private key of SSL-aware server mailarch.grc.nasa.gov:443
[18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate & private
key of SSL-aware server cws.grc.nasa.gov:443
[18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate & private
key of SSL-aware server webapp.grc.nasa.gov:443
[18/Jul/2002 17:09:30 11938] [info] Init: Seeding PRNG with 136 bytes
of entropy
[18/Jul/2002 17:09:30 11938] [info] Init: Generating temporary RSA
private keys (512/1024 bits)
[18/Jul/2002 17:09:31 11938] [info] Init: Configuring temporary DH
parameters (512/1024 bits)
Is there some advanced logging I can do to determine the problem? Has
this been handled before (and I didn't use the right search terms)?
Thanks!
--
Sean M. Alderman
ITRACK Systems Analyst
PACE/NCI - NASA Glenn Research Center
(216) 433-2795
Calling a windowed operating system "Windows" is like naming an
automobile "Wheels."
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: SSL w/ Virtual Hosts startup failure...
am 18.07.2002 23:38:29 von Bill Adams
You could try adding these directives inside your virtual host block (or else make the scope global if you wish):
SSLLog /var/log/httpd/{virtual-host-name}-ssl_log
SSLogLevel debug
These will provide some verbose debug spew in the ssl log file that might help.
-----Original Message-----
From: Sean M Alderman [mailto:sean.m.alderman@grc.nasa.gov]
Sent: Thursday, July 18, 2002 5:21 PM
To: modssl-users@modssl.org
Subject: SSL w/ Virtual Hosts startup failure...
Hi, I just received certs today for a couple of Vhosts. I setup their
SSL vhosts like -
# Server Info
ServerName www.server.com
ServerAdmin sean.m.alderman@grc.nasa.gov
# SSL Stuff
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+e NULL
SSLCertificateFile /usr/appl/www/www.server.com/certs/server.crt
SSLCertificateKeyFile /usr/appl/www/www.server.com/certs/server.key
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog /usr/appl/www/cws.grc.nasa.gov/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
# Document Directory Information
DocumentRoot /usr/appl/www/www.server.com/htdocs
Options +Includes
# Jakarta Mounts for the
# Bobby Section 508 software
JkMount /bobby ajp13
JkMount /bobby/*.jsp ajp13
# CGI Directories
ScriptAlias /cgi-bin/ "/usr/appl/www/www.server.com/cgi-bin/"
# Log Configuration
ErrorLog /usr/appl/www/www.server.com/logs/error_log
CustomLog "|/usr/appl/apache/bin/rotatelogs
/usr/appl/www/www.server.com/logs/access_log 2419200" combined
I configured ssl and certs for 3 vhosts and tested each one after I made
the configuration for it. The server started after the first ssl
config, and the second, but it's not starting on the last. The SSL
Engine Log is here, access_log and error_log have are empty
==> ssl_engine_log <==
[18/Jul/2002 17:09:30 11938] [info] Server: Apache/1.3.26, Interface:
mod_ssl/2.8.9, Library: OpenSSL/0.9.6d
[18/Jul/2002 17:09:30 11938] [info] Init: 1st startup round (still not
detached)
[18/Jul/2002 17:09:30 11938] [info] Init: Initializing OpenSSL
library[18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate &
private key of SSL-aware server mailarch.grc.nasa.gov:443
[18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate & private
key of SSL-aware server cws.grc.nasa.gov:443
[18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate & private
key of SSL-aware server webapp.grc.nasa.gov:443
[18/Jul/2002 17:09:30 11938] [info] Init: Seeding PRNG with 136 bytes
of entropy
[18/Jul/2002 17:09:30 11938] [info] Init: Generating temporary RSA
private keys (512/1024 bits)
[18/Jul/2002 17:09:31 11938] [info] Init: Configuring temporary DH
parameters (512/1024 bits)
Is there some advanced logging I can do to determine the problem? Has
this been handled before (and I didn't use the right search terms)?
Thanks!
--
Sean M. Alderman
ITRACK Systems Analyst
PACE/NCI - NASA Glenn Research Center
(216) 433-2795
Calling a windowed operating system "Windows" is like naming an
automobile "Wheels."
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
https setup on Redhat Linux 7.3 usig apache webserver
am 18.07.2002 23:41:48 von Carl Dionne
Hello,
I am new to the mailing list. I have several redhat 7.3 linux servers that
are running Apache 1.3 webservers. Can anyone point me to a guide to setup
the following:
1. Running a webserver using standard http
2. and, setting up a sub area using a virtual host to allow access only
through https.
I must be missing something. I have verified that port 443 is active and
listening. However I loose it when trying to get the web page to work with
SSL using https instead of http.
Has anyone done this before. I successfully got squirrelmail running but we
want to use SSL for security reasons.
Mahalo
Carl Dionne
UHH Computer Science
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: https setup on Redhat Linux 7.3 usig apache webserver
am 19.07.2002 10:02:01 von Boyle Owen
As I understand, you have inherited a running system of several physical machines each running an instance of apache and with several virtual hosts but all on plain HTTP. You now want to add HTTPS to the mix...
I assume you have compiled in or loaded the mod_ssl module and that you have certificate and key (even if they are just self-signed).
To get you started, the basic idea is that an SSL site is really just a port-based virtual-host (VH), usually on port 443 (the default for SSL). So on one of your web-servers, you set up a new VH and give it a doc root:
First of all, encapsulate all you SSL directives inside an so that they only get read if you explicitly start with SSL.
Listen ip:443
DocumentRoot /path/to/ssl/area/docroot
(where "ip" = the machine's IP address).
NB If you are running name-based virtual-hosting on this IP address, you have to add the plain HTTP port to the NameVirtualHost directive or apache will complain, i.e.
<< NameVirtualHost ip
>> NameVirtualHost ip:80
(assuming you are running plain HTTP on port 80). Don't be tempted to use NBVHing with SSL - it doesn't work.
Now, you need all the various SSL directives... The minimum set is:
SSLEngine on
SSLCertificateFile /path/to/cert
SSLCertificateFile /path/to/key
Now test the configuration (apachectl configtest) and restart with ssl (apachectl startssl - this issues the lower-level command "httpd -DSSL" which sets the env SSL and so reads in the stuff inside ).
Now you can surf to the site with: https://your-server/ - note carefully the use of "https" to tell your browser that this is an SSL site.
That's the basics - check out the mod_ssl docs for more details about the directives above and about others you may need to set if the defaults are not suitable.
Rgds,
Owen Boyle
>-----Original Message-----
>From: Carl Dionne [mailto:cdionne@hawaii.edu]
>Sent: Donnerstag, 18. Juli 2002 23:42
>To: modssl-users@modssl.org
>Subject: https setup on Redhat Linux 7.3 usig apache webserver
>
>
>Hello,
>
>I am new to the mailing list. I have several redhat 7.3 linux
>servers that
>are running Apache 1.3 webservers. Can anyone point me to a
>guide to setup
>the following:
>
>1. Running a webserver using standard http
>2. and, setting up a sub area using a virtual host to allow
>access only
>through https.
>
>I must be missing something. I have verified that port 443 is
>active and
>listening. However I loose it when trying to get the web page
>to work with
>SSL using https instead of http.
>
>Has anyone done this before. I successfully got squirrelmail
>running but we
>want to use SSL for security reasons.
>
>Mahalo
>
>Carl Dionne
>UHH Computer Science
>
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List modssl-users@modssl.org
>Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: SSL w/ Virtual Hosts startup failure...
am 19.07.2002 15:26:08 von Sean M Alderman
Well, I added the lines you suggested to the vhost config for the one
that keeps apache from starting. The vhost-ssl_log file looks like -
# more ssl_log
[19/Jul/2002 09:18:38 13253] [info] Init: Loading certificate & private
key of SSL-aware server xxx.grc.nasa.gov:443
[19/Jul/2002 09:18:38 13253] [trace] Init: (xxx.grc.nasa.gov:443)
unencrypted RSA private key - pass phrase not required
Doesn't seem to be anything useful there. And if I comment out this
virtual host (config below) Apache seems to work just fine. All the
other vhosts startup (http and https). When I created the configs for
these vhosts, I just copied the directives for each ssl vhost I needed
and changed the paths/certs/hostnames/etc...
Here's the vhost config again -
# Server Info
ServerAdmin sean.m.alderman@grc.nasa.gov
ServerName xxx.grc.nasa.gov
# SSL Stuff
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+e NULL
SSLCertificateFile /usr/appl/www/xxx.grc.nasa.gov/certs/xxx.crt
SSLCertificateKeyFile /usr/appl/www/xxx.grc.nasa.gov/certs/xxx.key
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog /usr/appl/www/xxx/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
SSLLog /usr/appl/www/xxx.grc.nasa.gov/logs/ssl_log
SSLLogLevel debug
# Document Directories
DocumentRoot /usr/appl/www/xxx.grc.nasa.gov/htdocs
Options +Includes
# Log Configuration
ErrorLog /usr/appl/www/xxx.grc.nasa.gov/logs/error_log
CustomLog "|/usr/appl/apache/bin/rotatelogs
/usr/appl/www/xxx.grc.nasa.gov/logs/access_log 2419200" combined
On Thu, 2002-07-18 at 17:38, Bill Adams wrote:
> You could try adding these directives inside your virtual host block (or else make the scope global if you wish):
>
> SSLLog /var/log/httpd/{virtual-host-name}-ssl_log
> SSLogLevel debug
>
> These will provide some verbose debug spew in the ssl log file that might help.
>
>
> -----Original Message-----
> From: Sean M Alderman [mailto:sean.m.alderman@grc.nasa.gov]
> Sent: Thursday, July 18, 2002 5:21 PM
> To: modssl-users@modssl.org
> Subject: SSL w/ Virtual Hosts startup failure...
>
>
> Hi, I just received certs today for a couple of Vhosts. I setup their
> SSL vhosts like -
>
>
>
>
>
> # Server Info
> ServerName www.server.com
> ServerAdmin sean.m.alderman@grc.nasa.gov
>
> # SSL Stuff
> SSLEngine on
> SSLCipherSuite
> ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+e NULL
> SSLCertificateFile /usr/appl/www/www.server.com/certs/server.crt
> SSLCertificateKeyFile /usr/appl/www/www.server.com/certs/server.key
>
> SSLOptions +StdEnvVars
>
>
> SSLOptions +StdEnvVars
>
> SetEnvIf User-Agent ".*MSIE.*" \
> nokeepalive ssl-unclean-shutdown \
> downgrade-1.0 force-response-1.0
> CustomLog /usr/appl/www/cws.grc.nasa.gov/logs/ssl_request_log \
> "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
>
> # Document Directory Information
> DocumentRoot /usr/appl/www/www.server.com/htdocs
>
> Options +Includes
>
>
> # Jakarta Mounts for the
> # Bobby Section 508 software
> JkMount /bobby ajp13
> JkMount /bobby/*.jsp ajp13
>
> # CGI Directories
> ScriptAlias /cgi-bin/ "/usr/appl/www/www.server.com/cgi-bin/"
>
> # Log Configuration
> ErrorLog /usr/appl/www/www.server.com/logs/error_log
> CustomLog "|/usr/appl/apache/bin/rotatelogs
> /usr/appl/www/www.server.com/logs/access_log 2419200" combined
>
>
>
>
>
> I configured ssl and certs for 3 vhosts and tested each one after I made
> the configuration for it. The server started after the first ssl
> config, and the second, but it's not starting on the last. The SSL
> Engine Log is here, access_log and error_log have are empty
>
> ==> ssl_engine_log <==
> [18/Jul/2002 17:09:30 11938] [info] Server: Apache/1.3.26, Interface:
> mod_ssl/2.8.9, Library: OpenSSL/0.9.6d
> [18/Jul/2002 17:09:30 11938] [info] Init: 1st startup round (still not
> detached)
> [18/Jul/2002 17:09:30 11938] [info] Init: Initializing OpenSSL
> library[18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate &
> private key of SSL-aware server xxx.grc.nasa.gov:443
> [18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate & private
> key of SSL-aware server cws.grc.nasa.gov:443
> [18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate & private
> key of SSL-aware server webapp.grc.nasa.gov:443
> [18/Jul/2002 17:09:30 11938] [info] Init: Seeding PRNG with 136 bytes
> of entropy
> [18/Jul/2002 17:09:30 11938] [info] Init: Generating temporary RSA
> private keys (512/1024 bits)
> [18/Jul/2002 17:09:31 11938] [info] Init: Configuring temporary DH
> parameters (512/1024 bits)
>
>
> Is there some advanced logging I can do to determine the problem? Has
> this been handled before (and I didn't use the right search terms)?
>
> Thanks!
>
> --
> Sean M. Alderman
> ITRACK Systems Analyst
> PACE/NCI - NASA Glenn Research Center
> (216) 433-2795
>
> Calling a windowed operating system "Windows" is like naming an
> automobile "Wheels."
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
--
Sean M. Alderman
ITRACK Systems Analyst
PACE/NCI - NASA Glenn Research Center
(216) 433-2795
Calling a windowed operating system "Windows" is like naming an
automobile "Wheels."
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: SSL w/ Virtual Hosts startup failure...
am 19.07.2002 15:33:26 von Sean M Alderman
Duh. I just found a bad path for a log file in the config I put in here
as I read my post. Fixing that seems to have resolved the issue. Sorry
for the trouble.
On a side note though, is it considered to be a "best practice" to store
vhost config info in the httpd.conf? I had thought I might create
config files for each vhost and include them into the main config file,
to make things easier to manage. Just curious.
On Fri, 2002-07-19 at 09:26, Sean M Alderman wrote:
> Well, I added the lines you suggested to the vhost config for the one
> that keeps apache from starting. The vhost-ssl_log file looks like -
>
> # more ssl_log
> [19/Jul/2002 09:18:38 13253] [info] Init: Loading certificate & private
> key of SSL-aware server xxx.grc.nasa.gov:443
> [19/Jul/2002 09:18:38 13253] [trace] Init: (xxx.grc.nasa.gov:443)
> unencrypted RSA private key - pass phrase not required
>
> Doesn't seem to be anything useful there. And if I comment out this
> virtual host (config below) Apache seems to work just fine. All the
> other vhosts startup (http and https). When I created the configs for
> these vhosts, I just copied the directives for each ssl vhost I needed
> and changed the paths/certs/hostnames/etc...
>
> Here's the vhost config again -
>
>
>
>
> # Server Info
> ServerAdmin sean.m.alderman@grc.nasa.gov
> ServerName xxx.grc.nasa.gov
>
> # SSL Stuff
> SSLEngine on
> SSLCipherSuite
> ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+e NULL
> SSLCertificateFile /usr/appl/www/xxx.grc.nasa.gov/certs/xxx.crt
> SSLCertificateKeyFile /usr/appl/www/xxx.grc.nasa.gov/certs/xxx.key
>
> SSLOptions +StdEnvVars
>
>
> SSLOptions +StdEnvVars
>
> SetEnvIf User-Agent ".*MSIE.*" \
> nokeepalive ssl-unclean-shutdown \
> downgrade-1.0 force-response-1.0
> CustomLog /usr/appl/www/xxx/logs/ssl_request_log \
> "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
> SSLLog /usr/appl/www/xxx.grc.nasa.gov/logs/ssl_log
> SSLLogLevel debug
>
> # Document Directories
> DocumentRoot /usr/appl/www/xxx.grc.nasa.gov/htdocs
>
> Options +Includes
>
>
> # Log Configuration
> ErrorLog /usr/appl/www/xxx.grc.nasa.gov/logs/error_log
> CustomLog "|/usr/appl/apache/bin/rotatelogs
> /usr/appl/www/xxx.grc.nasa.gov/logs/access_log 2419200" combined
>
>
>
>
>
>
> On Thu, 2002-07-18 at 17:38, Bill Adams wrote:
> > You could try adding these directives inside your virtual host block (or else make the scope global if you wish):
> >
> > SSLLog /var/log/httpd/{virtual-host-name}-ssl_log
> > SSLogLevel debug
> >
> > These will provide some verbose debug spew in the ssl log file that might help.
> >
> >
> > -----Original Message-----
> > From: Sean M Alderman [mailto:sean.m.alderman@grc.nasa.gov]
> > Sent: Thursday, July 18, 2002 5:21 PM
> > To: modssl-users@modssl.org
> > Subject: SSL w/ Virtual Hosts startup failure...
> >
> >
> > Hi, I just received certs today for a couple of Vhosts. I setup their
> > SSL vhosts like -
> >
> >
> >
> >
> >
> > # Server Info
> > ServerName www.server.com
> > ServerAdmin sean.m.alderman@grc.nasa.gov
> >
> > # SSL Stuff
> > SSLEngine on
> > SSLCipherSuite
> > ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+e NULL
> > SSLCertificateFile /usr/appl/www/www.server.com/certs/server.crt
> > SSLCertificateKeyFile /usr/appl/www/www.server.com/certs/server.key
> >
> > SSLOptions +StdEnvVars
> >
> >
> > SSLOptions +StdEnvVars
> >
> > SetEnvIf User-Agent ".*MSIE.*" \
> > nokeepalive ssl-unclean-shutdown \
> > downgrade-1.0 force-response-1.0
> > CustomLog /usr/appl/www/cws.grc.nasa.gov/logs/ssl_request_log \
> > "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
> >
> > # Document Directory Information
> > DocumentRoot /usr/appl/www/www.server.com/htdocs
> >
> > Options +Includes
> >
> >
> > # Jakarta Mounts for the
> > # Bobby Section 508 software
> > JkMount /bobby ajp13
> > JkMount /bobby/*.jsp ajp13
> >
> > # CGI Directories
> > ScriptAlias /cgi-bin/ "/usr/appl/www/www.server.com/cgi-bin/"
> >
> > # Log Configuration
> > ErrorLog /usr/appl/www/www.server.com/logs/error_log
> > CustomLog "|/usr/appl/apache/bin/rotatelogs
> > /usr/appl/www/www.server.com/logs/access_log 2419200" combined
> >
> >
> >
> >
> >
> > I configured ssl and certs for 3 vhosts and tested each one after I made
> > the configuration for it. The server started after the first ssl
> > config, and the second, but it's not starting on the last. The SSL
> > Engine Log is here, access_log and error_log have are empty
> >
> > ==> ssl_engine_log <==
> > [18/Jul/2002 17:09:30 11938] [info] Server: Apache/1.3.26, Interface:
> > mod_ssl/2.8.9, Library: OpenSSL/0.9.6d
> > [18/Jul/2002 17:09:30 11938] [info] Init: 1st startup round (still not
> > detached)
> > [18/Jul/2002 17:09:30 11938] [info] Init: Initializing OpenSSL
> > library[18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate &
> > private key of SSL-aware server xxx.grc.nasa.gov:443
> > [18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate & private
> > key of SSL-aware server cws.grc.nasa.gov:443
> > [18/Jul/2002 17:09:30 11938] [info] Init: Loading certificate & private
> > key of SSL-aware server webapp.grc.nasa.gov:443
> > [18/Jul/2002 17:09:30 11938] [info] Init: Seeding PRNG with 136 bytes
> > of entropy
> > [18/Jul/2002 17:09:30 11938] [info] Init: Generating temporary RSA
> > private keys (512/1024 bits)
> > [18/Jul/2002 17:09:31 11938] [info] Init: Configuring temporary DH
> > parameters (512/1024 bits)
> >
> >
> > Is there some advanced logging I can do to determine the problem? Has
> > this been handled before (and I didn't use the right search terms)?
> >
> > Thanks!
> >
> > --
> > Sean M. Alderman
> > ITRACK Systems Analyst
> > PACE/NCI - NASA Glenn Research Center
> > (216) 433-2795
> >
> > Calling a windowed operating system "Windows" is like naming an
> > automobile "Wheels."
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> --
> Sean M. Alderman
> ITRACK Systems Analyst
> PACE/NCI - NASA Glenn Research Center
> (216) 433-2795
>
> Calling a windowed operating system "Windows" is like naming an
> automobile "Wheels."
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
--
Sean M. Alderman
ITRACK Systems Analyst
PACE/NCI - NASA Glenn Research Center
(216) 433-2795
Calling a windowed operating system "Windows" is like naming an
automobile "Wheels."
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org