could not establish trust relationship for the ssl/tls secur

Posted by Community Admin on 03-Aug-2018 19:55

could not establish trust relationship for the ssl/tls secure channel with authority

All Replies

Posted by Community Admin on 22-Feb-2012 00:00

Scenario:  We have a windows 2003 server iis6 shared hosting environment.  A client has an existing xHTML site hosted with us at http://somesite.com.  They want to have a new site developed in Sitefinity.  We don't have a development server or anything, so we have to build the new site on the production server.  I was trying to do something like create a virtual directory where they could see their new Sitefinity site at http://somesite.com/newsite or perhaps http://newsite.somesite.com

I am able to build the site, assign permissions, and log in to create pages with no problem.  But when i try to publish a page I get this error:  Could not establish trust relationship for the ssl/tls secure channel with authority "somesite.com".

I can make the page, I can add content, I can remove content... I just can't publish.  If I log into the server and use the built in integrated server I can publish fine. 

Anyone ever have this issue? 

Posted by Community Admin on 22-Feb-2012 00:00

Looks like it was fixed by the same methods I have used to fix this error in the past as well:

There was no endpoint listening at domain.com/.../PagesApprovalWorkflow.xamlx that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

 

The WorkflowBaseURL needs to be set to the domain of the website for example, http://mydomain.com The property can be found under Administration -> Settings -> Advanced -> System -> ServicePaths.

 

You might also need to add your domain and its INTERNAL IP to the Server’s Hosts File.

(Windows\system32\drivers\etc\hosts):

This thread is closed