15-09-21 04:34 PM
Answered! Go to Answer.
12-12-25 12:28 PM
Thank you
17-12-25 08:09 AM
The default server connection mode (WCF: SOAP with Message Encryption & Windows Authentication) authenticates using Windows / Active Directory.
If the remote machine and the server are in different domains or do not share an Active Directory that may be the cause.
WCF: Insecure connection mode does not validate server identity using active directory -- so it will work with this option.
Make sure to select the same Connection Mode in app server and the remote machine (RR/IC) to make it work.
Note: Consider any security risks with the IT team.