DanEllison has asked for the wisdom of the Perl Monks concerning the following question:
This has worked perfectly on Windows XP and Windows 7. However, I've moved to a new Windows 8 computer and it has quit working. The line above simply dies with "Bad file descriptor". Debug => 1 does not give me any details. Running it in the debugger, I was able to determine another message:my $smtp = Net::SMTP::SSL->new('smtpout.secureserver.net', Port => 465 +, Debug => 1, Hello => 'mysite.org') or die $!;
Can anyone help me resolve this issue?IO::Socket::IP configuration failed SSL connect attempt failed with un +known error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:c +ertificate verify failed
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Net::SMTP::SSL on Windows 8
by hippo (Archbishop) on Nov 20, 2013 at 16:23 UTC | |
by DanEllison (Scribe) on Jan 22, 2014 at 05:35 UTC | |
Re: Net::SMTP::SSL on Windows 8
by taint (Chaplain) on Nov 20, 2013 at 16:25 UTC | |
by DanEllison (Scribe) on Jan 25, 2014 at 17:10 UTC | |
by DanEllison (Scribe) on Jan 25, 2014 at 17:26 UTC | |
by syphilis (Archbishop) on Jan 26, 2014 at 01:09 UTC | |
by DanEllison (Scribe) on Jan 26, 2014 at 15:08 UTC | |
by noxxi (Pilgrim) on Feb 19, 2014 at 20:17 UTC |