nginx_tcp_proxy_module icon indicating copy to clipboard operation
nginx_tcp_proxy_module copied to clipboard

ssl error codes

Open bthorman opened this issue 12 years ago • 3 comments

Do you have a list of the ssl error codes that are logged by the tcp_module. I keep receiving a set of code, #3, #5, #6 and #10 that have no explanation. Thanks for the module.

bthorman avatar Dec 18 '12 21:12 bthorman

What are the ssl error codes? These issues are no related with SSL proxy.

yaoweibin avatar Dec 20 '12 03:12 yaoweibin

I never found an explanation for these codes, but it turned out to be an SSL handshake error because of the format of the certificates. Be sure to use the Base 64 encoded (.cer) format when exporting a certificate from Windoz. The DER encoded (.cer) does not work.

bthorman avatar Jan 03 '13 14:01 bthorman

Is there any error log with such error codes?

yaoweibin avatar Jan 03 '13 14:01 yaoweibin