Hi,

  I am trying to install Apache 1.3.12 + mod_ssl-2.6.5-1.3.12 +
openssl-0.9.5a on Windows 2000 environment.
I did follow the instructions and was successful until  performing
c:/apache_1.3.12/src/nmake /f Makefile.nt

I did create a code signing-certificate for MSIE (Internet Explorer)
certificate using MS tools provided with Microsoft JAVA-SDk  4.0 , I
followed the instructions from www.suitable.com/CodeSigningCerts.html

As the installation did not generate any httpd.conf file, I copied the
httpd.conf-dist file from the apache1.3.12 onto the
c:/apache/conf/httpd.conf and made the following changes:

ServerRoot c:/Apache
Listen 443
ServerName localhost
SSLCertificateFile c:/Apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile c:/Apache/conf/ssl.key/server.key

When I start the Apache server from command line by:
C:/Apache>apache
Apache/1.3.12 (Win32) running...

But, when I try to open in the browser :
        https://localhost:443
generate "page cannot be displayed".

I tried doing this:
C:/openssl> openssl s_client -connect localhost:443 -debug

Loading 'screen' into random state - done
CONNECTED(000000AC)
read from 00884110 [008896D0] (7 bytes => 0 (0x0))
1428:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 
:.\ssl\s23_clnt.c:458:

I have no idea where the problem lies.  Any help would be appreciated.

thanks,
Susmitha.
------------------
Susmitha Vuyyuru
Developer
[EMAIL PROTECTED]
Portal Wave, Inc.
The Fastest Track to Integrated e-Business
www.portalwave.com


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to