| Sign In/My Account | View Cart |
| Article: |
Secure Your Sockets with JSSE | |
| Subject: | Not a real world article | |
| Date: | 2003-06-09 10:07:41 | |
| From: | anonymous2 | |
| I dont know why Jamie is using his own Browser and his own HTTPServer. I think most of would be using JSSE on commercial servers. The article might be useful for students who have been given a similar assignment | ||
Showing messages 1 through 1 of 1.
I'm trying to develop test code for a HTTPS client, developing a HTTPS server from scratch or installing and configuring a full blown HTTPS server are both overkill.
But because everyone assumes you'd only ever use some kind of commercial server, noone has any example code of how to create a simple HTTPS server.
Jamie's code has saved me a heap of time.