>You did restart CF, correct?
>
>.:.:.:.:.:.:.:.:.:.:.:.:.:.
>Bobby Hartsfield
>http://acoderslife.com
>http://cf4em.com
>
>
>onsite
>
>Thanks for the insight! I've coverted root.crt to .cre and imported it but
>still am unable to connect. Is there a CF log that provides a better error
>description than
>
>Connection verification failed for data source: dca
>org.postgresql.util.PSQLException: The connection attempt failed.
>The root cause was that: org.postgresql.util.PSQLException: The connection
>attempt failed.
I updated jrun.xml to have SSL turned on and restarted the service no problem:
<service class="jrun.servlet.http.SSLService" name="SSLService">
<attribute name="port">1701</attribute>
<attribute name="interface">*</attribute>
<attribute name="keyStore">{jrun.rootdir}/lib/security/keystore</attribute>
<attribute name="keyStorePassword">changeit</attribute>
<attribute
name="trustStore">{jrun.rootdir}/lib/security/trustStore</attribute>
<attribute
name="socketFactoryName">jrun.servlet.http.JRunSSLServerSocketFactory</attribute>
<attribute name="clientAuth">false</attribute>
<attribute name="enabled">true</attribute>
</service>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343124
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm