You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/05/09 08:03:33 UTC

[Bug 53206] New: SSL client authentication not working through java sdk

https://issues.apache.org/bugzilla/show_bug.cgi?id=53206

          Priority: P2
            Bug ID: 53206
          Assignee: bugs@httpd.apache.org
           Summary: SSL client authentication not working through java sdk
          Severity: blocker
    Classification: Unclassified
                OS: Windows Server 2003
          Reporter: venkata.reddy@trianz.com
          Hardware: All
            Status: NEW
           Version: 2.2.15
         Component: mod_ssl
           Product: Apache httpd-2

Created attachment 28745
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28745&action=edit
httpd-ssl.conf

Hi,

We have requirement of reading client certificate thru the java sdk and
validate the certificate
1)I have configured all the required ssl protocol, keystore,keyStroePassword
and trustStore in the java environment variables.
-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol 
-Djavax.net.ssl.trustStore="C:/clientcertificate/trustkeystore.jks" 
-Djavax.net.ssl.keyStore="c:/clientcertificate/keystore" 
-Djavax.net.ssl.keyStorePassword=test123

2)When execute the url(https://hostname:443/test.php) thorugh the java sdk some
reasons not able to pass the apache environment variable(SSL_CLIENT_CERT).

Can you please varify the issue,in case missing anything in the configuration?
or 
is it a bug in the apache when running thru the java sdk?

Here ssl handshake is happening properly between sdk and apache webserver.

3)When execute the url(https://hostname:443/test.php) thorugh the web browser
prompting for the client certificate in the browser and selected the already
installed client certificate and displayed all the apache environment variables
including(SSL_CLIENT_CERT).

I have attached ssl configuration file used.

Thanks
Venkata

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53206] SSL client authentication not working through java sdk

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53206

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Eric Covener <co...@gmail.com> ---
This bugzilla is for reporting suspected bugs in Apache HTTP Server, not a
support forum for questions, configuration assistance, support, or systems
analysis.

Perhaps someone on the Apache HTTP Server users list can help you determine
what's going on with your system, and if this due diligence points to an Apache
HTTP Server bug, reopen this ticket with a rigorous description that
illustrates (via verbatim error messages, configurations, logs, packet
captures, etc) the misbehavior in Apache HTTP Server. 

http://httpd.apache.org/userslist.html

-- 
You are receiving this mail because:
You are the assignee for the bug.