http://www.perlmonks.org?node_id=1090059

DaisyLou has asked for the wisdom of the Perl Monks concerning the following question:

- I had a problem with SMTP.pm. - I found an instruction on the web to fix it: in IO::SSL, I changed
#m{^(!?)(?:(SSL(?:v2|v3|v23|v2/3))|(TLSv112?))$}i
m{^(!?)(?:(SSL(?:v2|v3|v23|v2/3))|(TLSv112?))}i
This appears to have had a side-effect, where now LWP is reporting "Internal Error 500" whenever I try to make an https request. Anyone seen this before or any advice on how to fix the LWP issue?