Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Socks Proxy support broken #3803

Closed
cyberduck opened this issue Oct 12, 2009 · 5 comments
Closed

Socks Proxy support broken #3803

cyberduck opened this issue Oct 12, 2009 · 5 comments

Comments

@cyberduck
Copy link
Collaborator

02ec8ea created the issue

It does not work with socks proxies anymore. I've got back 3.3b3 and it is working again.

Below is the stack trace.

12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]	Exception in thread "Background" java.lang.UnsatisfiedLinkError: ch.cyberduck.core.SystemConfigurationProxy.isHostExcluded(Ljava/lang/String;)Z
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.SystemConfigurationProxy.isHostExcluded(Native Method)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.AbstractProxy.configure(AbstractProxy.java:58)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.Session.fireConnectionWillOpenEvent(Session.java:443)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.http.HTTPSession.fireConnectionWillOpenEvent(HTTPSession.java:70)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.dav.DAVSession.connect(DAVSession.java:86)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.Session.check(Session.java:91)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.dav.DAVSession.check(DAVSession.java:63)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.Session.mount(Session.java:225)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.core.Session.mount(Session.java:206)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.ui.cocoa.CDBrowserController$25$1.run(CDBrowserController.java:3244)
12/10/09 1:43:59 PM	[0x0-0xe4fe4f].ch.sudo.cyberduck[53173]		at ch.cyberduck.ui.AbstractController$1.run(AbstractController.java:70)
@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 62530e8.

@cyberduck
Copy link
Collaborator Author

56332ee commented

Still broken for me in 3.3. I reverted back to 3.3b3. Used to work with OS-wide Proxy config (System Preferences->Network->Advanced->Proxies).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Regression from 923c9f7 fixed in af804f6. Sorry for the ongoing trouble. A new nightly build with the fix will be available shortly.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

af804f6 does not fix the problem as the port needs to be specified as String object.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Fixed in 748a3c3. A new nightly build with the fix will be available shortly.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants