This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - How do I publish Aras Application using Secure Protocol (https) ?

vasant - Friday, December 13, 2013 5:40 AM:

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 servername/InnovatorServer and it works fine..

But while accessing ARAS using:

servername/InnovatorServer, I get the login screen but unable to Login into Aras.

I have gone through below documents but find nothing:

www.aras.com/.../DocumentView.aspx

 

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