Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
openwsman
openwsman-2.1.0-ssl_fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openwsman-2.1.0-ssl_fix.patch of Package openwsman
--- src/server/shttpd/config.c +++ src/server/shttpd/config.c @@ -107,7 +107,7 @@ } if ((CTX = SSL_CTX_new(SSLv23_server_method())) == NULL) elog(E_FATAL, NULL, "SSL_CTX_new error"); - else if ( wsmand_options_get_ssl_cert_file() && SSL_CTX_use_certificate_chain_file(CTX, wsmand_options_get_ssl_cert_file()) == 0) + else if ( wsmand_options_get_ssl_cert_file() && SSL_CTX_use_certificate_file(CTX, wsmand_options_get_ssl_cert_file(),SSL_FILETYPE_PEM) == 0) elog(E_FATAL, NULL, "cannot open %s", pem); else if (wsmand_options_get_ssl_key_file() && SSL_CTX_use_PrivateKey_file(CTX, wsmand_options_get_ssl_key_file(), SSL_FILETYPE_PEM) == 0) elog(E_FATAL, NULL, "cannot open %s", pem);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor