* Das Supportteam ([EMAIL PROTECTED]) wrote:
> Package: mozilla-firefox
> Version: 1.0.4-2sarge4
> Severity: normal
> 
> *** Please type your report below this line ***
> We're using the proxy auto configuration for konqueror and firefox. Some 
> of our
> users have problems reaching certain https urls with firefox (konqueror 
> is able
> to connect!)
> 
> pac.js looks like this:
> function FindProxyForURL(url, host)
> {
> direct = "DIRECT";
> // proxy  = "PROXY proxy2.math.uni-bonn.de:3128; PROXY 
> proxy3.math.uni-bonn.de:3128;";
> proxy  = "PROXY proxy3.math.uni-bonn.de:3128;";
> 
>         if (!(dnsDomainIs(host, ".math.uni-bonn.de") || 
> isPlainHostName(host)))
>                 return proxy;
>         else if (!isInNet(host, "131.220.120.0", "255.255.255.0"))
>                 return proxy;
>         else
>                 return direct;
> }
> 
> The URL https://www.abnamro.nl/toegang/aanloggen doesn't work with this 
> pac file,
> but other sites like https://bugzilla.mozilla.org/index.cgi work.
> 
> The error message appears as message box and complains that firefox 
> wasn't able
> to contact the proxy.

Are you entirely sure it isn't your proxy at fault? What happens in
you don't use this pac.js? 

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
------END GEEK CODE BLOCK------

Attachment: signature.asc
Description: Digital signature

Reply via email to