>>     We are using Apache Web Serer and Coldfusion studio on Windows NT
>> for development purposes.  We have installed SSL enabled Apache
>>So do i use it myself.

>> [snap]  I've
>> successfully created a CSR, obtained a test certificate from Verisign,
>> added the certificate and key path to httpd.conf and created a web page
>> under the htdocs directory.  I started Apache with SSL, but still I'm
>> not able to browse through the page.  The web server is not responding.
>> Can anybody help me out ???
>Can you give use some details like log files from the logs\ssl dir in
>the Apache folder and/or the httpd.conf section, where you added you
>cert and key. This would be helpful.

Hi, all (and Daniel & Vinod).

I really would appreciate any assistance with this problem (that was posted on the dev 
mailing list).

I too seem to be having similar problems using Apache with mod_ssl on Windoze NT 4.
I can start Apache with SSL (Apache.exe -D SSL), and get the following in the Command 
Prompt:
-----------------------------------------------------------------------------------------------

[Fri May 19 10:59:19 2000] [warn] Loaded DSO d:\LiveContent\Apache JServ 1.1\Apa
cheModuleJServ.dll uses plain Apache 1.3 API, this module might crash under EAPI
! (please recompile it with -DEAPI)
OpenSA/0.20 Apache/1.3.12 mod_ssl/2.6.2 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.

Server phoebe.uk.peerlogic.com:443 (RSA)
Enter pass phrase:

Ok: Pass Phrase Dialog successful.
OpenSA/0.20 Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.2 OpenSSL/0.9.5 ru
nning...

-----------------------------------------------------------------------------------------------


Attempting to connect a Browser to https://phoebe.uk.peerlogic.com
causes the Browser to wait, and wait...

From another Command Prompt, I try the following (From the Apache manual):
$ openssl s_client -connect localhost:443 -state -debug
And get the following response:

-----------------------------------------------------------------------------------------------

Loading 'screen' into random state - done
CONNECTED(00000040)
SSL_connect:before/connect initialization
write to 004503D0 [009C0040] (130 bytes => 130 (0x82))
0000 - 80 80 01 03 01 00 57 00-00 00 20 00 00 16 00 00   ......W... .....
0010 - 13 00 00 0a 07 00 c0 00-00 66 00 00 07 00 00 05   .........f......
0020 - 00 00 04 05 00 80 03 00-80 01 00 80 08 00 80 00   ................
0030 - 00 65 00 00 64 00 00 63-00 00 62 00 00 61 00 00   .e..d..c..b..a..
0040 - 60 00 00 15 00 00 12 00-00 09 06 00 40 00 00 14   `...........@...
0050 - 00 00 11 00 00 08 00 00-06 00 00 03 04 00 80 02   ................
0060 - 00 80 d9 60 8d 36 5e ef-bf e8 33 b1 6b f1 d4 f9   ...`.6^...3.k...
0070 - 1f f1 70 cf 80 6a d1 7e-dc d3 a4 33 36 bd 01 d2   ..p..j.~...36...
0080 - 3a f5                                             :.
SSL_connect:SSLv2/v3 write client hello A
-----------------------------------------------------------------------------------------------


I've attached the logs\ssl\engine.log (I have set SSLLogLevel to debug in httpd.conf)
I have also attached logs\error.log (After setting LogLevel to debug in httpd.conf)


All responses would be greatly appreciated! (8^)
-- 
Lee Staniforth
[EMAIL PROTECTED] 
Mobile: +44 (0)7713 680459

engine.log

error.log

Reply via email to