in reply to Re: HTTP::Tiny ssl opt
in thread HTTP::Tiny ssl opt
well am getting this error when running the code. the procedure entry point ssl_get0_next_proto_negotiated could not be located in dynamic link library SSLEAY32
but when running LWP module i can easily use ssl_opts => { verify_hostname => 0 to ignore ssl verify . now in http::tiny seems not work. when u use https. the docmenations tells validate the SSL certificate of an https — connection (default is false) but still the problem still occur
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTTP::Tiny ssl opt
by 1nickt (Canon) on Mar 28, 2017 at 16:48 UTC | |
by bigup401 (Pilgrim) on Mar 28, 2017 at 20:36 UTC | |
by 1nickt (Canon) on Mar 28, 2017 at 21:09 UTC | |
by bigup401 (Pilgrim) on Mar 28, 2017 at 21:24 UTC |