| View previous topic :: View next topic |
| Author |
Message |
August Guest
|
Posted: Fri May 20, 2005 3:19 pm Post subject: SSL Client Authentication |
|
|
Hi,
I'm talking with an SSL server that also demands client Authentication.
I was wondering if I have to implement any functionality to send the
'client' certificate. Or does JAVA handle this automaticly?
I set the keystore properties to my own.
Greets,
August,
|
|
| Back to top |
|
 |
Simon Guest
|
Posted: Fri May 20, 2005 4:03 pm Post subject: Re: SSL Client Authentication |
|
|
Hello,
You can check out www.eassignment.net for help with your assignments.
They are really helpful.
Simon Tanner
|
|
| Back to top |
|
 |
Tor Iver Wilhelmsen Guest
|
Posted: Fri May 20, 2005 6:49 pm Post subject: Re: SSL Client Authentication |
|
|
"Simon" <simontanner2005 (AT) yahoo (DOT) com> writes:
| Quote: | They are really helpful.
|
Don't you mean "we", spammer?
|
|
| Back to top |
|
 |
Andrew Thompson Guest
|
Posted: Sat May 21, 2005 1:57 am Post subject: Re: SSL Client Authentication |
|
|
On 20 May 2005 20:49:54 +0200, Tor Iver Wilhelmsen wrote:
| Quote: | "Simon" <simontanner2005 (AT) yahoo (DOT) com> writes:
They are really helpful.
Don't you mean "we", spammer?
|
I asked Simon what his connetion was with the site concerned on
another thread in this forum. While he has since made posts,
none of them was a reply to the question.
--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
|
|
| Back to top |
|
 |
Jack Guest
|
Posted: Sat May 21, 2005 3:21 am Post subject: Re: SSL Client Authentication |
|
|
August,
I think you need a certificate on your system. There is a complet
example of client server SSL communication in Java on this URL:
http://www.geocities.com/herong_yang/jdk/ssl_socket.html
It will help you out.
Jack
|
|
| Back to top |
|
 |
|