On Wednesday, May 22, 2019 at 10:21:56 AM UTC-4, Stefan Adams wrote: > > > > On Wed, May 22, 2019 at 7:20 AM Celejar <[email protected] <javascript:>> > wrote: > >> Make sure everything is up to snuff with IO::Socket::SSL >>> >> >> What would you suggest I do, specifically? >> > > Unfortunately, I'll be of little help here. Did listening on https for > your app ever work on this instance that is currently failing? The latest > version of IO::Socket::SSL is 2.066 -- perhaps update? I think > IO::Socket::SSL depends on Net::SSLeay, perhaps update it to the latest > version 1.88? Of course, it's always a good idea to update Mojolicious to > the latest version. Do those one at a time and test after each update. > What about updating your openssl library openssl, libssl1.0.0, and > libssl-dev? I'm on Ubuntu 16.04 with openssl 1.0.2g. >
Thanks. I'm not sure these version are available from the Debian repos, and installing them by hand will take some doing. [I already tried updating one of the perl modules via Debian's dh-make-perl tool, but the resulting package wouldn't install. I've never used raw CPAN.] > > Before doing any of that, I'm just curious: openssl, curl, and wget all > fail for you... what about trying the mojo useragent? > > > $ mojo get -k https://127.0.0.1:3000 > Your Mojo is working! > > $ mojo get -k https://127.0.0.1:3000 SSL connect attempt failed at /usr/share/perl5/Mojolicious/Command/get.pm line 77. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/cb8237fb-7a77-4ac8-b4ee-add1fb233d33%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
