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
Instead of this line - if (SSL_CTX_use_certificate_file(ctx, cert_path.c_str(), SSL_FILETYPE_PEM) <= 0) {
put this line - if (SSL_CTX_use_certificate_chain_file(ctx, cert_path.c_str()) <= 0) {
Hi,
error with run https with sertificates: does not find certificate files, but they are in the folder
if run as http - everything works very well
please tell me what am I doing wrong
The text was updated successfully, but these errors were encountered: