< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
I notice it refers to TLS error code 5 which is ERR_LIB_DH from
openssl/err.h
The next line seems to say the same thing:
I don't know the internals of TLS and OpenSSL in depth, but my first
error:00000005:lib(0):func(0):DH lib
guesses:
- it might be triggered by something in your cipher spec or other TLS
settings - do you have any non-standard config for TLS init?
- your server certificate - how did you generate it? Are you using a
self-signed cert for testing.
- your OpenSSL version - I think I remember you are on RHEL with EPEL -
could you check the OpenSSL version and consider trying a version of
OpenSSL from Fedora? EPEL doesn't always have the latest versions of
things.