Linked Questions
14 questions linked to/from curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
28
votes
3
answers
86k
views
Node.js https.get via proxy generates SSL3_GET_RECORD wrong version number error
TLDR
I get the following error when attempting to download a zip file from github using https.request via my company proxy:
An error occured whilst trying to download Casper.JS 140735122252160:error:...
7
votes
3
answers
62k
views
"1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number call:" on Indy
I have a web app that makes frequent TIdHTTP calls to the Google Analytics API (around 25,000-50,000 per day). Every so often calls to the API fail with the error message in the subject line (not ...
8
votes
2
answers
32k
views
curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
I am trying to connect my remote nginx server which is configured to use ssl.
I fired a command
$curl https://10.73.80.197:8080/
but after that i am getting error. Here is the whole log-
*...
2
votes
2
answers
4k
views
PHP cURL with Proxy ( Not SOCKS5 )
I had working code that used my VPN (NordVPN) credentials through their SOCKS5 protocol.
Recently, they have dropped support for SOCKS5 so I have to use their other protocols, however I am unable to ...
7
votes
0
answers
6k
views
SSL routines', 'ssl3_get_record', 'wrong version number'
Im running an analytics server that connects to Instgram through the requests library. I'm using proxies and 1 out of 5 of the requests I'm making, I'm getting this error.
I've been looking around ...
0
votes
2
answers
5k
views
Getting SSL routines:ssl3_get_record:wrong version number
I am running an Nginx reverse proxy but when I am doing a curl I am getting error while running
curl https://test-website.com:444
"SSL routines:ssl3_get_record:wrong version number".
Here is ...
0
votes
0
answers
4k
views
How to fix error:1408F10B:SSL routines:ssl3_get_record:wrong version number in guzzle 6 and laravel 5.7
I want to get some data from the external API. I am using Guzzle 6 and Laravel 5.7 for doing this. But when I test it in postman, I got an error like this
GuzzleHttp\Exception\ConnectException: cURL ...
0
votes
1
answer
2k
views
nginx websocket config - wss config in nginx
I am trying to configure my nginx server so that i can use wss for my domain:
server {
listen [::]:80;
listen 80;
server_name example.com www.example.com;
location /.well-known/acme-...
0
votes
0
answers
2k
views
telegram.error.NetworkError: urllib3 HTTPError [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)
I am trying to run telegram bot using python 3.9 .
Getting SSL wrong_version_number exception. I updated the certificate required as NONE in file /Users/abc/Library/Python/3.9/lib/python/site-packages/...
0
votes
0
answers
2k
views
Can't access https inside docker container
I'm getting following error when use the curl command to an internal server.
Successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs *
TLSv1.3 (OUT), TLS handshake, ...
0
votes
1
answer
1k
views
Failed to call bootstrap-vcpkg.sh on WSL2 (ubuntu 20.04)
This is what I have tried to do and results so far:
user@machine:~$ git clone https://github.com/microsoft/vcpkg
Cloning into 'vcpkg'...
remote: Enumerating objects: 118393, done.
remote: Counting ...
0
votes
1
answer
603
views
Why my nodejs REST API doesn't work on HTTPS?
I have droplet on digital ocean. I use nginx as reverse proxy for my REST API in nodeJS
root@ubuntu-s-1vcpu-1gb-nyc1-01:/var/www/html/app# curl -v -k https://0.0.0.0:8080/api/posts
* Trying 0.0.0.0....
0
votes
0
answers
381
views
extract_tables function status was 'SSL connect error' error
I posed a similar question in Github. However, as I could not receive reply, I just wanted to post it here in case someone can help me on this issue. Thank you for your help beforehand.
During the ...
0
votes
0
answers
140
views
Can I transfer SSL traffic from one server to another?
I have a PHP script which starts a socks5 server. Also I have PHP script on another server which connects to that socks5 server and waits for requests. As soon as request from socks5 server received I ...