in reply to Re: Mojo instead of curl
in thread Mojo instead of curl

Ahem, I think you mean

my $ua  = HTTP::Tiny->new(verify_SSL => 1);

There's an ongoing debate about how to finally fix this in https://github.com/chansen/p5-http-tiny/issues/152

Replies are listed 'Best First'.
Re^3: Mojo instead of curl
by Corion (Patriarch) on Apr 14, 2023 at 18:20 UTC

    No, the generated code is correct as is, as the OP used the -k command line option, which disables the SSL verification :)

      Hah, ok I stand corrected.