On Wed, Jul 14, 2010 at 6:59 PM, Eric Covener wrote:
> On Tue, Jul 13, 2010 at 10:21 PM, galaft wang wrote:
> > Hi,
> > Normally, CN would be IP address of the client, if client IP do not match
> > its certificate CN, Apache would deny its request. This is used in highly
trusted CA. If yes,
accept client, if not, deny client.
So, I just need to verify client certificates "partly", what can I do?
Br,
Jason
On Tue, Jul 13, 2010 at 7:12 PM, Eric Covener wrote:
> On Tue, Jul 13, 2010 at 3:23 AM, galaft wang wrote:
> > Hi,
> >
> > As we
Hi,
As we know, directive SSLVerifyClient in mod_ssl can be used for Client
Authentication
SSLVerifyClient require
It means the client *has to* present a valid Certificate
However, for specific purpose, I only want to verify: whether client's
certificate is issued by trusted CA.
I do not want t
Hi,
I am compiling 32 bit httpd on 64 bit RHEL with following command:
# ./configure CFLAGS=-m32 CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32
--prefix=/root/j131/testhttpd/apache-32bit
But make failed with following error message:
# make
Making all in srclib
make[1]: Entering directory
`/root/j131/te