nginx_tcp_proxy_module
nginx_tcp_proxy_module copied to clipboard
ssl error codes
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.
What are the ssl error codes? These issues are no related with SSL proxy.
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.
Is there any error log with such error codes?