Hello,
I've duplicated a sample app using the CF extensions wizard with Flex
as presented in this great demo (shameless fanboy plug):
http://www.adobe.com/devnet/coldfusion/articles/wizards.html
I'm using IIS 5 for development locally with CF 7 locally and
publishing to an IIS 6 test server running CF 7.
I'm able to get the app to work using port 80 on both my local machine
and remote server, but now I'm trying to use SSL. I have a valid cert
on the remote server. I have edited my local services-config.xml file
with an endpoint like this and rebuilt the app using it:
<channels>
<channel-definition id="my-cfamf"
class="mx.messaging.channels.SecureAMFChannel">
<endpoint uri="https://me.com/flex2gateway/"
class="flex.messaging.endpoints.SecureAMFEndpoint"/>
<properties>
<polling-enabled>false</polling-enabled>
<serialization>
<instantiate-types>false</instantiate-types>
</serialization>
</properties>
</channel-definition>
</channels>
My problem is that I cannot GET nor POST to /flex2gateway/ on port 443
on the remote server. I receive an HTTP: Status 500 error in its web
log, and the same error code inside my Flex sample app.
I can GET and POST to /flex2gateway/ using port 80, both in an empty
browser window and in my flex sample app.
I've done a lot of searching and have seen a lot of posts regarding
the services-config.xml file, but nothing to address this specific
problem.
Is there an XML file somewhere that I need to edit to enable GET and
POST on port 443 for /flex2gateway/?
Thanks,
-Tony
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/