Message-ID: From: "vitalyster (@vitalyster)" To: "pgjdbc/pgjdbc" Date: Wed, 15 Jan 2025 11:19:30 +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: 2592427140 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-01-15T11:27:20Z X-GitHub-Issue: 975 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/975#issuecomment-2592427140 Content-Type: text/plain; charset=utf-8 @davecramer nothing special, just default Spring Boot template project + jdbc configuration: https://github.com/vitalyster/pgjdbc-proxy You can run it with `./gradlew test` and receive `UnknownHostException: localhost` If you uncomment `ext['postgresql.version']` in `build.gradle` to override pgjdbc version to 42.0.0 - it will pass.