Message-ID: From: "vitalyster (@vitalyster)" To: "pgjdbc/pgjdbc" Date: Wed, 15 Jan 2025 17:01:45 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #975: Version from 42.1.0 can't connect to 127.0.0.1 with System SOCKS proxy In-Reply-To: References: List-Id: X-GitHub-Author-Login: vitalyster X-GitHub-Comment-Id: 2593471191 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 975 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/975#issuecomment-2593471191 Content-Type: text/plain; charset=utf-8 Well, found the problem on my side: I had multiple bypass hosts, and hosts in "bypass" string should be comma-separated without spaces. `github.com,localhost` works, `github.com, localhost` doesn't work.