What is the name of the domain?
What is the issue you’re encountering
Connection error: stream _socket_client): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:ts_process_server_certificate:certificate verify failed stream _socket_client): Failed to enable crypto stream_socket_client: unable to connect to ssl://bs.getcid.xyz:443 (Unknown error)
What steps have you taken to resolve the issue?
I added the site bs.getcid.xyz and its IP address to the WAF rule with the “Skip” action, but the problem is not solved
Screenshot of the error
bs.getcid.xyz
is not using Cloudflare. The request from your origin server to that host does not use/ go through Cloudflare and the WAF is not involved in the request.
Also they appear to have updated their SSL cert ~= 2 hours ago.
curl -Ikv https://bs.getcid.xyz
* Host bs.getcid.xyz:443 was resolved.
* IPv6: (none)
* IPv4: 18.214.184.8
* Trying 18.214.184.8:443...
* Connected to bs.getcid.xyz (18.214.184.8) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384 / [blank] / UNDEF
* ALPN: server accepted http/1.1
* Server certificate:
* subject: CN=getcid.xyz
* start date: Dec 19 16:02:19 2024 GMT
* expire date: Mar 19 16:02:18 2025 GMT
* issuer: C=US; O=Let's Encrypt; CN=R11
* SSL certificate verify ok.
* using HTTP/1.x
> HEAD / HTTP/1.1
> Host: bs.getcid.xyz
> User-Agent: curl/8.7.1
> Accept: */*
system
Closed
January 3, 2025, 6:14pm
3
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.