I'm getting an SSL failure , and I can’t figure out what isn’t migrated properly from the perl setup
'auto_upgrade' => 1 }, 'Mojo::Asset::Memory' ) }, 'Mojo::Content::Single' ), 'error' => [ 'IO::Socket::SSL 1.75 required for TLS support' ], 'finished' => 3, 'state' => 'finished'
It seems to be using the same exact local Perl config but after a long time chasing I have dumped out the module includes for perl and it is failing to load the file:
$VAR475 = 'IO/Socket/SSL.pm';
$VAR476 = undef;And $VAR161 = 'Net/SSLeay.pm';
$VAR162 = undef;
Whereas on the working (current, old server)It’s printing out correctly:
$VAR479 = 'IO/Socket/SSL.pm';
$VAR480 = '/var/home/tyeeapps/support.thetyee.ca/www/local/lib/perl5/IO/Socket/SSL.pm';$VAR161 = 'Net/SSLeay.pm';
$VAR162 = '/var/home/tyeeapps/support.thetyee.ca/www/local/lib/perl5/x86_64-linux/Net/SSLeay.pm';
I've reinstalled the revelant modules from yum at the system level, which shouldn't matter. As well as on the perlbrew install in play, and in Carton, which the app is using
relevant line of code:
which does:
$res
= $ua->post( $API
. 'subscriptions' =>
{ 'Content-Type' => 'application/xml', Accept => '*/*' } =>
$transxml )->res;
}
my $xml = $res->body;
submitted by /u/nkrva
[link] [comments]
support.thetyee.ca/app.pl at e5cf4fd189ea4256c7de2a4f91303908770125a7 · TheTyee/support.thetyee.ca
The Tyee's bespoke crowdfunding platform. Contribute to TheTyee/support.thetyee.ca development by creating an account on GitHub.GitHub
submitted by /u/briandfoy [link] [comments] |
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.www.youtube.com
[link] [comments]
Commits · PerlToolsTeam/psc
List of Perl Steering Council meetings. Contribute to PerlToolsTeam/psc development by creating an account on GitHub.GitHub
submitted by /u/briandfoy [link] [comments] |
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.www.youtube.com
submitted by /u/briandfoy [link] [comments] |
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.www.youtube.com