We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0884a5c commit c791853Copy full SHA for c791853
contrib/hooks/post-receive.redmine_gitolite.rb
@@ -83,7 +83,6 @@ def run_http_query(git_config)
83
84
if url.scheme == 'https'
85
http.use_ssl = true
86
- http.ssl_version = :SSLv3 if http.respond_to?(:ssl_version)
87
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
88
end
89
0 commit comments