From f034b02b92f0c77d3baa92bebd30c2b5ae8ac5d8 Mon Sep 17 00:00:00 2001 From: Mark Travis Date: Wed, 15 Oct 2014 12:30:06 -0700 Subject: [PATCH] Disable SSLv3 --- beast/module/asio/http/HTTPClientType.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/beast/module/asio/http/HTTPClientType.cpp b/beast/module/asio/http/HTTPClientType.cpp index a25159c117..71d501ae2c 100644 --- a/beast/module/asio/http/HTTPClientType.cpp +++ b/beast/module/asio/http/HTTPClientType.cpp @@ -238,6 +238,7 @@ public: m_context.set_default_verify_paths (); m_context.set_options ( boost::asio::ssl::context::no_sslv2 | + boost::asio::ssl::context::no_sslv3 | boost::asio::ssl::context::single_dh_use | boost::asio::ssl::context::default_workarounds); //m_context.set_verify_mode (boost::asio::ssl::verify_peer);