Heiko Thanks for taking a look at my issue. Based on the perldoc I think you are right.
I was doing the stackoverflow cut-n-paste where they quoted it: http://stackoverflow.com/questions/15884630/selecting-ssl-verify-none-for-ssl-verify-mode But you are probably right. I actually removed this bit and key and cert lines and everything worked. So I think it will skip verification without these lines. Still need to understand self-signed certs better and how to manage with Mojo. JIM On Monday, May 23, 2016 at 3:09:45 PM UTC-4, Heiko Jansen wrote: > > Am Donnerstag, 19. Mai 2016 20:46:20 UTC+2 schrieb Jim Hall: >> >> >> It looks like the following line is useless: >> IO::Socket::SSL::set_defaults(SSL_verify_mode => 'VERIFY_NONE'); >> > > I´m pretty sure VERIFY_NONE should be a constant, not a string?! > - Heiko > -- 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. For more options, visit https://groups.google.com/d/optout.
