Hello world, I've a few basic questions about secure apache web server,

- Is the httpd.conf.default able to respond to https request? how?

- do I must set the  apache with the SSL layer in the virtual host?

- Why when I run my httpd.conf, with the SSL context in the main server
some strange things happen:
  
     1. there is a very big speedup of the httpd run time

     2. in the directory apache/logs I just have this files: access_log,
error_log, ssl_engine_log (I don't have the httpd.pid!)

     3. the endest lines of the access_log file are:
    
146.193.24.118 - -[18/Feb/2000:11:52:34 -0500]"GET/manual/images/feather.jpg HTTP/1.0" 
304 
146.193.24.118 - -[18/Feb/2000:11:52:34 -0500]"GET/manual/images/apache_pb.gif 
HTTP/1.0" 304
146.193.24.118 - -[18/Feb/2000:11:52:34 -0500]"GET/manual/images/mod_ssl_sb.gif 
HTTP/1.0" 304
146.193.24.118 - -[18/Feb/2000:11:52:34 -0500]"GET/manual/images/openssl_ics.gif 
HTTP/1.0" 304

     4. the endest lines of the error_log file are:

[Fri Feb 18 11:55:27 2000] [error] mod_ssl: Init: Unable to read server
certificate from file /usr/local/resident/apache/conf/ssl.crt (OpenSSL
library error follows)

[Fri Feb 18 11:55:27 2000] [error] OpenSSL: error:0D09F007: asn1 encoding
routines: d2i_X509:expecting an asn1 sequence

      5. the endest lines of the ssl_engine_log file are:

[18/Feb/2000 11:55:27 22558] [info] Server: Apache/1.3.9, Interface:
mod_ssl/2.4.10, Library: OpenSSL/0.9.4

[18/Feb/2000 11:55:27 22558] [info] Init: 1st startup round (still not
detached)

[18/Feb/2000 11:55:27 22558] [info] Init: Initializing OpenSSL library

[18/Feb/2000 11:55:27 22558] [info] Init: Loading certificates & private
key of SSL-aware server www.laplace.inesc.pt:443

[18/Feb/2000 11:55:27 22558] [info] Init: Unable to read server
certificate from file /usr/local/resident/apache/conf/ssl.crt/server.crt
(OpenSSL library error follows) 

[18/Feb/2000 11:55:27 22558] [error] OpenSSL: error:0D09F007:asn1 encoding
routines:d2i_X509:expecting an asn1 sequence


Do I have a solution?

Where is the manual to understand the OpenSSL library error?

Thank in advance for your help.

See you around...

 Osvaldo Brito

  [EMAIL PROTECTED] 
  [EMAIL PROTECTED]   

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to