IIS API Issue

Mohammed Nadeem 161 Reputation points
2023-04-08T07:09:58.3033333+00:00

We have IIS based API which triggers Bank URL for transaction. URL had stopped opening from particular physical server. also Firwall Engineer had informed us that connection is getting reset from server itself and was able to telnet port 443 and issue has been resolved by restarting the server. What could be issue for resetting the connection.

Windows development Internet Information Services
Windows for business Windows Server User experience Other
{count} votes

2 answers

Sort by: Most helpful
  1. VasimTamboli 5,215 Reputation points
    2023-04-08T11:54:32.97+00:00

    There could be various reasons why the connection was being reset from the server side. Some possible reasons are:

    Network connectivity issues: There could be network connectivity issues due to which the connection was being reset. This could be due to issues with the network adapter or network drivers, misconfigured network settings, or issues with the physical network cables.

    Firewall or security settings: The firewall or security settings on the server could be blocking the connection to the Bank URL. This could be due to firewall rules or settings that block traffic on port 443, or other security settings that are preventing the server from making a connection.

    Resource constraints: The server could be experiencing resource constraints, such as low memory, CPU usage, or disk space, which could be causing the connection to reset.

    Application or service issues: There could be issues with the IIS-based API or the service that is calling the Bank URL, which could be causing the connection to reset. This could be due to bugs or other issues with the code, or issues with the configuration or setup of the service.

    To further investigate the issue, you may need to review server logs and network traces to identify the cause of the connection reset.


  2. Mohammed Nadeem 161 Reputation points
    2023-04-09T08:20:36.6633333+00:00

    Hi, Also note that this server has multiple APIs but only particular bank api caused the issue and May I know which logs should be checked as I did't get information on windows system\application logs. Also I got below message from HTTPERR logs 2023-04-06 13:47:20 x.x.x.x 58524 x.x.x.x 67 HTTP/1.1 POST /api/Api - 16 Connection_Abandoned_By_ReqQueue API

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.