Re: SSL Errors

Craig Harding <[email protected]> Mon, 09 Feb 2004 11:42:44 -0330
Newsgroups gmane.comp.apache.mod-backhand.general
Message-ID <[email protected]>
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?
>
>  
>