Windows error 0x00002746, 10054

Detailed Error Information

HRESULT analysis[1]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code10054 (0x2746)

Questions

3votes
0answers

HttpExtensionProc::jk_isapi_plugin.c (2328): service() failed with http error 503

We are facing two problem using isapi redirector on a virtual machine. Every couple minutes the log shows http error 503: ... [Sun Oct 14 14:25:02.465 2012] [8428:7856] [error] ajp_send_request::jk_ajp_common.c (1662): (application) failed sending request on a fresh connection (recoverable), socket -1 (errno=54) [Sun Oct 14 14:25:02.465 2012] [8428:7856] [error] [...] read more
tomcat
iis-6
isapi-rewrite
ajp
2votes
0answers

Heroku Postgres database : connecting from outside Heroku

I have added a configured postgres database add-on to a heroku app. When I try to connect to the database outside the heroku (from my local machine) it always gives an error SSL SYSCALL error: Connection reset by peer (0x00002746/10054) I have tried connection from Heroku CLI as well as [...] read more
postgresql
ssl
heroku
1vote
1answer

Zabbix active agent can't connect to Zabbix server - connection was forcibly closed by the remote host

I am already using active agents on other servers and everything works really nice. I've performed installation of Zabbix agent on new server and I've set the same config as in other active agents. The problem is my agent can't connect to the server. Logs: End of zbx_tls_connect():FAIL error:'SSL_connect() I/O [...] read more
zabbix
zabbix-agent
1vote
0answers

Connect to remote Postgres server via SQLAlchemy

I am trying to send some commands to a remote Postgres server using SQLAlchemy but each time I receive an error. Please note that I can connect to the remote Postgres using SSH username and password to login to the server. For that I have used my local terminal, PuTTY [...] read more
python
postgresql
sqlalchemy
0votes
1answer

Zabbix active agent can't connect to Zabbix server - connection was forcibly closed by the remote host

I am already using active agents on other servers and everything works really nice. I've performed installation of Zabbix agent on new server and I've set the same config as in other active agents. The problem is my agent can't connect to the server. Logs: End of zbx_tls_connect():FAIL error:'SSL_connect() I/O [...] read more
windows-server-2012-r2
zabbix
0votes
0answers

Error connecting to a PostgreSQL Azure database using libpq

I am trying to connect to a PostgreSQL Azure database using libpq on Windows 10. The syntax is as below -- PQinitSSL(1); PGconn* pConn = PQconnectdb("host=nameofhost.postgres.database.azure.com port=5432 dbname={your_database} user=postgres@nameofhost password={your_password} sslmode=require"); ConnStatusType ist = PQstatus(pConn); The connection status is CONNECTION_BAD, and the error message is "SSL SYSCALL error: Connection reset [...] read more
postgresql
azure
libpq
0votes
0answers

Why do I get "no pg_hba.conf SSL is off" when deploying Flask app to Heroku?

I'm following a Udemy course and deploying a Flask app to Heroku. The problem is when I type heroku pg:psql --app *appname* I get : psql: SSL SYSCALL error: Connection reset by peer (0x00002746/10054) FATAL: no pg_hba.conf entry for host "37.125.61.91", user "whlcorobevpteq", database "dcmbbmbl1bbrgd", SSL off Here is my [...] read more
postgresql
ssl
heroku
flask

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0