-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22890/#review46521
-----------------------------------------------------------
Ship it!
Just FYI: the pure python client has a similar feature. Its configuration parameter is a
boolean called "ssl_skip_hostname_check":
self.ssl_skip_hostname_check = options.get("ssl_skip_hostname_check", False)
- Kenneth Giusti
On June 24, 2014, 7:33 a.m., Gordon Sim wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/22890/
> -----------------------------------------------------------
>
> (Updated June 24, 2014, 7:33 a.m.)
>
>
> Review request for qpid, Andrew Stitcher and Pavel Moravec.
>
>
> Repository: qpid
>
>
> Description
> -------
>
> Adds a connection option ignore_ssl_hostname_verification_failure, which if set to true
will cause a connect attempt to proceed even if the hostname connecting to does not match
the peers certificate.
>
>
> Diffs
> -----
>
> /trunk/qpid/cpp/src/qpid/client/ConnectionSettings.h 1604917
> /trunk/qpid/cpp/src/qpid/client/ConnectionSettings.cpp 1604917
> /trunk/qpid/cpp/src/qpid/client/SslConnector.cpp 1604917
> /trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.cpp 1604917
> /trunk/qpid/cpp/src/qpid/messaging/ConnectionOptions.cpp 1604917
> /trunk/qpid/cpp/src/qpid/messaging/amqp/SslTransport.cpp 1604917
> /trunk/qpid/cpp/src/qpid/sys/ssl/SslSocket.h 1604917
> /trunk/qpid/cpp/src/qpid/sys/ssl/SslSocket.cpp 1604917
>
> Diff: https://reviews.apache.org/r/22890/diff/
>
>
> Testing
> -------
>
> make test passes
>
>
> Thanks,
>
> Gordon Sim
>
>
|