<br><br><div class="gmail_quote">On Tue, Apr 1, 2008 at 12:28 PM,  &lt;<a href="mailto:wgsilkie@ihug.co.nz">wgsilkie@ihug.co.nz</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
&nbsp;I am new to Squeak (but not OO programming), and reading the &quot;Squeak by<br>
Example&quot; book, but I can&#39;t figure out how to get Squeak to use a proxy that<br>
requires authentication. &nbsp;When at home, this is not a problem, but at my<br>
school, I can only access the Internet through an HTTP proxy, and it<br>
requires that each student enter his or her username and password. &nbsp;I&#39;ve<br>
found where in Squeak I need to tell it what port to use, and the server<br>
name, but there&#39;s nothing there for a username or passkey. &nbsp;Is there a way<br>
to tell Squeak to authenticate itself as a particular user?<br>
<br></blockquote></div><br>Hi Aidan.<br><br>Try this:<br><br>
HTTPSocket clearProxyUserPassword.<br>
HTTPSocket useProxyServerNamed: &#39;my.proxy.server&#39; port: 80.<br>
HTTPSocket proxyUser: &#39;myUserID&#39; password: &#39;myPassword&#39;.<br><br>Also, you can manually download packages using a web browser and install them using Squeak&#39;s file browser. <br>
<br>If it doesn&#39;t work, email me back and I&#39;ll have a proper look this evening (NZ time).<br><br>Gulik (in Wellington).<br clear="all"><br>-- <br><a href="http://people.squeakfoundation.org/person/mikevdg">http://people.squeakfoundation.org/person/mikevdg</a><br>
<a href="http://gulik.pbwiki.com/">http://gulik.pbwiki.com/</a>