RE: [EMAIL PROTECTED] mod_ssl + basic auth

2008-10-30 Thread Jorge Medina
ursday, October 30, 2008 10:21 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_ssl + basic auth That doesn't seem to work for me. I mean, it asks me for the certificate, however if the certificate is accepted, it will still check if it is inside the lan or if the user/pass is ok. Wh

Re: [EMAIL PROTECTED] mod_ssl + basic auth

2008-10-30 Thread Ricardo Ramos
e of the , just in your > . > > Also, seems that "optional" is not supported by all browsers. You must use > "require". > > > -- > *From:* Ricardo Ramos [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, October 29, 2008 11:06 PM > *T

RE: [EMAIL PROTECTED] mod_ssl + basic auth

2008-10-30 Thread Jorge Medina
Ramos [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 11:06 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_ssl + basic auth Hi! I want to do this: check if the client sends me a certificate which my self-signed CA has signed or if the client is inside the same network or if

[EMAIL PROTECTED] mod_ssl + basic auth

2008-10-29 Thread Ricardo Ramos
Hi! I want to do this: check if the client sends me a certificate which my self-signed CA has signed or if the client is inside the same network or if the client enters a username+password. However, with this, I can't have my browser(s) prompting me for a certificate.. it just seems that that par