Closed divdavem closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
31510de
) 91.52% compared to head (256b7d9
) 91.52%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@fbasso Thank you for your review!
This PR adds the
SSL_OP_LEGACY_SERVER_CONNECT
flag when connecting to legacy remote servers for increased compatibility. Note that it allows man-in-the-middle attacks, but those attacks are already possible anyway because of therejectUnauthorized
option which allows any certificate on the server.kassette
is a test tool that is not designed to run in a production environment.This PR fixes the following error that can happen when this flag is not set: