[us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-28 Thread Buddy wu
I use apache with ssl and require client cert. how to let the user know he shouldrequest a cert? now when a person without a cert access the site, it only appreas that "the site can't be displayed ,maybe network problem" how to give a hint to user , he should use a cert to access this cert

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-28 Thread Krist van Besien
On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote: > I use apache with ssl and require client cert. how to let the user know he > shouldrequest a cert? now when a person without a cert access the site, it > only appreas that "the site can't be displayed ,maybe network problem" > how to give a hint t

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-29 Thread Buddy wu
en, but it don't response as a http response error code. not like 404 or 5000 or other likes . it just like the network is broken. 2009/4/29 Krist van Besien > On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote: > > I use apache with ssl and require client cert. how to let the user know > he > > s

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-29 Thread Eric Covener
On Wed, Apr 29, 2009 at 8:54 PM, Buddy wu wrote: > en, but it don't response as a http response error code. not like 404 or > 5000 or other likes . it just like the network is broken. Try making it optional, and use mod_rewrite to peek at the client DN and redirect to a pseudo-error page. -- Er

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-30 Thread Buddy wu
2009/4/30 Eric Covener > On Wed, Apr 29, 2009 at 8:54 PM, Buddy wu wrote: > > en, but it don't response as a http response error code. not like 404 or > > 5000 or other likes . it just like the network is broken. > > Try making it optional, and use mod_rewrite to peek at the client DN > and redi

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-30 Thread Sean Conner
It was thus said that the Great Krist van Besien once stated: > On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote: > > I use apache with ssl and require client cert. how to let the user know he > > shouldrequest a cert? now when a person without a cert access the site, it > > only appreas that "the

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-30 Thread Buddy wu
2009/4/30 Sean Conner > It was thus said that the Great Krist van Besien once stated: > > On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote: > > > I use apache with ssl and require client cert. how to let the user know > he > > > shouldrequest a cert? now when a person without a cert access the si