[ENH] Add userid and password to HTTP firewall authentication (updated for 3.6)

David Faught dave_faught at yahoo.com
Fri Jul 25 19:04:54 UTC 2003


"Change Set:		HTTP-proxy-Mar02
Date:			21 July 2003
Author:			(proxy)daf

I am not the original author!!  See
http://minnow.cc.gatech.edu/squeak/23

Add userid and password for authentication to firewall, as in:

HTTPSocket clearProxyUserPassword.
HTTPSocket useProxyServerNamed: 'my.proxy.server' port: 80.
HTTPSocket proxyUser: 'myUserID' password: 'myPassword'.

This potentially saves your userid and password in the image!!"
-------------------
As far as the purpose of this changeset, and what it really is meant to
do, I am frankly surprised that apparently so few people are required
to authenticate to their firewalls.  If you have to authenticate to
your firewall, then you know what this changeset is for!  Apparently
most people will let anyone in their private network use the firewall
without any authentication.  While that's certainly the easy way to do
it, it's also a bit less secure.

I use Squeak at work, and our company is much more security-conscious. 
Every user in the private network has to be individually registered
with the firewall and authenticated every time they open a session
through the firewall.  I don't think this is particularly overkill
since I have to agree with it in order to access the Internet from
work.

I suppose that I could do all my Squeak'ing from home, but that's no
fun at all!


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HTTP-proxy-Mar02.3.cs.gz
Type: application/x-gzip-compressed
Size: 3248 bytes
Desc: HTTP-proxy-Mar02.3.cs.gz
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030725/891012ff/HTTP-proxy-Mar02.3.cs.bin


More information about the Squeak-dev mailing list