Does Perl support SSL/TLS via a core modules?
I am using HTTP::Tiny and want to fetch https url without installing any library and depending external libraries and XS.
Is there an option to let HTTP::Tiny to work with SSL without relying on OpenSSL, or is there any pure Perl module for fetching data with SSL out of the box without the need for XS modules?