From: | Frank Büttner <frank(dot)buettner(at)mdc-berlin(dot)de> |
---|---|
To: | <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Misconfiguration on SSL for download.postgresql.org ? |
Date: | 2023-11-23 08:21:50 |
Message-ID: | 618816f6-d07a-4d1b-88ad-ef2113e463af@mdc-berlin.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-www |
Hi at all,
since some day's all our servers can't download updates for the RPM
packages of PostgreSQL.
Error:
Errors during downloading metadata for repository 'pgdg-common':
- Curl error (35): SSL connect error for
https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/repodata/repomd.xml
[error:0A000410:SSL routines::sslv3 alert handshake failure]
Fehler: Failed to download metadata for repo 'pgdg-common': Cannot
download repomd.xml: Cannot download repodata/repomd.xml: All mirrors
were tried
After checking the site via nmap:
nmap -p 443 download.postgresql.org --script ssl-enum-ciphers
| TLSv1.3:
| ciphers:
| TLS_AKE_WITH_AES_256_GCM_SHA384 (secp384r1) - A
| TLS_AKE_WITH_CHACHA20_POLY1305_SHA256 (secp384r1) - A
| TLS_AKE_WITH_AES_128_GCM_SHA256 (secp384r1) - A
I found the problem, the "x25519" ciphers are missing.
| TLSv1.3:
| ciphers:
| TLS_AKE_WITH_AES_256_GCM_SHA384 (ecdh_x25519) - A
| TLS_AKE_WITH_CHACHA20_POLY1305_SHA256 (ecdh_x25519) - A
Which are need on systems where the NIST curves are blocked for security
reasons.
So please re enable the x25519 curve.
Thanks
--
*Frank Büttner*
IT
MDC Berlin-Buch
Max-Delbrück-Centrum für Molekulare Medizin in der Helmholtz-Gemeinschaft
Robert-Rössle-Straße 10
13125 Berlin
☎ +49 30 9406 2038
℻ +49 30 9406 2599
✉ frank(dot)buettner(at)mdc-berlin(dot)de
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2023-11-23 08:32:58 | Re: Misconfiguration on SSL for download.postgresql.org ? |
Previous Message | Tom Lane | 2023-11-22 22:29:34 | Re: BUG #18210: libpq: PQputCopyData sometimes fails in non-blocking mode over GSSAPI encrypted connection |
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2023-11-23 08:32:58 | Re: Misconfiguration on SSL for download.postgresql.org ? |
Previous Message | Andreas 'ads' Scherbaum | 2023-11-20 22:44:07 | Re: New blog - who dis? |