Opening the gitlab server https://git.openldap.org from the browser (with any path) responds with 402 Payment Required and with text body "Pay us for your usage".
Reproducible with:
curl -v -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36' https://git.openldap.org/
* Host git.openldap.org:443 was resolved.
* IPv6: 2600:3c00:e000:2d7::1
* IPv4: 198.58.99.104
* Trying [2600:3c00:e000:2d7::1]:443...
* Immediate connect fail for 2600:3c00:e000:2d7::1: Network is unreachable
* Trying 198.58.99.104:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519MLKEM768 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
* subject: CN=git.openldap.org
* start date: May 24 23:48:42 2026 GMT
* expire date: Aug 22 23:48:41 2026 GMT
* subjectAltName: host "git.openldap.org" matched cert's "git.openldap.org"
* issuer: C=US; O=Let's Encrypt; CN=R13
* SSL certificate verify ok.
* Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* Connected to git.openldap.org (198.58.99.104) port 443
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://git.openldap.org/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: git.openldap.org]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [accept: */*]
* [HTTP/2] [1] [user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36]GET / HTTP/2
Host: git.openldap.org
Accept: */*
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 402
< server: nginx
< date: Thu, 02 Jul 2026 08:10:58 GMT
< content-type: text/plain
< content-length: 21
< strict-transport-security: max-age=63072000
<
* Connection #0 to host git.openldap.org left intact
Pay us for your usage