Reputation: 63
I am trying to access a secure web service using cfhttp tag in CFML but I am getting the following error:
"Could not establish the trust relationship for the SSL/TSL secure channel."
Can anyone please help??
Upvotes: 2
Views: 194
Reputation: 4555
Is the SSL cert is self-signed you will need to download it and install it in CF's keystore:
For more information on the Java Keytool see: http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html
Upvotes: 8