Maybe I just don't get it, but I do not see the connection to the site's
markup here, especially since this problem already seems to occur during
the SSL connection phase.
Are you sure that this is a LWP issue?
I got the same error message when trying for
https://banking.postbank.de/rai/login , regardless if I used LWP, wget
or curl after upgrading from openSUSE 12.1 to 12.2 and thus from openssl
1.0.0e to 1.0.1c, and here is why:
http://www.mail-archive.com/openssl-users@openssl.org/msg68653.html
So at least in my case the reason is a server side bug, and my
workaround is:
$ua->ssl_opts(SSL_version => 'SSLv3');
(Which is then passed to IO::Socket::SSL->new.)
Regards,
fany