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

After this the instructions for installation say that as Win32 is not an
officially supported platform of mod_ssl, you have to setup config files and
certificates manually.

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

I did copy the created certificate, ms_ACME.cer on to
C:/Apache/conf/ssl.crt/server.crt and
the private key file , ms_ACME.pvk on to C:/Apache/conf/ssl.key/server.key

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
It  gives:
WARNING: StartServers has no effect on Win32
[Wed Aug 16 10:49:41 2000] [notice] User directive has no affect on Win32
Apache/1.3.12 (Win32) running...


But, when I try to open in the browser :
        https://localhost:443
                OR
        http://localhost:80
both 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:140790E5:SSL routines:SSL23_WRITE:ssl handshake
failure:.\ssl\s23_lib.c:216:

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

thanks,
Susmitha.
------------------
Susmitha Vuyyuru
Developer
<mailto:[EMAIL PROTECTED]>

1.650.314.0936

Portal Wave, Inc.
The Fastest Track to Integrated e-Business
www.portalwave.com


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

Reply via email to