Joshua Chamas <[EMAIL PROTECTED]>:
> Does anyone know how to connect to the wellsfargo site at:
> https://banking.wellsfargo.com/
> I've tried with:
> SSLv2_client_method()
> SSLv23_client_method()
> SSLv3_client_method()
> and nothing.
If they're still using the same buggy server as a couple of months
ago, then
openssl s_client -ssl2 -bugs -connect banking.wellsfargo.com:443
should work. Look in the s_client source to see what exactly this does
(it sets all the bug workaround options).
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]