Dear Aras Experts,
I have binded the https protocol on port 443 with Windows Server default SSL certificate in IIS.
I have deployed Aras Application on IIS.
I have tested it using http://servername/InnovatorServer and it works fine..
But while accessing ARAS using:
https://servername/InnovatorServer, I get the login screen but unable to Login into Aras.
I have gone through below documents but find nothing:
http://www.aras.com/support/documentation/DocumentView.aspx?file=./9.3.0/Installation%20and%20Configuration/Aras%20Innovator%209.3%20-%20.NET%20Client%20Configuration.pdf
While debugging I got following error in sequence:
1. Error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Line: 4286
this.WinInetCredentialsCollection.AddFromWinInet(baseUrl, baseUrl + "/WinInetHelper.aspx"); //aras_object.js
If I Ignore this error, i get another one
2. Error: Unable to get value of the property 'CreateRequest': object is null or undefined
Line: 178
var xmlhttp = top.aras.XmlHttpRequestManager.CreateRequest(); //soap_object.js
Does anyone know how to get rid from this Issue?? Any help will be appreciated!!
Thanks - Vasant