On Thu, Aug 18, 2011 at 8:41 AM, MrBJK <[email protected]> wrote: > I am newbie of Coldfusion, I just started yesterday (even if I have > several years of experience with other languages..). >
Welcome! Always great to see a new person coming over to the wonderful world of CFML. > > I need to implent a call to a server using HTTPS with mutual (client > and server) authentication. > > I read somewhere that this could be done with the tag cfhttp, as > follows: > > <cfhttp url=#queryURL# clientcert="path/to/clientcert.p12" > clientcertpassword="password"> > I don't believe CFHTTP on OpenBD supports the clientcert attribute, or at least I didn't see that in that piece of the code, but Alan or Andy can confirm. We probably just needed someone to request it to get it on the roadmap. ;-) I'm sure there are other ways to handle this with a bit of Java but let's have Andy or Alan confirm that isn't in the code and take it from there. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
