Software⏱️ 2 min read📅 2026-05-31
How to Fix: curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
Quick Answer: Try updating libcurl to the latest version using your package manager or by compiling from source.
📋 Table of Contents
To resolve the 'curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number' issue, you can try one of the following solutions:
🛠️ Step-by-Step Verified Fixes
Method 1: Update curl to the latest version
- Step 1: Install the latest version of curl using your package manager (e.g.,
apt-get install libcurl4-openssl-devon Ubuntu-based systems).
Method 2: Disable SSLv3 in curl
- Step 1: Run the following command to disable SSLv3 in curl:
curl --ssl-versions TLSv1.2+ www.google.com
🎯 Final Words
By following these methods, you should be able to resolve the 'curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number' issue and successfully connect to servers using curl.
❓ Frequently Asked Questions
Step 1: Install the latest version of curl using your package manager (e.g., apt-get install libcurl4-openssl-dev on Ubuntu-based systems).
Step 1: Run the following command to disable SSLv3 in curl: curl --ssl-versions TLSv1.2+ www.google.com
By following these methods, you should be able to resolve the 'curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number' issue and successfully connect to servers using curl.
🛠️ Related Fixes
How to Fix: Pc crashes shortly after launching game (rainbow
Pc crashes shortly after launching game, possible cause: outdated grap
How to Fix: Installing an APK on a locked down phone
Installing an APK on a locked down phone: Try using a rooted device, e
How to Fix: FPS drops
FPS drops in games can be caused by high system resource usage, outdat