Giter VIP home page Giter VIP logo

Comments (5)

gilleslamiral avatar gilleslamiral commented on June 4, 2024

Try SSL_verify_mode => SSL_VERIFY_NONE
for both.

On 13/11/2015 10:38, markk wrote:

Having just upgraded to Fedora 23 I am getting this new error when running imapsync.

use IO::Socket::SSL ;
2327c2327

< SSL_verify_mode => 'SSL_VERIFY_PEER',

  SSL_verify_mode => SSL_VERIFY_PEER,

2338c2338

< SSL_verify_mode => 'SSL_VERIFY_NONE',

  SSL_verify_mode => SSL_VERIFY_NONE,

...but then the imap connection just fails:

|IMAPClient 3.35 Can not open imap connection on [localhost]: Unable to connect to localhost: |

Au revoir, 09 51 84 42 42
Gilles Lamiral. France, Baulon (35580) 06 20 79 76 06

from imapsync.

markk avatar markk commented on June 4, 2024

Yes, it works, thanks! But does this effectively disable VERIFY_PEER?

from imapsync.

gilleslamiral avatar gilleslamiral commented on June 4, 2024

Hi,

On 13/11/2015 13:47, markk wrote:

Yes, it works, thanks! But does this effectively disable VERIFY_PEER?

Yes, but since your certificate is not valid for "localhost" it
may be what you need.

Au revoir, 09 51 84 42 42
Gilles Lamiral. France, Baulon (35580) 06 20 79 76 06

from imapsync.

markk avatar markk commented on June 4, 2024

Oh, I was just using localhost there as an example to avoid posting my server details in public... The point is that imapsync will no longer work with perl IO::Socket::SSL as somewhere between version 2.012
and version 2.019 it will die if SSL_verify_mode is a string (instead of a constant).

from imapsync.

gilleslamiral avatar gilleslamiral commented on June 4, 2024

Hi markk,

This issue is already fixed on my hardisk, for any IO::Socket::SSL version.
Available publicly on next public release then.

On 13/11/2015 18:44, markk wrote:

Oh, I was just using localhost there as an example to avoid posting my server details in public... The point is that imapsync will no longer work with perl IO::Socket::SSL as somewhere between version 2.012
and version 2.019 it will die if SSL_verify_mode is a string (instead of a constant).


Reply to this email directly or view it on GitHub #43 (comment).

Au revoir, 09 51 84 42 42
Gilles Lamiral. France, Baulon (35580) 06 20 79 76 06

from imapsync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.