I need some help. I have been put on a project where half the site is run through SSL. I have never set up an SSL site before.
First, I configured MAMP Pro (my Apache server) for SSL using these instructions: http://www.webopius.com/content/355/getting-mamp-working-with-ssl-on-os-x Then I followed these instructions to set up a keyStore and trustStore for my CF7 Jrun instance: http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=1064 I created different key stores (cedmx7dev.keystore) and trust stores (cedmx7dev.trustStore) because I was getting a weird error using the defaults. I edited the jrun.xml file and uncommented the lines and updated for the ability to use the ProxyService with SSL: <!-- ========================================================================= --> <!-- This service is for communicating with a native (IIS, Apache, Netscape) --> <!-- web server. --> <!-- To run this service in a secure mode via SSL, set the keyStore, --> <!-- keyStorePassWord, trustStore and socketFactoryName attributes. --> <!-- ========================================================================= --> [...] <attribute name="keyStore">{jrun.rootdir}/lib/cedmx7dev.keystore</attribute> <attribute name="keyStorePassword">changeit</attribute> <attribute name="trustStore">{jrun.rootdir}/lib/cedmx7dev.trustStore</attribute> <attribute name="socketFactoryName">jrun.servlet.jrpp.JRunProxySSLServerSocketFactory</attribute> And the end result is... 500 errors. The Apache log just says this: [notice] jrApache[74382: 26873] JRun will not accept request. Check JRun web server configuration and JRun mappings on JRun server. I am lost and at this point need some help. Thanks in advance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328783 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

