Coldfusion connection reset by peer (socket error # 10054) - sockets

All -
We have been receiving Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data (on chrome) when accessing few websites.Few other websites on the same server are working fine.
We have checked our database log and it looks fine there.
Any suggestions on why this could be happening?

Related

Error while sending e-mail with phpmailer

I'm having this error while using phpmailer to send e-mails.
2022-11-28 11:29:32 Connection failed. Error #2: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:04091068:rsa routines:INT_RSA_VERIFY:bad signatureerror:1408D07B:SSL routines:ssl3_get_key_exchange:bad signature [C:\Apache24\htdocs\cursoCompletoPHP7\aula87\vendor\phpmailer\phpmailer\src\SMTP.php line 470]
SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:04091068:rsa routines:INT_RSA_VERIFY:bad signatureerror:1408D07B:SSL routines:ssl3_get_key_exchange:bad signature
The credentials that i'm using are correct. The mail server is office365.
I have the same application running in my computer, with the same php/apache instalation, same mail server, same credentials and it's working just fine, but in the production server, it stop working about 2 weeks ago (it was working fine and it suddenly stopped).
Can anyone tell me what could be wrong?
Thanks for the help!
I've tried using this application in another machine in the production network. It didn't work.

Error: queryTxt ESERVFAIL cluster0.b4oyxi0.mongodb.net

I am developing a MERN stack application. My Node web server used to work fine. Recently however, whenever I start my Node server, I get the following error:
[1] Error: queryTxt ESERVFAIL cluster0.b4oyxi0.mongodb.net
[0] [HPM] Error occurred while proxying request localhost:3000/api/users/login to http://localhost:5000/ [ECONNRESET] (https://nodejs.org/api/errors.html#errors_common_system_errors)
[1] [nodemon] app crashed - waiting for file changes before starting...
What does this error mean and how can I fix it?
Not exactly sure what the error means. I encountered a similar error and the non +srv connection string did it for me.
To get one,
head out to your Atlas Dashboard under Database Deployment,
click Connect,
then choose Connect your application.
On the Node.js driver version, lower that to 2.2.12 or later.
This should give the connection string.
It's a DNS server issue. Try changing your DNS server in your network settings to any of these, or any other trusted one you know:
208.67.222.222
1.1.1.1
8.8.8.8
9.9.9.9

I'm usiong IBM analytica - and am trying to establish a connection with my local mongodb over secure-gateway

with the IBM SG-Client i've establish the connection between the IBM-cloud and my local computer. When i'm trying to log-in with my IBM-account to get the data from my local mongodb this error occurs:[ERROR] default - (Client ID zwAyRs8z9I3_ZA1) Connection #19 to destination V110-15AST:27017 had error: ECONNREFUSED.
in the docs https://cloud.ibm.com/docs/services/SecureGateway?topic=securegateway-troubleshooting only this statement is placesd to this error: "...In some cases, a firewall rule may cause this error instead of ETIMEDOUT". But with the firewall turned off this error stay also. i've disabled the blocker and have accepted all cookies with my browser.
It is like i'm logging in with the false account, or?
regards

TFS Email Configuration

We have moved our TFS data tier server to another machine. Everything was reconfigured and is working EXCEPT email alerts. Test emails are sent just fine. However, alerts are not happening. When I checked the event viewer, I'm seeing the following error:
ds:OLDSERVERINSTANCE db:Tfs_Configuration errors:-1 exception:System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
So, it appears that the email is still looking at the old database (which has been retired). Where/how can I change this?
In case anyone else runs into this scenario. The TFSJobAgent wasn't smart enough on reboot to recognize the data tier change. Doing the following worked:
1. Stop iis
2. Stop the TFSJobAgent
3. Start the TFSJobAgent
4. Start iis

Error code 503 com.microsoft.sqlserver.jdbc.sqlserverexception the tcp/ip connection to host failed

Developed a SUP HWC application that will fetch data from SQL server 2005 using stored procedure.
Application deployed successfully to the server.And I'm able to view the application from my iPhone simulator.But, when I'm trying to retrieve the data on click of a menu,getting following error.
"Error code 503 com.microsoft.sqlserver.jdbc.sqlserverexception the tcp/ip connection to host failed"
I changed my settings as per this:
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost, port 1433 has failed
But, still getting same error.Please help.Thanks.
Note: I have virtual MAC(where iPhone simulator is running) on my windows 7 PC.
Well, My problem got solved...As I was in client VPN, I got a different IP address.Now, I mapped to client VPN generated IP address and its working like a champ... :)