Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
managed
:
project
>
mod_security
> mlogc-disable-force-sslv3.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mlogc-disable-force-sslv3.patch of Package mod_security
--- mlogc/mlogc.c.orig 2012-03-05 17:20:00.254555490 +0100 +++ mlogc/mlogc.c 2012-03-05 17:20:10.430753985 +0100 @@ -1214,7 +1214,7 @@ curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE); curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0); /* SSLv3 works better overall as some servers have issues with TLS */ - curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_SSLv3); + /* curl_easy_setopt(curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_SSLv3); */ curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 15); curl_easy_setopt(curl, CURLOPT_NOSIGNAL, TRUE); curl_easy_setopt(curl, CURLOPT_HEADER, TRUE);