Report this

What is the reason for this report?

SSL Not working

Posted on October 29, 2021

Hello

I have purchased SSL certificate from Godaddy.I am follow below step but my SSL not working. https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority

Show me below error

Error: write EPROTO 761663336:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:…/…/third_party/boringssl/src/ssl/tls_record.cc:242:

please any one help me



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi,

I guess you get this error contacting your API endpoint (?). Can you try these two commands below and provide us with their results, pls. ?

1. What does happen when you are using HTTP instead of HTTPS ?

curl --verbose http://your_domain:port_if_needed/url_if_needed

2. Try HTTPS but ignore certificate validation.

curl --verbose --insecure https://your_domain:port_if_needed/url_if_needed

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.