On Fri, Jan 02, 2004 at 12:24:18PM -0600, Jay Johnston wrote:
...
> SOLUTION IMPLEMENTATION:
> Back to my current delima of the needle-in-a-haystack searches I'm doing, I
> decided to create a program that would screen scrape for the string in the
> web-based file directories.  First, however, I had to beat the password scheme
> for the SSL, since the web-based directories are only available on port 443. 
> This was simple enough, I just added the u/p to the url
> (https://user:[EMAIL PROTECTED]) and logged in using my browser with no
> trouble!

Well, you really beat it.
I guess SSL and username+password were introduced on purpose, whatever it is.
In case you're connecting through a proxy: your browser would run 
HTTP CONNECT method and specify url so the password will likely be stored
in the proxy logfile, in clear. Hope this still mean no trouble

regards,
Vadim
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to