Questions tagged [connection-reset]

159 questions
1
vote
0 answers

ConnectionResetError: [Errno 54] Connection reset by peer in Django

I am running my django site still on my development folder. I have started getting this error. Which I am not sure what the cause is. The site does load with all the images and styling but I can't get rid of this. I am not sure if this is causing…
PythonCoder1981
  • 403
  • 9
  • 19
1
vote
1 answer

TCP Connection Reset on ESXI 6.7

I am running windows and ubuntu clients on ESXi 6.7 on internet root server. When entering some websites (“bbc.co.uk”,”web.de”) the webserver reset my TCP connection, the server send ERR_CONNECTION_RESET. All other websites work fine. For…
dex.404
  • 21
  • 3
1
vote
1 answer

Why does my maven dependency fetching fail with a connection reset when running `docker build`?

I am trying to build a docker image of a maven project. When I run mvn dependency:go-offline in my project directory, the project builds successfully, but when I run the same command with docker build ., I get a connection reset [INFO]…
Cecilia
  • 4,512
  • 3
  • 32
  • 75
1
vote
1 answer

httpClient throws Connection reset while invoking https connection from azure reverse proxy

Actually I'am having saml application that's configured to be redirect to keycloak when first I configured the application with HTTP URLs(httpClient 3.1,jdk1.8) I didn't receive any problem but when using the reverse proxy (WAF azure application…
1
vote
0 answers

AWS Oracle with SSL java.sql.SQLRecoverableException: IO Error: Connection reset AWS

I am trying to connect a simple java application to an AWS Oracle DB using the SSL connection with protocle=tcps I have verified below I have imported the rds-ca-2019.pem and rds-ca-2015.pem file to my trust store and the ssl handshake seems to be…
1
vote
1 answer

Is there any way to solve the connection reset problem after using bouncycastle provider

I am using java 1.6.0_111 which doesn't support tlsv1.2, but my server only accepts tlsv1.2, So I tried with bouncycastle provider but still it is not working it throwing the connection reset error. even though i increased connecttimeout to 30000 it…
Bharath
  • 81
  • 1
  • 11
1
vote
2 answers

"Connection Reset" Error on accessing IIS 8.5 Server Site

I have create a very simple site in IIS Server version 8.5 using port 85. The site only have one index.html that shows the word "test" the page. When I access the site inside the server I can access it successfully: "http://localhost:85" is working.…
Jemru
  • 2,091
  • 16
  • 39
  • 52
1
vote
0 answers

Zip file upload more than 1 GB not working with nodejs?

I want to provide facility to upload zip file with size more than 1 GB in my web application. I am using nodejs version 8.11.3 using Multer node module at server side. When testing this functionality locally, it works fine however when i host my…
1
vote
1 answer

Connection Reset when trying a POST request using DefaultHttpClient

I have a value of a string that I get from a service call in my java backend code. When I get the value of a string I want to make a post request and pass the string as a url encoded base 64 string to the endpoint. The problem is I get a Socket…
Euridice01
  • 2,510
  • 11
  • 44
  • 76
1
vote
1 answer

Digital Ocean java server keeps crashing: java.net.SocketException: Connection reset

I'm using a Digital Ocean server to facilitate online multiplayer in my PC game. The server is a small application written in Java. The problem is that the server keeps going down occasionally and restarts itself automatically after about 15…
1
vote
0 answers

SocketException connection reset exception

I am trying to do a get request on an URL. When I hit the URL in a web browser it normally takes around 2 mins to load. When I am trying to call it from Java - I get a SocketException connection reset error. Error: java.net.SocketException:…
Rakesh D
  • 11
  • 3
1
vote
0 answers

Maven connection reset in AWS instance

My Maven build is running in AWS instance and it was able to download the required dependencies but at the end it is failing because of the below issue. Can anyone please suggest what is going wrong? Note: We are not using Settings.xml file [ERROR]…
1
vote
0 answers

My python proxy server keeps giving me "The connection was reset"

I have been writing a transparent proxy server in python to log where the request is going. Most pages load e.g. google.co.uk, however, pages such as google.com get stuck loading and some pages such as a local IP get the "Connection reset" error in…
1
vote
0 answers

Connection Reset Error for Socket

I'm getting the following error message: Traceback (most recent call last): File "UDPPingerClient2.py", line 20, in data, server = sock.recvfrom(1024) ConnectionResetError: [WinError 10054] An existing connection was forcible closed…
Morgyn
  • 11
  • 1
1
vote
0 answers

ftp.ControlChannelIOException: Connection reset(Talend/Java)

I have a requirement to pull the files and push the files from FTP Server but I am getting the below error while pulling/fetching the files from/into FTP server. I am using Talend Open Source Data Integration Tool, also tried using custom java code…
Amit Singh
  • 31
  • 2