Open ufobat opened 7 years ago
I wanted to use the subs defined in https://github.com/CurtTilmes/perl6-libcurl/blob/master/lib/LibCurl/HTTP.pm6#L43-L54 in oder to talk to my https server. The server is a test/development box without propper certificates. usually i would do a curl -k. Imho i can pass the ssl options to get() but not to post() and jpost().
curl -k
I wanted to use the subs defined in https://github.com/CurtTilmes/perl6-libcurl/blob/master/lib/LibCurl/HTTP.pm6#L43-L54 in oder to talk to my https server. The server is a test/development box without propper certificates. usually i would do a
curl -k
. Imho i can pass the ssl options to get() but not to post() and jpost().