Hello,
we have recently moved our server to AWS client, in this server we have hosted a console application which connects to CRM and read data. This code was working fine in previous server, on which the code was hosted. But in AWS server its not connecting. We have used telnet command, like telnet servername 443 and its showing connection successful with blank screen after firing the command. But when we try to connect using console application it is giving en exception. Can anyone help in this? Since Telnet is working with we are assuming that connection to CRM server is established successfully.
Thanks