Linked Questions

28 votes
3 answers
86k views

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

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

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

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 ...
nomaam's user avatar
  • 1,273
7 votes
0 answers
6k views

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 ...
Haydar M.'s user avatar
0 votes
2 answers
5k views

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

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

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-...
sooon's user avatar
  • 4,938
0 votes
0 answers
2k views

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

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

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 ...
Decaf Sux's user avatar
  • 387
0 votes
1 answer
603 views

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

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 ...
mzkrc's user avatar
  • 419
0 votes
0 answers
140 views

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 ...
Darius's user avatar
  • 1