-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LWP::Protocol::https discards 0 value for SSL_VERIFY_mode [rt.cpan.org #111517] #47
Comments
ping |
If this is still an issue then a pull request with tests (if possible) would help move this along. |
Ran into this today. If you set:
you run into this issue which makes sense because if you are verifying the hostname so you cannot disable the ssl verification. By default verify_hostname is true so SSL_verify_mode is set by default the easiest fix for me was to:
Unless I am missing something I am not sure that there is a code change required here. Essentially SSL_verify_mode being false also requires verify_hostname to be false. It is possible that this is a documentation issue. It is also possible that this is not the intended functionality. |
@timlegge maybe we should add something similar to libwww-perl/libwww-perl@7aeb7bc to this module? |
@oalders I will look at adding something this week |
Migrated from rt.cpan.org#111517 (status was 'open')
Requestors:
From [email protected] on 2016-01-28 16:53:08:
From [email protected] on 2016-01-28 16:54:36:
From [email protected] on 2016-05-15 21:25:35:
From [email protected] on 2016-07-06 23:24:15:
From [email protected] on 2016-07-06 23:38:07:
The text was updated successfully, but these errors were encountered: