Hi Guys,
I'm using the latest version of Open BD 1.5 on Tomcat on Windows 2008
64bit. Trying to use the CFHTTP tag to call an HTTPS calling a site as
follows
<cfhttp url="#variables.authURL#" method="post" result="result">
<cfhttpparam type="formField" name="accountType"
value="HOSTED_OR_GOOGLE">
<cfhttpparam type="formField" name="Email"
value="#arguments.sUsername#">
<cfhttpparam type="formField" name="Passwd"
value="#arguments.spassword#">
<cfhttpparam type="formField" name="source"
value="#arguments.source#">
<cfhttpparam type="formField" name="service"
value="#arguments.service#">
</cfhttp>
The response I'm getting is as follows
Connect Exception: java.security.NoSuchAlgorithmException: Error
constructing implementation (algorithm: Default, provider: SunJSSE,
class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
Anyone got any ideas?
It's calling a proper site in this case
https://www.google.com/accounts/ClientLogin
so its not a self cert issue but has anyone got any ideas ?
Thanks
A
--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en