12 lines
496 B
Plaintext
12 lines
496 B
Plaintext
--- dpi/https.c.orig Sun Jan 27 12:26:38 2013
|
|
+++ dpi/https.c Thu Apr 18 12:25:04 2013
|
|
@@ -165,7 +165,7 @@ static void yes_ssl_support(void)
|
|
/*FIXME - provide for sysconfdir variables and such*/
|
|
if (exit_error == 0){
|
|
if (SSL_CTX_load_verify_locations(
|
|
- ssl_context, NULL, "/etc/ssl/certs/" ) == 0){
|
|
+ ssl_context, "/etc/ssl/cert.pem", "/etc/ssl/certs/" ) == 0){
|
|
MSG("Error opening system x509 certificate location\n");
|
|
exit_error = 1;
|
|
}
|