Page 1 of 1

SSL - Access Denied problem

Posted: Sun Aug 01, 2010 8:33 pm
by andym
Hi,

I am trying to access a 3rd party API and need to do so via SSL.

I am experimenting first with a shared certificate.

The html and javascript works fine when I test it as a free-standing page.

I have set up the path and set the test page to secure in my CMSMS site and it certainly displays securely.

However, it is obviously not then communicating securely with the API because I get this error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MSDigitalLocker; GTB6.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.1.3; Creative ZENcast v1.04.06)
Timestamp: Sun, 1 Aug 2010 20:21:48 UTC


Message: Access is denied.

Line: 422
Char: 5
Code: 0
URI: https://gator183.hostgator.com/~andym/m ... ?page=test

This is what I get from a non-secured page.

Any ideas?