nginx - OpenSSL Wrong version number on Ubuntu SSH - Stack Overflow
I'm setting my nginx to listen to port 8080 here's my config file and it works on when I'm accessing with http e.g http://myweb.com:8080/api/. However when I try to access it with https on Insomnia it returns SSL connect error. When I try curl https://myweb.com:8080 --verbose It returns something like this: I've been configuring for two days and IDK what's wrong, does anybody have similar issue? This error is due to simply using https:// on a target and port, which is configured for plain http://. HTTPS and HTTP are different protocols, which need to be configured on different ports and also need different configuration. Specially support for HTTPS needs also the configuration of certificates on the server side. See nginx documentation for how to configure HTTPS. Thanks for contributing an answer to Stack Overflow! But avoid … To learn more, see our tips on writing great answers. Required, but never shown By clicking “Post Your Answer”, you agree to our terms of service and acknowledg
nginx - OpenSSL Wrong version number on Ubuntu SSH - Stack Overflow The 2026 Annual Developer Survey is live— take the Survey today! Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. Learn more about Collectives Stack Internal Knowledge at work Bring the best of human thought and AI automation together at your work. Explore Stack Internal OpenSSL Wrong version number on Ubuntu SSH Ask Question Asked 3 years, 2 months ago Modified 2 years, 4 months ago Viewed 42k times 8 I'm setting my nginx to listen to port 8080 here'
related reading
- How to Install and Configure Nginx on Ubuntu | Step-by-Step Guide | DigitalOceandigitalocean.com
- The Smol Training Playbook - a Hugging Face Space by HuggingFaceTBhuggingface.co
- Claude Statusstatus.claude.com
- How To Secure Nginx with Let's Encrypt on Ubuntu | DigitalOceandigitalocean.com
- Illustrating Reinforcement Learning from Human Feedback (RLHF)huggingface.co
- SSL framework - Operations Manualneo4j.com
- SLUM: The Shadow Library Uptime Monitoropen-slum.org
- linux - "Unable to find remote helper for 'https'" during git clone - Stack Overflowstackoverflow.com
- pyngrok - A Python wrapper for ngrokpyngrok.readthedocs.io
- HTTPS on TrueNAS Scale with Tailscale Serve | Wilkinson.Graphicswilkinson.graphics
- The Architecture of Open Source Applications (Volume 2)nginxaosabook.org
- sshx · share collaborative terminalssshx.io