Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8373: SSL verify_peer fails
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-24 03:39:12
#8373: SSL verify_peer fails
-------------------------------+--------------------------------------------
Reporter: lloyd@⦠| Owner: chris_kohlhoff
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: asio
Version: Boost 1.45.0 | Severity: Problem
Resolution: invalid | Keywords: SSL verify_peer
-------------------------------+--------------------------------------------
Changes (by chris_kohlhoff):
* status: new => closed
* resolution: => invalid
* severity: Showstopper => Problem
Comment:
As noted in the documentation, load_verify_file() calls
SSL_CTX_load_verify_locations. Presumably multiple calls to this simply
overwrite the effects of any previous call. If you have multiple
certificates you should use add_verify_path() instead and set up a
directory that contains multiple certificates.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8373#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC