Are you still seeing the original problem you had?
When I tried curl -L https://gog-games.com/ about 10 hours ago, I got the same certificate error you did, but now it seems fine certificate-wise, and fails with a different error.
$ curl -Lv https://gog-games.com/
* Host gog-games.com:443 was resolved.
* IPv6: (none)
* IPv4: 172.234.17.201, 172.234.17.135, 172.234.17.55
* Trying 172.234.17.201:443...
* connect to 172.234.17.201 port 443 from 192.168.0.250 port 37078 failed: No route to host
* Trying 172.234.17.135:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
* CApath: none
* 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 / x25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
* subject: CN=gog-games.com
* start date: Oct 21 23:45:10 2025 GMT
* expire date: Jan 19 23:45:09 2026 GMT
* subjectAltName: host "gog-games.com" matched cert's "gog-games.com"
* 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 gog-games.com (172.234.17.135) port 443
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://gog-games.com/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: gog-games.com]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: curl/8.15.0]
* [HTTP/2] [1] [accept: */*]
> GET / HTTP/2
> Host: gog-games.com
> User-Agent: curl/8.15.0
> Accept: */*
>
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
* Connection #0 to host gog-games.com left intact
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
Now, if I set curl’s user agent to fool the remote end into thinking it’s a real browser, I get as far as the attempted redirect to the shonky site:
$ curl -LvA "Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0" https://gog-games.com
* Host gog-games.com:443 was resolved.
* IPv6: (none)
* IPv4: 172.234.17.55, 172.234.17.201, 172.234.17.135
* Trying 172.234.17.55:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
* CApath: none
* 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 / x25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
* subject: CN=gog-games.com
* start date: Oct 21 23:45:10 2025 GMT
* expire date: Jan 19 23:45:09 2026 GMT
* subjectAltName: host "gog-games.com" matched cert's "gog-games.com"
* 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 gog-games.com (172.234.17.55) port 443
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://gog-games.com/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: gog-games.com]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0]
* [HTTP/2] [1] [accept: */*]
> GET / HTTP/2
> Host: gog-games.com
> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0
> Accept: */*
>
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 302
< server: openresty
< date: Fri, 02 Jan 2026 19:20:19 GMT
< content-type: text/html
< content-length: 142
< location: https://serenapulse.com/r/diz8WxbHiq49mP6eSSMKrS10tsjJfAXw2Oqpgrh9GBEb2WLfuxlZSAsx9CevhahBxXJ6jMUtxNgIBHRbi0TQYscBL5Dza-H2jFF5td0Jo45PHMN1elSyHmPrWVjgtjvKfxABvNEjSOND3sc60OlOyMD9W4FI_Z64KnC13xbkpKxy1uktJUocteX8JYArxd02kOzm9eQB6MuygYefSFXdAbEon2M8Mrwkh40Y0lb-nvZgwiSB2wYeN3pwrAqYB1f532FcpxCy7oEH80wfhJ8uCG1c9gEdw-9l5DdBtqbmSmUpwdN7fA5OgGzg2lSfWKDpEOQ1yT3_C0tMyex2WiuWmCnfOOkn8jw77TuiuM3yXT1de1Gl9ntBNj7X8LAkas8I7TJANYfdbjPXMq3hBC7ofehag1ntQVu_UStjBNIHQamiEq-9ueM6CqGuCmgjRMzgH8kKHiTCRUEPPp68dRyVV3urNiU23BRUbdUe9za75t75gXPQaIWN-MIIZzumyVa7QcFXq5IvkJUVEMl1Izt5jQayz1Q6KVm_S3nBTGWsZ5lRm8wPfqNeZJpX0xcnR7wPnYHq1osYlXLH1ZbkMnVMBvpS5TBzI0Cdm0mgc8Y2S8Uxmw-G3i1n5oop3c1H37JSM6gxAOeEYCl2shoFPuNXcl96xiE5vCsB39doAQgDSRLQwyw10DLgvsiAacA_zyEpwzKqZwfVdOUCkvIARIxEBZubdSk-CpyXdIiRk7I8Q0hTWpfPaCa2xyCFOzPvmzUfQV9r_8Mu5uU
< cache-control: no-store, max-age=0
< accept-ch: Sec-CH-UA, Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Sec-CH-UA-WoW64
< permissions-policy: ch-ua=(self "https://*.parklogic.com"), ch-ua-arch=(self "https://*.parklogic.com"), ch-ua-bitness=(self "https://*.parklogic.com"), ch-ua-full-version=(self "https://*.parklogic.com"), ch-ua-full-version-list=(self "https://*.parklogic.com"), ch-ua-mobile=(self "https://*.parklogic.com"), ch-ua-model=(self "https://*.parklogic.com"), ch-ua-platform=(self "https://*.parklogic.com"), ch-ua-platform-version=(self "https://*.parklogic.com"), ch-ua-wow64=(self "https://*.parklogic.com")
* Ignoring the response-body
* setting size while ignoring
<
* Connection #0 to host gog-games.com left intact
* Issue another request to this URL: 'https://serenapulse.com/r/diz8WxbHiq49mP6eSSMKrS10tsjJfAXw2Oqpgrh9GBEb2WLfuxlZSAsx9CevhahBxXJ6jMUtxNgIBHRbi0TQYscBL5Dza-H2jFF5td0Jo45PHMN1elSyHmPrWVjgtjvKfxABvNEjSOND3sc60OlOyMD9W4FI_Z64KnC13xbkpKxy1uktJUocteX8JYArxd02kOzm9eQB6MuygYefSFXdAbEon2M8Mrwkh40Y0lb-nvZgwiSB2wYeN3pwrAqYB1f532FcpxCy7oEH80wfhJ8uCG1c9gEdw-9l5DdBtqbmSmUpwdN7fA5OgGzg2lSfWKDpEOQ1yT3_C0tMyex2WiuWmCnfOOkn8jw77TuiuM3yXT1de1Gl9ntBNj7X8LAkas8I7TJANYfdbjPXMq3hBC7ofehag1ntQVu_UStjBNIHQamiEq-9ueM6CqGuCmgjRMzgH8kKHiTCRUEPPp68dRyVV3urNiU23BRUbdUe9za75t75gXPQaIWN-MIIZzumyVa7QcFXq5IvkJUVEMl1Izt5jQayz1Q6KVm_S3nBTGWsZ5lRm8wPfqNeZJpX0xcnR7wPnYHq1osYlXLH1ZbkMnVMBvpS5TBzI0Cdm0mgc8Y2S8Uxmw-G3i1n5oop3c1H37JSM6gxAOeEYCl2shoFPuNXcl96xiE5vCsB39doAQgDSRLQwyw10DLgvsiAacA_zyEpwzKqZwfVdOUCkvIARIxEBZubdSk-CpyXdIiRk7I8Q0hTWpfPaCa2xyCFOzPvmzUfQV9r_8Mu5uU'
* Could not resolve host: serenapulse.com
* shutting down connection #1
curl: (6) Could not resolve host: serenapulse.com