Scott Oaks created NETBEANS-6082:
------------------------------------

             Summary: Proxy settings are ignored in 12.5
                 Key: NETBEANS-6082
                 URL: https://issues.apache.org/jira/browse/NETBEANS-6082
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Proxy
            Reporter: Scott Oaks
         Attachments: Screen Shot 2021-10-01 at 11.26.27 AM.png, Screen Shot 
2021-10-01 at 11.28.16 AM.png, Screen Shot 2021-10-01 at 11.37.25 AM.png

I upgraded NetBeans 12.5 on my mac running BigSur 11.6. Proxy settings within 
netbeans are being ignored and nothing will download. (Previously I was running 
NetBeans 12.4 on BigSur 11.1, and that worked, but I upgraded both at the same 
time, so I don't know if the OS upgrade is somehow implicated here, though I 
kind of doubt it).

When I run Check For Updates in the plugin window, I get this error:

!Screen Shot 2021-10-01 at 11.26.27 AM.png!

My proxy settings are correct, and NetBeans does verify that they work:

!Screen Shot 2021-10-01 at 11.28.16 AM.png!

Netstat output shows though that the process is attempting to contact 
sourceforge directly:
{code:java}
soaks$ netstat -an | grep SYN
tcp4       0      0  10.154.134.175.62640   204.68.111.105.80      SYN_SENT   
tcp4       0      0  10.154.134.175.62627   204.68.111.105.80      SYN_SENT   
soaks$ host sourceforge.net
sourceforge.net has address 204.68.111.105{code}
It's not just a single host issue; similar attempts to load nb-javac fail:

!Screen Shot 2021-10-01 at 11.37.25 AM.png!

Because it is trying that host directly rather than through the proxy as well:
{code:java}
$ netstat -an | grep SYN
tcp4       0      0  10.154.134.175.51947   151.101.40.209.443     
SYN_SENT{code}
Underlying JVM version is Java(TM) SE Runtime Environment (build 1.8.0_301-b09)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to