Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
AlanMcRae #1
Using SSL Client Certificates
I am using HTTPS with Apache and ColdFusion MX7. The Apache server is set up to
require client certificates from a specific CA. I need to find out which client
certificate the user has used. Is it in any way possible to get
CGI.CERT_SUBJECT etc to work with Apache? The notes say only IIS and Netscape.
This should be an easy job, Apache provides many client certificate environment
variables.
AlanMcRae Guest
-
Client Certificates
Hi all. I'm implementing a Web Service and a Client that comunicate with SSL. The Client has a certificate that load with:... -
403 Error Web App to Web App with Client Certificates
Hi, I'm trying to write a ASP.NET application that calls another ASP.NET application using the HttpWebRequest class. I need to secure the... -
Client Side Certificates for Web Services?
Part 1: I have a simple web service. I would like to protect the web application by only allowing callers that have a client-side certificate... -
ASP.NET and client certificates
Hi People, I know in IIS Admin you can tick the box to request a client certificate (over an SSL connection), but does anyone know of a way,... -
Using client certificates in ASP
Hi there, I have an ASP page, which have to connect to an SSL server that requires a client certificate, but I get the following error: ... -
MikerRoo #2
Re: Using SSL Client Certificates
If you look at [url]http://httpd.apache.org/docs-2.0/mod/mod_cgi.html[/url], the policy
seems to be "It's not in the moldy old CGI spec, so we won't return it".
It seems that you have to compile certificate stuff in yourself.
It looks like you could add this in mod_nw_ssl.c (Apache 2).
If you learn how, please post some pointers.
I'll do the same -- (so far, my bosses haven't needed this functionality).
Regards,
-- MikeR
MikerRoo Guest



Reply With Quote

