SSL error
I made a request to themoviedb.org api and received an SSL error.
my $resp = HTTP::Tiny.new.get: 'https://api.themoviedb.org/3/';
and the error:
err code: 336130315
error:1408F10B:SSL routines:ssl3_get_record:wrong version number
I should also mention that I'm using a proxy to connect.
Is this error related to HTTP::Tiny or is it a bug of the SSL module?