Hi,

I am using the following:

apache_1.3.12.tar.gz
ApacheJServ-1.1.tar.gz
mod_ssl-2.6.2-1.3.12.tar.gz
openssl-0.9.5.tar.gz

on Solaris 2.7

I have successfully set up SSL with apache and can access the test
servlets that comes with distribution.
Then I have  "my" own servlet (MePay)  that I can access via my NS 4.7
browser.
I can access the servlet without SSL but when I am supposed to access
MePay with SSL (https://cyan144...........:8443. I get the following
errors, below.

The servlet I have uses a method, getRequestedUrl, to find out if I am
using http or https in my URL to request servlet..
When I use that I get http/https for the rest of the functions depending
on what I called the servlet with, http/https.

This works with Jigsaw/Java Webserver but not Apache/Jserv/mod_ssl. :(

error_log:

[Thu Mar 16 15:36:45 2000] [error] mod_ssl: SSL handshake failed: HTTP
spoken on HTTPS port; trying to send HTML error page (OpenSSL library
error follows)
[Thu Mar 16 15:36:45 2000] [error] OpenSSL: error:1407609C:SSL
routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to
HTTPS port!?]

ssl_engine:

[16/Mar/2000 15:36:45 07721] [info]  Connection to child 3 established
(server cyan144.era-a.ericsson.se:8443, client 147.214.58.51)
[16/Mar/2000 15:36:45 07721] [info]  Seeding PRNG with 1160 bytes of
entropy
[16/Mar/2000 15:36:45 07721] [error] SSL handshake failed: HTTP spoken
on HTTPS port; trying to send HTML error page (OpenSSL library error
follows)
[16/Mar/2000 15:36:45 07721] [error] OpenSSL: error:1407609C:SSL
routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to
HTTPS port!?]

access_log:

147.214.58.51 - - [16/Mar/2000:15:36:37 +0100] "GET /servlets/test.Mepay
HTTP/1.0" 200 444
147.214.58.51 - - [16/Mar/2000:15:36:45 +0100] "GET
/mod_ssl:error:HTTP-request HTTP/1.0" 400 565

Please any ideas are welcome.

Regards,

Mikael

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

Reply via email to