Skip to content
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

Fix error with verify_hostname on newer Perl versions #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2020

  1. Add SSL_verify_mode to fix problem with disable verify hostname

    This param fixes the error with disable_sslverifyhostname, which does not work, until the [option](https://metacpan.org/pod/IO::Socket::SSL) was set.
    linuxmail authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    8ee6215 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from linuxmail/linuxmail-patch-fix-sslverifyhos…

    …tname
    
    Add SSL_verify_mode to fix problem with disable verify hostname
    linuxmail authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    3ea29d8 View commit details
    Browse the repository at this point in the history