Hi,
Starting this weekend our backend fails to connect to the production Apple verifyReceipt endpoint.
It's a C# .NET service running on windows server.
The full exception received is:
Exception: "The underlying connection was closed: An unexpected error occurred on a send".
Inner Exception: "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host".
Is someone else facing a similar issue? sending a request to the Apple production verifyReceipt URL via Postman (located on the same server) succeeds.
Thanks in advance...