Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLoY3-00HDPa-NJ for pgsql-advocacy@arkaria.postgresql.org; Thu, 12 Dec 2024 19:08:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tLoY0-00DzLu-CY for pgsql-advocacy@arkaria.postgresql.org; Thu, 12 Dec 2024 19:08:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLoY0-00DzLm-4y for pgsql-advocacy@lists.postgresql.org; Thu, 12 Dec 2024 19:08:29 +0000 Received: from smtprelay05.ispgateway.de ([80.67.18.28]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLoXv-002Vls-Sk for pgsql-advocacy@lists.postgresql.org; Thu, 12 Dec 2024 19:08:26 +0000 Received: from [78.43.243.63] (helo=[192.168.178.53]) by smtprelay05.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.98) (envelope-from ) id 1tLoXt-0000000008Z-3xKw for pgsql-advocacy@lists.postgresql.org; Thu, 12 Dec 2024 20:08:21 +0100 Message-ID: <44f71a8f-c6b4-4218-bb77-3e0a3a60c44d@headcrashing.eu> Date: Thu, 12 Dec 2024 20:08:20 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: pgsql-advocacy@lists.postgresql.org From: Markus KARG Subject: pgadmin says "SSL error: tlsv1 alert no application protocol" Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Df-Sender: bWFya3VzQGhlYWRjcmFzaGluZy5ldQ== List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I was using PGAdmin with PostgreSQL 17 via Traefik 3 successfully since many months, but since I recently moved on to PostgresSQL 17 the UI of PGAdmin always tells me "SSL error: tlsv1 alert no application protocol". All other applications connect successfully. I do not want to use TLSv1, and neither PostgreSQL 17 nor Traefik 3 is explicitly configured to use TLS v1. In PGAdmin I explicitly have set the min and max SSL versions to 1.3. So I do wonder who in this game is using TLSv1 and how to get rid of it? Thanks! -Markus