Posted: Thu Jan 15, 2009 2:13 am Post subject: Re: Channel SSL Error
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
firoj.badsa wrote:
Any idea about Channel_SSL_Error 13 SSL Handshake Error ?
(Channel_SSL_Error\EventCode=2371)
Going out on a limb I'd say the SSL handshake has failed...
Most likely causes:
- one of the certificates has expired
- one of the certificates has been updated
- the two ends are unable to agree an encryption protocol
Other causes are of course possible.
A key diagnostic indicator missing from your post is if the error is being produced from a previously working channel, or if SSL has never successfully worked between these points.
Also missing is any indication of platform, software level & patch status! _________________ Honesty is the best policy.
Insanity is the best defence.
ssl return codes are described in "System SSL Programming", which should be available on IBMs site.
13 - Dublicate subject names
the key database or SAf key ring contains multiple certificates with the same subject name as the DN specified in the gsk_secure_soc_init() initialization data.
Either remove the duplicate certificates or spedify a label instad of a DN in the gsk_secure_soc_init() call. _________________ Regards, Butcher
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum