Sudhindra Bhargav

Greenhorn
+ Follow
since Sep 30, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sudhindra Bhargav

I am having the same question, could you point me to a proper example on how the wsdl location can be set at runtime.
Appreciate the help.
Thanks
9 years ago
Any update on this, even I am looking for a solution for this.
Appreciate any example or information posted.

Thanks.
9 years ago
Client.cer was issued on local host using MyCA created locally using the tutorial.
This is just for test purpose.

MyProdCer is an actual certificate issued by Federal government CA.
This is the actual certificates that I will be dealing in production.

Appreciate the response.
11 years ago
I followed the following tutorial to implement two way SSL authentication:
http://virgo47.wordpress.com/2010/08/23/tomcat-web-application-with-ssl-client-certificates/

Structure on server:
cacerts.jks has my_ca as trusted certificate entry
keystore.jks has sercer as Key Pair entry

Browser:
Has Client.cer generated by my CA installed in it

If I access the app url, browser now pops my 'Client' certificate to use & I click on cert & click OK, the webpage is displayed.

Now I have an actual ProductionCertificate MyProdCer
Chain is: MyProdCer -> IssuerCA -> IntermediateCA-> RootCA

I have updated cacerts.jks on server to contain IssuerCA, IntermediateCA & RootCA certs along with the original my_ca
The browser now pops up two options 1. 'Client' cert & 2. 'MyProdCer'
If I select 1. Client cer then it works as usual, no problem

However if i select 2. 'MyProdCer' then browser displays

What am I missing, please advise.

Thanks.
11 years ago
Hi, I have EMSRV from VAJ 3rd CD having the TeamServer software. I want to install EMSRV on Linux, please let me know how to install. My clients are running on windows machine I need only the team server configured on Linux machine.
Thanks in advance,
Sudhindra
21 years ago