Issue
I'm running centos8 redhat in a virtual box and had my OpenVPN running correctly. The question is all the pages related with openAI, curl gets nothing and I got the error:
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.openai.com:443
when curl other pages like google or Stackoverflow I got the correct HTML content as a response.
some attempts
- I tried to disable the inet6 network and I got timeout error when accessing openai as following:
curl: (7) Failed to connect to api.openai.com port 443: Connection timed out
Hope someone could help me to solve this weird question.