Mailing List Archive

SSL Errors
Ok, so I setup my 2 servers and turned on backhand and it doesn't seem
to be working right..

The logs on my primary server are reporting:
[Thu Feb 5 16:22:30 2004] [warn] (4)Interrupted system call: connect()
timed out


And on my secondary server I get:
[Thu Feb 5 16:20:42 2004] [error] mod_ssl: SSL handshake failed: HTTP
spoken on HTTPS port; trying to send HTML error page (OpenSSL library
error follows)
[Thu Feb 5 16:20:42 2004] [error] OpenSSL: error:1407609C:SSL
routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to
HTTPS port!?]


The primary system is FreeBSD, the secondary Debian both with
Apache/1.3.29 (Unix) PHP/4.3.4 mod_ssl/2.8.16 OpenSSL/0.9.6c
mod_backhand/1.2.2

I have mod_backhand configured as such on both machines:

<IfModule mod_backhand.c>
UnixSocketDir /usr/local/www/backhand
MulticastStats 172.16.22.255:4445,1
AcceptStats 172.16.22.0/24

<Location "/backhand/">
SetHandler backhand-handler
</Location>
</IfModule>

I haven't had much luck in searching google for the answer to this..

Ideas?

--
James Atkinson
Web Developer
Fun Sun Vacations Ltd.
#300, 10232 - 112 Street
Edmonton, Alberta
T5K 1M4
Phone: 780.421.4300 ext. 470
Fax: 780.420.0589
Email: j.atkinson@funsunvacations.com
SSL Errors [ In reply to ]
On Feb 5, 2004, at 6:27 PM, James Atkinson wrote:
> [Thu Feb 5 16:20:42 2004] [error] mod_ssl: SSL handshake failed: HTTP
> spoken on HTTPS port; trying to send HTML error page (OpenSSL library
> error follows)

When you go to the /backhand/ page you should see the IP:port of the
service. It should be something:80. If it is something:443, then you
need to swap the order of the Port or Listen commands in your
httpd.conf file.

// Theo Schlossnagle
// Principal Engineer -- http://www.omniti.com/~jesus/
// Postal Engine -- http://www.postalengine.com/
// Ecelerity: fastest MTA on earth
SSL Errors [ In reply to ]
I'm getting the same error '[warn] (4)Interrupted system call:
connect()' on a linux machine that uses NFS on a freebsd machine but
with NO SSL. (See email to list at beginning of Feb) It's probably a nfs
problem if you're using nfs to show the same html/php pages (error msg),
but I don't know what your ssl problem would be directly.

craig.

James Atkinson wrote:

>Ok, so I setup my 2 servers and turned on backhand and it doesn't seem
>to be working right..
>
>The logs on my primary server are reporting:
>[Thu Feb 5 16:22:30 2004] [warn] (4)Interrupted system call: connect()
>timed out
>
>
>And on my secondary server I get:
>[Thu Feb 5 16:20:42 2004] [error] mod_ssl: SSL handshake failed: HTTP
>spoken on HTTPS port; trying to send HTML error page (OpenSSL library
>error follows)
>[Thu Feb 5 16:20:42 2004] [error] OpenSSL: error:1407609C:SSL
>routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to
>HTTPS port!?]
>
>
>The primary system is FreeBSD, the secondary Debian both with
>Apache/1.3.29 (Unix) PHP/4.3.4 mod_ssl/2.8.16 OpenSSL/0.9.6c
>mod_backhand/1.2.2
>
>I have mod_backhand configured as such on both machines:
>
><IfModule mod_backhand.c>
> UnixSocketDir /usr/local/www/backhand
> MulticastStats 172.16.22.255:4445,1
> AcceptStats 172.16.22.0/24
>
> <Location "/backhand/">
> SetHandler backhand-handler
> </Location>
></IfModule>
>
>I haven't had much luck in searching google for the answer to this..
>
>Ideas?
>
>
>