Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^5: HTTP::Tiny ssl opt

by 1nickt (Canon)
on Mar 28, 2017 at 21:09 UTC ( [id://1186284]=note: print w/replies, xml ) Need Help??


in reply to Re^4: HTTP::Tiny ssl opt
in thread HTTP::Tiny ssl opt

What exactly does "tried everything" mean? The error you showed is not even related to validating SSL certificates. You are wasting the time of the Monks!

Last chance for help from me. Do this:

Show the version numbers of the two libraries mentioned in the HTTP::Tiny documentation quoted in my post above. Use the following idiom from your command line, substituting each module name one at a time:

$ perl -MExample::Module -e 'print $Example::Module::VERSION, "\n"'
Show also the output of:
$ perl -MHTTP::Tiny -e 'print "$_\n" for (HTTP::Tiny->can_ssl)'


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^6: HTTP::Tiny ssl opt
by bigup401 (Pilgrim) on Mar 28, 2017 at 21:24 UTC

    according to the documentation http:tiny looks not to support https urls and most examples for http::tiny is in http not https. i have fixed the problem by using the new implementation of http:tiny module called HTTP::Tinyish. HTTP::Tinyish auto-detect if the backend also supports HTTPS, and use the appropriate backend based on the given URL to the request methods

    thanks 1nickt for the help. thanks monks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1186284]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (9)
As of 2024-03-28 09:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found