noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 59 forks source link

.../IO/Socket/SSL.pm:1177: global error: Undefined SSL object #109

Closed wltjr closed 3 years ago

wltjr commented 3 years ago

Hello, I am seeking information on the following output. Searching via google there are a few links to issues/bugs that mention that very same output, most are using imapsync, I am using assp. It does not seem to affect operation, but it does not seem like good output. What is undefined? Is that anything to be concerned about or just generic output, or some means to fix what ever is causing that output. Thank you for any information that can be provided!

noxxi commented 3 years ago

This error message suggests something wrong in the caller program. It is impossible to understand and reproduce the problem just based on the few information provided. It also does not look like an issue of IO::Socket::SSL itself, i.e. this is the wrong place to ask. I recommend that you use stackoverflow.com to ask this question and you might link to the relevant question here if I'm not handling it at SO anyway. But you need to provide sufficient information for others to reproduce the issue.

wltjr commented 3 years ago

Sure no problem, I will bring it up on assp mailing list. I just wanted to get some background information before hand. Thank you for confirming it is a usage issue, that is very helpful!

mendel5 commented 3 years ago

Hi @noxxi , maybe the issue at https://github.com/imapsync/imapsync/issues/293 provides more details about the error message.

I think @OldGrumpy-de can provide you with logs (see his comment in the linked issue).

ratijas commented 2 years ago

I am too, getting this very same error, but during git send-email flow. Last time I set up git-email, I managed to resolve the issue somehow by installing missing modules. I don't remember the solution though. Anything's wrong with the way I call $ git send-email patches/ ? :-)

FWIW, here's the relevant git config:

sendemail.smtpuser=me@ratijas.tk
sendemail.smtpserver=smtp.yandex.ru
sendemail.smtpencryption=ssl
sendemail.smtpserverport=465

Similar settings work fine on android (GMail app)

noxxi commented 2 years ago

This looks like a duplicate to #110, which was fixed in 69a80c9