Skip to main content
June 8, 2008
Question

Verisign integrated with CF

  • June 8, 2008
  • 1 reply
  • 318 views
Does anybody know if Verisign can be integrated with CF? If so then where can I find an example?
Any example of any other solution to make safe transactions through my site?
This topic has been closed for replies.

1 reply

June 9, 2008
You seem to be asking of ColdFusion will work over SSL (HTTPS). Yes and for simple cfm templates you do not have to do anything for ColdFusion. The SSL is all handled by your webserver or (maybe a SSL appliance). ColdFusion does not really care if you are using HTTP or HTTPS. That is between your webserver and the client browser.

If you want to use SSL for LDAP (cfldap) and other protocols that ColdFusion supports, then you must import the server certificate into the JVM keystore - cacerts. You can find technotes and other documentation on how to do that.