i already have a working HTTP proxy server that can handle multiple HTTP request. now my problem is how do I handle https request?
here\'s a simplified code i am us
Google "https server in java" and you may find a relevant tutorial, a related RFC and standard documentation. I hope this will help :).