You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also seen this error with WolfSSL 5.6.3 but on Linux. I have not tested on macOS. The workaround was to ensure a cert and key were set on the SSL context using SSL_CTX_use_certificate(tls->ctx, cert) and SSL_CTX_use_PrivateKey(tls->ctx, key) before calling SSL_new()
5.7.0_1
, about to get a file from ourselves (locally signed CA)but it is
SSL_new()
that fails on the server sidemongoose/src/tls_openssl.c
Lines 136 to 145 in a9902b5
adding
before calling
SSL_new()
does not help.The text was updated successfully, but these errors were encountered: