Questions tagged [connection-refused]

Message received for different reasons when trying unsuccessfully to connect to a server.

Message received for different reasons when trying unsuccessfully to connect to a server.

322 questions
1
vote
1 answer

How to troubleshoot Amazon Connect CCP error "awsapps.com refused to connect"

I have added the domain (https://localhost:9111) in approved regions of my amazon connect instance but i am still getting the Refused to Connect error, in inspection/console i have found Refused to display '' in a frame because it set…
1
vote
0 answers

Android Simulator cannot make a HTTPS connection to local app in Docker Container. Error: Connection Refused on HTTPS request Android Simulator

The back end is in PHP, deployed on a Docker Container, running localy. The nginx image is listening on port 443. It does have SSL ceritificates. I'm using an Android Simulator with Android 11.0. I tried and successfully accessed an app via…
danyelss
  • 21
  • 4
1
vote
0 answers

Jenkins webUI crashes on job build

setup: I have Jenkins running on an ubuntu server for several months with no problems until now. problem: For a few days now, building a job in Jenkins results in the webUI on port 8080 becoming unresponsive (ERR_CONNECTION_REFUSED or…
Ogorf
  • 13
  • 3
1
vote
2 answers

Request between Docker containers failing dial tcp 172.18.0.6:3050: connect: connection refused

I am struggling with Go requests between containers. The issue that I have that the rest of my containers can send request to the node Container that give response, but when I send request from my GoLang application to node I get that refuse error…
1
vote
1 answer

Why am I getting "connection-refused" when trying to access a TLS enabled FTP server [Box.com] via the Matlab ftp?

I'm trying to use the MATLAB FTP functionality to access files on my Box account. I usually deal with my box files manually via the Box web platform or through FileZilla, both without issue. However, I'm now trying to automate this process with…
Becky Heath
  • 137
  • 1
  • 8
1
vote
3 answers

php curl_exec() Connection refused when retrieving a remote image

I want to retrieve a remote hosted image with php. The image exists, I can access to it with my browser. However the result of the curl_exec() is empty and the curl_error() says: Failed to connect to img107.xooimage.com port 80: Connection…
RotS
  • 2,142
  • 2
  • 24
  • 30
1
vote
1 answer

Vue app using Axios and VueX blocked by CORS on localhost:3000?

I'm having an issue previewing my app since switching to loading the data from the VueX store (db.json) file as opposed to the online version of the json file. On Chrome I'm getting the error: GET http://localhost:3000/events…
nathinho89
  • 61
  • 1
  • 6
1
vote
1 answer

CosmoDB: No connection could be made because the target machine actively refused it. [::1]:10255

I'm unable to connect to my local CosmoDb instance. I'm currently configuring a new PC, the CosmoDB version and my solution are all currently with the same configuration as my old PC, but issue only exists on new PC. Here's is my connection string…
1
vote
0 answers

Connection to third party domain:port not working on live server but localhost, postman(web, app) and terminal

I am connecting to a 3rd party API with php curl, on localhost it's working fine and is successfully connected. but with same code it returns failed: connection refused on live server. $url =…
SAFDAR IQBAL
  • 11
  • 1
  • 5
1
vote
0 answers

NestJS CORS blocking localhost

I am trying to enable CORS to connect my nestJS API with a local react app. But it seems that CORS is blocking access from the React App. I've tries this so far: First attempt: async function bootstrap() { const app = await…
1
vote
1 answer

.NET Core application in docker cannot connect to mysql server

I have a .NET Core application running in docker. For the connection string: "Server=localhost;port=3306;database=xxxxx;uid=xxxxx;password=xxxxx;" When it connects to a non-docker mysql server on the same centos server, it…
Chris
  • 11
  • 4
1
vote
1 answer

AWS EC2: SSH works but I am unable to use my VNC

I am running a Linux EC2 instance with TigerVNC viewer. This has worked for about six months until my EC2 instance recorded an error and I had to stop it from the Instance Console. I have restarted, but am now unable to access the GUI. SSH access…
1
vote
1 answer

ConnectionRefusedError at /accounts/register/ when i try to register user

guys. i face this error when try to regiter user in my web site. i am beginner. also i do not receive activation email. please see below code. Did you face such issue? How can i solve it? i tried to use different methods, but nothing helped. in my…
1
vote
7 answers

Connection refused error on worker node in kubernetes

I'm setting up a 2 node cluster in kubernetes. 1 master node and 1 slave node. After setting up master node I did installation steps of docker, kubeadm,kubelet, kubectl on worker node and then ran the join command. On master node, I see 2 nodes in…
Nitish Goel
  • 61
  • 1
  • 8
1
vote
1 answer

Connecting from gatling simulation inside Docker to localhost

I am trying to test my localhost service using Gatling inside Docker using MacOS. I run Docker using: docker run -it -d --rm \ --network="host" \ -v $(PWD)/conf:/opt/gatling/conf \ -v $(PWD)/user-files:/opt/gatling/user-files \ …
syforce
  • 141
  • 2
  • 10