-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
Support PAC files for proxy configuration #2607
Comments
SOCKS Proxy settings are read from System Preferences and should be used. Have you tried? |
Replying to [comment:1 dkocher]:
I have tried, and the System Preferences for Network settings (SOCKS) are not used. |
This is still an issue with the latest version (3.8.1) on Snow Leopard (10.6.6). Sorry for the delay in re-opening, but just noticed it. Let me be a bit more specific: First some assumptions:
Steps to reproduce:
|
The setting for a PAC file is currently ignored set in the system network settings on Mac OS X. |
I normally connect to WebDAV using an SSH tunnel and SOCKS proxy within the browser. I would like to use Cyberduck instead of the Mac OS X WebDAV client, which uses SOCKS if it's configured in Network Preferences. Note that SOCKS can be specified either as a specific SOCKS proxy server, or by using a PAC file that specifies SOCKS based on its own logic.
Please add support in Cyberduck to connect to a WebDAV server using these parameters:
hostname: subdomain.domain.com
username:
password:
port:
protocol: WebDAV (no SSH)
The text was updated successfully, but these errors were encountered: