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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.