Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Jonathan van ZuijlekomJonathan van ZuijlekomLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Jonathan van Zuijlekom
Jonathan van ZuijlekomLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
Created 30 July 2015 at 17:25
Updated 13 October 2015 at 05:22
Resolved 12 October 2015 at 20:52
ACF allows supplying a p12 certificate file and password to use as the client certificate for authenticating to a webserver. Lucee does not implement this.
Apache common's HttpClient has the capability built in to accommodate this request, but it is not implemented in Lucee yet.
I have a working implementation using Apache common's HttpClient in CFML/Java. I'll try to create a fix for this and open a pull request.
ACF documentation: https://wikidocs.adobe.com/wiki/display/coldfusionen/cfhttp
Railo issue: https://issues.jboss.org/browse/RAILO-2823