I am getting the "Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 403" error when trying to load the Console.aspx/Fluorine.aspx page using HTTPS/SSL.
I have configured a secure channel definition in my services-config file and recompiled.
Everything works fine w/out SSL and all of my certs are valid(working on all other sites).
Any ideas on what to look for? I understand that a 403 is an access denied but I need to understand better what is occuring.
I have read this article and applied everything to no avail.
http://justinjmoses.wordpress.com/2008/ ... ces-part1/
<channel-definition id="my-secure-amf" class="mx.messaging.channels.SecureAMFChannel">
<endpoint uri="https://servername:443/ANGFlourineFXWebsite/Gateway.aspx" class="flex.messaging.endpoints.SecureAMFEndpoint"/>
<properties>
<add-no-cache-headers>false</add-no-cache-headers>
<!-- <legacy-collection>true</legacy-collection> -->
</properties>
</channel-definition>
