curl: (7) Failed to connect to localhost port 5636: Connection refused - sql

Trying to follow the instructions here: https://docs.evebox.org/en/release/api.html#examples
And I'm getting curl: (7) Failed to connect to localhost port 5636: Connection refused
How to fix this?
Tried UFW, but got no luck.

Related

cURL error 7: Failed to connect to localhost port 8332: Connection refused

how to solve this problem under laravel? Help me
cURL error 7: Failed to connect to localhost port 8332: Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://localhost:8332/wallet/1
when creating a wallet in an application for the blockchain.
documentation
la documentation
Thanks
I tried to read the documentation but without any result or change the ports
I figured it out a way. Change from localhost:8332 to your Windows IP: IPv4: 192.168.XX.X:8332. It was the only way that worked it out.

Failed to connect to s3.amazonaws.com port 443: Connexion refused

I have a problem with amazon S3, I created a site hosted on OVH, when I am on the site I can upload and download files but when I try to connect in SSH, I have the following error:
running : curl -v https://s3.amazonaws.com
* Rebuilt URL to: https://s3.amazonaws.com/
* Hostname was NOT found in DNS cache
* Trying 52.216.241.214...
* connect to 52.216.241.214 port 443 failed: Connexion refused
* Failed to connect to s3.amazonaws.com port 443: Connexion refused
* Closing connection 0
curl: (7) Failed to connect to s3.amazonaws.com port 443: Connexion refused
If someone has an idea where the problem may come from and how to resolve it, it would really help me

Can not download anything from https://mitmproxy.org/downloads/#4.0.4/

Can't download anything from here
I've tried to download the file several times from different Linux machines:
wget --no-check-certificate --secure-protocol=TLSv1 https://snapshots.mitmproxy.org/4.0.4/mitmproxy-4.0.4-windows-installer.exe
--2019-12-19 16:26:46-- https://snapshots.mitmproxy.org/4.0.4/mitmproxy-4.0.4-windows-installer.exe
Resolving snapshots.mitmproxy.org... 143.204.101.60, 143.204.101.113, 143.204.101.39, ...
Connecting to snapshots.mitmproxy.org|143.204.101.60|:443... connected.
OpenSSL: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
Unable to establish SSL connection.
wget --no-check-certificate --secure-protocol=TLSv1 https://snapshots.mitmproxy.org/4.0.4/mitmproxy-4.0.4-windows-installer.exe.
--2019-12-19 15:27:51-- https://snapshots.mitmproxy.org/4.0.4/mitmproxy-4.0.4-windows-installer.exe.
Resolving snapshots.mitmproxy.org (snapshots.mitmproxy.org)... 13.32.43.97, 13.32.43.82, 13.32.43.47, ...
Connecting to snapshots.mitmproxy.org (snapshots.mitmproxy.org)|13.32.43.97|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
curl -L0 https://snapshots.mitmproxy.org/4.0.4/mitmproxy-4.0.4-windows-installer.exe
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to snapshots.mitmproxy.org:443
And finally, FireFox says PR_CONNECT_RESET_ERROR.
Any way to help me to download the mentioned file ?

SQLSTATE[HY000] Unable to connect: Adaptive Server is unavailable or does not exist (localhost) (severity 9)

SQLSTATE[HY000] Unable to connect: Adaptive Server is unavailable or does not exist (localhost) (severity 9)
I'm connecting Sybase15.7 using php7.0n getting above error.
Please help me resolving this.
Thanks in advance.
Try removing the port from hostname and adding it to .conf.
[192.168.5.57]
host = 0.0.0.0
port = 1433

I try to connect to local host and glassfish server and cannot establish connection

I have recently instaled glassfish-4.1. When i try to establish connection with the localhost page or to glassfish (127.0.0.1 or 127.0.0.1:8080) - i get an error reply. When I checked the Netstat- an command on my cmd - I couldnt find either ports in the log. I get "Error connection refused" What should i do?