Optware / Optware-ng

280 stars 52 forks source link

Added LWP::Protocol::https plugin to provide https schema support to LWP::UserAgent #87

Closed trammel closed 8 years ago

trammel commented 8 years ago

Added LWP::Protocol::https plugin to provide https schema support to LWP::UserAgent.

Also included is the 20160104 cert bundle from Mozilla. This works with Crypt::SSLeay currently, but not IO::Socket::SSL and you have to turn off hostname verification with PERL_LWP_SSL_VERIFY_HOSTNAME=0

alllexx88 commented 8 years ago

Thanks again. Merging this as well