Trying to connect to the server using the test application "restapiexampleapplication" in C#.
After entering the ID and password the following errors appear:
- HttpRequestException: An error occurred while sending the request.
- WebException: The underlying connection was closed: An unexpected error occurred on a receive.
- Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm.
- Exception thrown: 'DataScope.Select.Api.TransportException' in mscorlib.dll
An exception of type 'DataScope.Select.Api.TransportException' occurred in mscorlib.dll but was not handled in user code
An error occurred while sending the request.
The program '[31820] Dss.Api.Examples.exe' has exited with code -1 (0xffffffff).
The configuration in the application has not been changed. The application connects to ServiceUri: https://selectapi.datascope.refinitiv.com/RestApi/v1/
On our side, the Bank has checked the connection and claims that everything is working correctly and the connection is not blocked.