[Mono-bugs] [Bug 78740][Wis] New - Https Client Certificate doesn't work with mod_mono apache

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 30 11:58:21 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by informatique.internet at fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=78740

--- shadow/78740	2006-06-30 11:58:21.000000000 -0400
+++ shadow/78740.tmp.19055	2006-06-30 11:58:21.000000000 -0400
@@ -0,0 +1,117 @@
+Bug#: 78740
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Https Client Certificate doesn't work with mod_mono apache
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Steps to reproduce the problem:
+1. I need to use Client Certificate with mod_mono i've set it in apache
+correctly... 
+
+SSLVerifyClient require
+SSLVerifyDepth  10
+
+
+Actual Results:
+     HttpClientCertificate hcc = Request.ClientCertificate;
+     if (hcc.IsPresent) 
+return always false...
+
+I've try to look in ServerVariables : but there's no certificate related
+variables :
+ALL_HTTP: HTTP_CACHE_CONTROL:max-age=0 HTTP_CONNECTION:keep-alive
+HTTP_KEEP_ALIVE:300
+HTTP_ACCEPT:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
+HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7
+HTTP_ACCEPT_ENCODING:gzip,deflate
+HTTP_ACCEPT_LANGUAGE:fr-fr,fr;q=0.8,en;q=0.5,en-us;q=0.3
+HTTP_COOKIE:ASPSESSION=BEDEA91E1C7A55E51815BDDC HTTP_HOST:10.69.100.164
+HTTP_USER_AGENT:Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.0.4)
+Gecko/20060508 Firefox/1.5.0.4
+ALL_RAW: Cache-Control: max-age=0 Connection: keep-alive Keep-Alive: 300
+Accept:
+text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
+Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Accept-Encoding:
+gzip,deflate Accept-Language: fr-fr,fr;q=0.8,en;q=0.5,en-us;q=0.3 Cookie:
+ASPSESSION=BEDEA91E1C7A55E51815BDDC Host: 10.69.100.164 User-Agent:
+Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.0.4) Gecko/20060508
+Firefox/1.5.0.4
+APPL_MD_PATH:
+APPL_PHYSICAL_PATH:
+AUTH_TYPE:
+AUTH_USER:
+AUTH_PASSWORD:
+LOGON_USER:
+REMOTE_USER:
+CERT_COOKIE:
+CERT_FLAGS:
+CERT_ISSUER:
+CERT_KEYSIZE:
+CERT_SECRETKEYSIZE:
+CERT_SERIALNUMBER:
+CERT_SERVER_ISSUER:
+CERT_SERVER_SUBJECT:
+CERT_SUBJECT:
+CONTENT_TYPE:
+GATEWAY_INTERFACE: CGI/1.1
+HTTPS: on
+HTTPS_KEYSIZE:
+HTTPS_SECRETKEYSIZE:
+HTTPS_SERVER_ISSUER:
+HTTPS_SERVER_SUBJECT:
+INSTANCE_ID:
+INSTANCE_META_PATH:
+LOCAL_ADDR: 10.69.100.164
+PATH_INFO:
+PATH_TRANSLATED: /home/hubert/Projects/testssl/index.aspx
+QUERY_STRING:
+REMOTE_ADDR: 10.69.100.164
+REMOTE_HOST: 10.69.100.164
+REMOTE_PORT: 56450
+REQUEST_METHOD: GET
+SCRIPT_NAME: /mono/index.aspx
+SERVER_NAME: 10.69.100.164
+SERVER_PORT: 443
+SERVER_PORT_SECURE: 1
+SERVER_PROTOCOL: HTTP/1.0
+SERVER_SOFTWARE: Apache
+URL: /mono/index.aspx
+HTTP_CACHE_CONTROL: max-age=0
+HTTP_CONNECTION: keep-alive
+HTTP_KEEP_ALIVE: 300
+HTTP_ACCEPT:
+text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
+HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
+HTTP_ACCEPT_ENCODING: gzip,deflate
+HTTP_ACCEPT_LANGUAGE: fr-fr,fr;q=0.8,en;q=0.5,en-us;q=0.3
+HTTP_COOKIE: ASPSESSION=BEDEA91E1C7A55E51815BDDC
+HTTP_HOST: 10.69.100.164
+HTTP_USER_AGENT: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.0.4)
+Gecko/20060508 Firefox/1.5.0.4
+
+Expected Results:
+
+ClientCertificate should be present
+
+
+Additional comment
+I know that client certificate should work only with xsp... But mono guys
+said at mono 1.1.9 release that it should work in apache soon!!?!!
+
+
+Thanks


More information about the mono-bugs mailing list