Spurious SSL handshake interrupt

Spurious SSL handshake interrupt

am 06.01.2003 19:15:07 von Raj Mettai

--=_247B0EAC.DEBFC2AE
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hi All,

I am running apache 2.0.39 with mod_ssl module on solaris 8. connected
to tomcat 4.1.12. I am getting lot of " Spurious SSL handshake
interrupt" errors in ssl_error.log file. All my https calls have become
drastically slow. Any clues on this error please, it's a production
website...

[Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt
[Hint: Usually just one of those OpenSSL confusions!?]
[Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt
[Hint: Usually just one of those OpenSSL confusions!?]
[Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt
[Hint: Usually just one of those OpenSSL confusions!?]
[Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt
[Hint: Usually just one of those OpenSSL confusions!?]
[Mon Jan 06 13:09:37 2003] [error] Spurious SSL handshake interrupt
[Hint: Usually just one of those OpenSSL confusions!?]

also few other like these....

[Mon Jan 06 13:10:17 2003] [error] SSL handshake failed (server
new.host.name:443, client 12.94.6.64)
[Mon Jan 06 13:10:17 2003] [error] SSL Library Error: 336151574
error:14094416:lib(20):func(148):reason(1046)

any ideas ?????????/

thanks
-Raj

--=_247B0EAC.DEBFC2AE
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit






Hi All,

 

I am running apache 2.0.39 with mod_ssl module on solaris 8. connected to
tomcat 4.1.12. I am getting lot of " Spurious SSL handshake interrupt"
errors in ssl_error.log file. All my https calls have become drastically
slow. Any clues on this error please, it's a production website...

 

[Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt [Hint:
Usually just one of those OpenSSL confusions!?]
[Mon Jan 06 13:09:36 2003]
[error] Spurious SSL handshake interrupt [Hint: Usually just one of those
OpenSSL confusions!?]
[Mon Jan 06 13:09:36 2003] [error] Spurious SSL
handshake interrupt [Hint: Usually just one of those OpenSSL
confusions!?]
[Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake
interrupt [Hint: Usually just one of those OpenSSL confusions!?]
[Mon Jan 06
13:09:37 2003] [error] Spurious SSL handshake interrupt [Hint: Usually just one
of those OpenSSL confusions!?]

also few other like these....

 

[Mon Jan 06 13:10:17 2003] [error] SSL handshake failed (server
new.host.name:443, client 12.94.6.64)
[Mon Jan 06 13:10:17 2003] [error] SSL
Library Error: 336151574 error:14094416:lib(20):func(148):reason(1046)

any ideas ?????????/

 

thanks

-Raj


--=_247B0EAC.DEBFC2AE--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Spurious SSL handshake interrupt

am 06.01.2003 19:22:13 von Conrad Heiney

--gBBFr7Ir9EOA20Yy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I receive this log message constantly myself, although it has no
apparent impact on performance in my case. The reason for it in our
installation is that the load balancer is set to check SSL availability
and is frequently requesting data from the SSL server but without a full
connection.

Hope this is helpful.

conrad

On Mon, Jan 06, 2003 at 01:15:07PM -0500, Raj Mettai wrote:
> Hi All,
> =20
> I am running apache 2.0.39 with mod_ssl module on solaris 8. connected to
> tomcat 4.1.12. I am getting lot of " Spurious SSL handshake interrupt"
> errors in ssl_error.log file. All my https calls have become drastically =
slow.
> Any clues on this error please, it's a production website...
> =20
> [Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt [Hint:
> Usually just one of those OpenSSL confusions!?]

--=20
Conrad Heiney
conrad@fringehead.org
http://fringehead.org
----------

If the Catholics can no longer transsubstantiate onion dip into the body of=
Christ, I'd say it is a pretty crappy miracle. --mjd

--gBBFr7Ir9EOA20Yy
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+GclVyVm6VkRf/dQRAmm7AJ47me6/S0ry7PYkK+kCt13lX3N9FACf TdZm
TXhSFY63tQ9i//9vC8VqAJw=
=rLdS
-----END PGP SIGNATURE-----

--gBBFr7Ir9EOA20Yy--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Spurious SSL handshake interrupt

am 06.01.2003 19:44:54 von Raj Mettai

--=_5D0277DC.43225F31
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

thanks a lot conrad....I am also seeing following errors in the logs

[Mon Jan 06 13:10:17 2003] [error] SSL handshake failed (server
new.host.name:443, client 12.94.6.64)
[Mon Jan 06 13:10:17 2003] [error] SSL Library Error: 336151574
error:14094416:lib(20):func(148):reason(1046)

are the above errors are also very common or do they mean something...

thanks in advance

-Raj


>>> conrad@fringehead.org 01/06/03 01:22PM >>>
I receive this log message constantly myself, although it has no
apparent impact on performance in my case. The reason for it in our
installation is that the load balancer is set to check SSL availability
and is frequently requesting data from the SSL server but without a full
connection.

Hope this is helpful.

conrad

On Mon, Jan 06, 2003 at 01:15:07PM -0500, Raj Mettai wrote:
> Hi All,
>
> I am running apache 2.0.39 with mod_ssl module on solaris 8. connected
to
> tomcat 4.1.12. I am getting lot of " Spurious SSL handshake interrupt"
> errors in ssl_error.log file. All my https calls have become
drastically slow.
> Any clues on this error please, it's a production website...
>
> [Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt
[Hint:
> Usually just one of those OpenSSL confusions!?]

--
Conrad Heiney
conrad@fringehead.org
http://fringehead.org
----------

If the Catholics can no longer transsubstantiate onion dip into the body
of Christ, I'd say it is a pretty crappy miracle. --mjd

--=_5D0277DC.43225F31
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit






thanks a lot conrad....I am also seeing following errors in the logs

 

[Mon Jan 06 13:10:17 2003] [error] SSL handshake failed
(server
new.host.name:443, client 12.94.6.64)
[Mon Jan 06 13:10:17 2003]
[error] SSL Library Error:
336151574
error:14094416:lib(20):func(148):reason(1046)

are the above
errors are also very common or do they mean something...

 

thanks in advance

 

-Raj


>>> conrad@fringehead.org 01/06/03 01:22PM
>>>
I receive this log message constantly myself, although it has
no
apparent impact on performance in my case. The reason for it in
our
installation is that the load balancer is set to check SSL
availability
and is frequently requesting data from the SSL server but
without a full
connection.

Hope this is
helpful.

conrad

On Mon, Jan 06, 2003 at 01:15:07PM -0500, Raj
Mettai wrote:
> Hi All,

> I am running apache 2.0.39
with mod_ssl module on solaris 8. connected to
> tomcat 4.1.12. I am
getting lot of " Spurious SSL handshake interrupt"
> errors in
ssl_error.log file. All my https calls have become drastically slow.
> Any
clues on this error please, it's a production website...

>
[Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt
[Hint:
> Usually just one of those OpenSSL confusions!?]

--

Conrad Heiney
conrad@fringehead.org
href="http://fringehead.org">http://fringehead.org
----------

If
the Catholics can no longer transsubstantiate onion dip into the body of Christ,
I'd say it is a pretty crappy miracle. --mjd


--=_5D0277DC.43225F31--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Spurious SSL handshake interrupt

am 06.01.2003 19:53:30 von Conrad Heiney

--gKMricLos+KVdGMg
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

No idea there, sorry; someone smarter than me must be called in. ;)

On Mon, Jan 06, 2003 at 01:44:54PM -0500, Raj Mettai wrote:
> thanks a lot conrad....I am also seeing following errors in the logs
> =20
> [Mon Jan 06 13:10:17 2003] [error] SSL handshake failed (server
> new.host.name:443, client 12.94.6.64)
> [Mon Jan 06 13:10:17 2003] [error] SSL Library Error: 336151574
> error:14094416:lib(20):func(148):reason(1046)
>=20
> are the above errors are also very common or do they mean something...
> =20
> thanks in advance
> =20
> -Raj
>=20
>=20
--=20
Conrad Heiney
conrad@fringehead.org
http://fringehead.org
----------

Orthaganal az I wanna bee!|

--gKMricLos+KVdGMg
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+GdCqyVm6VkRf/dQRAq0vAKCoLh819eIWuh3FRFa03YRfEuTIuQCf YUY2
VuDUDLdh34qp/2YzlspxlqI=
=DpLJ
-----END PGP SIGNATURE-----

--gKMricLos+KVdGMg--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Spurious SSL handshake interrupt

am 06.01.2003 20:37:09 von Cliff Woolley

On Mon, 6 Jan 2003, Raj Mettai wrote:

> I am running apache 2.0.39 with mod_ssl module on solaris 8. connected
> to tomcat 4.1.12. I am getting lot of " Spurious SSL handshake
> interrupt" errors in ssl_error.log file. All my https calls have become
> drastically slow. Any clues on this error please, it's a production
> website...
> [Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt
> [Hint: Usually just one of those OpenSSL confusions!?]

I don't remember for sure because it's been a while, but I want to say
that something related to this message was fixed in mod_ssl after 2.0.39
was released. 2.0.44 should be coming out sometime soon... give that one
a try when it's released and let me know if you still see the problem.

--Cliff

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Spurious SSL handshake interrupt

am 07.01.2003 20:19:46 von madhusudan_mathihalli

http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=103067052 915603&w=2

-Madhu

>-----Original Message-----
>From: Cliff Woolley [mailto:jwoolley@apache.org]
>Sent: Monday, January 06, 2003 11:37 AM
>To: modssl-users@modssl.org
>Subject: Re: Spurious SSL handshake interrupt
>
>
>On Mon, 6 Jan 2003, Raj Mettai wrote:
>
>> I am running apache 2.0.39 with mod_ssl module on solaris 8.
>connected
>> to tomcat 4.1.12. I am getting lot of " Spurious SSL handshake
>> interrupt" errors in ssl_error.log file. All my https calls
>have become
>> drastically slow. Any clues on this error please, it's a production
>> website...
>> [Mon Jan 06 13:09:36 2003] [error] Spurious SSL handshake interrupt
>> [Hint: Usually just one of those OpenSSL confusions!?]
>
>I don't remember for sure because it's been a while, but I want to say
>that something related to this message was fixed in mod_ssl
>after 2.0.39
>was released. 2.0.44 should be coming out sometime soon...
>give that one
>a try when it's released and let me know if you still see the problem.
>
>--Cliff
>
>___________________________________________________________ ___________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List modssl-users@modssl.org
>Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org