Setup a https client in Java
Posted
by Albinoswordfish
on Stack Overflow
See other posts from Stack Overflow
or by Albinoswordfish
Published on 2010-04-02T20:26:08Z
Indexed on
2010/04/02
22:23 UTC
Read the original article
Hit count: 432
I'm very new to HTTPS/SSL so excuse my lack of knowledge. Right now I'm trying to setup a simple Java client in which it connects to a web server through HTTPS. I've seen some example code online but can't seem to really make sense of it. Also I was wondering if there is a difference between setting it up on a Windows machine compared to another type of OS.
If anybody knows a good tutorial on this or can head me towards the right direction it would be appreciated.
© Stack Overflow or respective owner