|
Home > Archive > WebSphere HTTP Server > January 2004 > SSL error codes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Steve McKay 2004-01-19, 8:21 am |
| List -
I'm trying to turn on SSL on our Apache HTTP server (OS/400 V5R2). I have
created
a Certificate Store and certificates and have added the certificate created
to my browser. When I attempt to connect to the website using HTTPS, I am
getting no response and am getting SSL errors in the Apache error log as
follows:
ZSRV_MSG0216: Error occurred during SSL processing, error = 406.
ZSRV_MSG0252: SSL initialization operation failed, return code error = 3426
Where can I find out what these error codes mean?
Also, this particular website is protected by an validation list which
prompts for username and password. This is working correctly when using SSL
but there is no subsequent page displayed. If I turn off SSL, I still get
challenged for name/password followed by the expected page.
TIA,
Steve
| |
|
| The 406 error code is a general SSL GSK message indicating to look at
the following message error code. The 3426 is an errno value,
indicating ECONNRESET, meaning the session was closed during the SSL
handshake processing. The errno values can be found at this web site:
http://publib.boulder.ibm.com/iseri...apis/unix14.htm
The SSL GSK error codes can be fuond here:
http://publib.boulder.ibm.com/iseri...6ssltrouble.htm
As far as the problem with the vldl is concerned, authorization using
a vldl is the same whether SSL is used or not. You want to be sure
the latest level of code is loaded on the system. There is a new
group PTF available for V5R2, PTF SF99098, group level 11.
"Steve McKay" <nospammers1@yahoo.com> wrote in message news:<bn952f$5fke$1@news.boulder.ibm.com>...quote:
> List -
>
> I'm trying to turn on SSL on our Apache HTTP server (OS/400 V5R2). I have
> created
> a Certificate Store and certificates and have added the certificate created
> to my browser. When I attempt to connect to the website using HTTPS, I am
> getting no response and am getting SSL errors in the Apache error log as
> follows:
>
> ZSRV_MSG0216: Error occurred during SSL processing, error = 406.
> ZSRV_MSG0252: SSL initialization operation failed, return code error = 3426
>
> Where can I find out what these error codes mean?
>
> Also, this particular website is protected by an validation list which
> prompts for username and password. This is working correctly when using SSL
> but there is no subsequent page displayed. If I turn off SSL, I still get
> challenged for name/password followed by the expected page.
>
> TIA,
>
> Steve
|
|
|
|
|