Justin
Justin
CDCloudflare Developers
Created by Justin on 6/4/2024 in #workers-help
Worker DNS issue
No description
5 replies
CDCloudflare Developers
Created by Justin on 5/27/2024 in #workers-help
SSL routines:ST_CONNECT:tlsv1 alert protocol version
Running into an issue here with workers, where I cannot curl specifically in San Francisco. When I VPN somewhere else it works. I have tried on multiple different machine
curl -vv https://oai.hconeai.com
* Trying [2606:4700::6812:cba]:443...
* Connected to oai.hconeai.com (2606:4700::6812:cba) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version
* Closing connection
curl: (35) LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version
curl -vv https://oai.hconeai.com
* Trying [2606:4700::6812:cba]:443...
* Connected to oai.hconeai.com (2606:4700::6812:cba) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/cert.pem
* CApath: none
* LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version
* Closing connection
curl: (35) LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version
13 replies
CDCloudflare Developers
Created by Justin on 8/3/2023 in #general-help
522 Error when using cloudflare workers
We are using cloudflare workers to call OpenAI and sometime the calls can take minutes to complete. Is there any way to send a heartbeat or any other signal to the worker that the out bound request is still alive and should not be timed out?
16 replies