Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / April 2009



Tip: Looking for answers? Try searching our database.

Client certificate information

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
vootmon - 13 May 2008 13:13 GMT
Hello,
Does anyone have a definitive answer for how to retrieve client certificate
information in coldfusionMX7 using Apache 2.0.x (just http server, not tomcat)?
I can get it out of the environment in a perl script...I just don't know how to
pass it to coldfusion..the client cert CGI variables are null. I've also tried
using jsp's to retrieve the info. The information is obviously not getting to
jrun. I've searched high and low, nobody seems to know what to do.
Thanks

Apache 2.0.x (has been configured with SSLOptions +StdEnvVars +ExportCertData)
Coldfusion MX7
Rottie - 11 Jun 2008 15:55 GMT
IVootmon,

  I am trying to do the same on ColdFusionMX7 and ColdFusion8.  The ColdFusion CGI variables for CERT_ are all empty.  Did you find a solution to pass CERT_ info to ColdFusion?  Thanks.
hindenj - 09 Apr 2009 21:14 GMT
I am also trying to do the same thing with ColdFusionMX7. The closest I've
come is...

> <VirtualHost *:443>
>         ServerAdmin [EMAIL PROTECTED]
[quoted text clipped - 8 lines]
>         JkMount /ovt/* ajp13_worker
> </VirtualHost>

<cfset x509 = GetPageContext().getRequest().getAttribute("javax.servlet.
request.X509Certificate")>

problem is, I don't have TomCat installed which seems to install this library.

>IVootmon,
>
>   I am trying to do the same on ColdFusionMX7 and ColdFusion8.  The ColdFusion CGI variables for CERT_ are all empty.  Did you find a solution to pass CERT_ info to ColdFusion?  Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.