https://issues.apache.org/bugzilla/show_bug.cgi?id=53206
Priority: P2
Bug ID: 53206
Assignee: [email protected]
Summary: SSL client authentication not working through java sdk
Severity: blocker
Classification: Unclassified
OS: Windows Server 2003
Reporter: [email protected]
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.