Questions tagged [connection-refused]

Connection refused: A message provided when a remote server is not listening on a particular IP:Port or a firewall is rejecting a connection with icmp-port-unreachable.

We have a canonical Q&A for this. Please read it carefully

What causes the 'Connection Refused' message?

and save everyone the effort of closing your question as a duplicate of it.

51 questions
1
vote
1 answer

OpenShift: MySQL PDO 'connection refused', works locally

I have an API i want to deploy to OpenShift, everything works locally, but when trying to use it online i get some problems. When trying to connect to the database, using PDO, i get this error: Failed to connect to the database: SQLSTATE[HY000]…
jonathan
  • 111
  • 2
  • 5
1
vote
2 answers

CentOS server refusing all connections except for ssh telnet and http

For some reason my CentOS VPS refuses all connections except for HTTP, SSH and Telnet. Whenever I try to connect to a port such as 25 (SMTP) or even a random port such as 225 I get a connection refused error :S netstat -ap shows that the server is…
Randy the Dev
  • 113
  • 1
  • 6
1
vote
1 answer

Can you find out why connection refused happens if you are not the sender of request?

I have read a few posts and articles about why a connection would be refused. This usually talks about it in general, like this one What causes the 'Connection Refused' message?. But my question is how or when can you be certain that there is…
BrianOrion
  • 13
  • 2
1
vote
0 answers

Can't see node STRAPI CMS application from outside - ERR_CONNECTION_REFUSED

I tried to run STRAPI CMS on my VPS. App runs via PM2 and internal curl is ok, I see response from app curl -v http://127.0.0.1:1337 But external curl is problem, nowadays I want to access just it via http://89.221.222.178:8090 (just for testing…
Jan Pikl
  • 11
  • 1
  • 6
1
vote
0 answers

Connection Refused when Deploying Ruby on Rails application on Ubuntu Server

I'm pretty new to the DevOps world so I believe it is likely I'm missing something simple or not looking in the right places. I have deployed a Ruby on Rails application to an Ubuntu Server (on Linode). To complete the deployment I use Capistrano…
tibsar
  • 111
  • 3
0
votes
0 answers

Why can some users connect to a DB and others can't?

I have a geospatial database that one of my users needs to connect to. Whenever he tries to connect from his workstation he gets an invalid connection/connection refused error. He is not able to connect to it from any other workstation. There are…
0
votes
1 answer

Failover cluster SQL server 2016: 'the remote computer refused the connection'

BACKGROUND We have a new SQL server 2016 failover cluster (without Always On) (clu1) with 2 nodes (sql1-2) and 4 roles/instances (app1-4) Connections from de nodes to the cluster instances work fine SSMS: clu1-app1\app1 THE ISSUE However, we can't…
0
votes
2 answers

Can not access https from my ubuntu EC2 instance

I just created a new "SSH key with a pass phrase" for github private repo access from my AWS EC2 instance. Now I clone my repos fine. But the issue started that I can not access any https. It is giving me connection refused. Even the sudo apt-get…
0
votes
1 answer

Connection refused when accessing container from local network through reverse proxy

I am running Proxmox VE on a root server. There are several virtual containers, on of them acts as a reverse proxy who does TLS termination. On the proxmox machine iptables handles port forwarding and protection of the internal network. The…
user393856
  • 185
  • 3
  • 15
0
votes
1 answer

unix:////tmp/supervisor.sock refused connection

Blessings guys... first, sorry for my bad English, my first language is Spanish. So, I have a website for translations. We translate from English to Spanish (tv shows), the thing is that we have a real time translation system installed by a…
0
votes
1 answer

ssh server locally accessible, refusing remote connection

I've come across bunch of documentation on google/stack on this issue. but didn't find any solution I've a raspberry pi ssh server in my LAN that I want to ssh from internet (Outside the LAN). I can ssh it locally (LAN), but if ssh using public…
ph03n1x
  • 1
  • 2
0
votes
1 answer

Amazon AWS does not allow me to connect to machine with public IP

I've created a machine (EC2) with public IP. It's running Linux. output of uname -a: 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux The (only) security group for this machine has only 5 rules: - allow…
0
votes
1 answer

MS SQL Server 2008 drops connections if number of connections is large

My SQL Server instance is configured for unlimited number of connecting users (DB right click - properties - connections). But when my script tries to execute about 500 simultaneous queries a big part of the connections fail with error "Connection…
0
votes
3 answers

can't connect to mikrotik via Winbox or Http

We have a Mikrotik RB 750GL and I can't connect to it via Winbox or Http. There is a PPTP connection (Running) between us (On Internet), That RB is PPTP Client. Winbox stops on retrieving preferences and then disconnect. and Http webpage doesn't…
Omid Estaji
  • 213
  • 1
  • 3
  • 11
0
votes
0 answers

Leaseweb: after upgrading VM from Ubuntu 14.04 to 16.04, docker refuses connections to localhost

I'm totally at loss here. After upgrading to Ubuntu 16.04 from 14.04 on Leaseweb virtual server, docker no longer accepts connections to localhost. Using original CouchBase server image, running the following command on my laptop works perfectly…
Martin Vysny
  • 109
  • 3