/sample-https

A sample HTTPS Server and Client to experiment with

Primary LanguageJavaApache License 2.0Apache-2.0

Simple HTTP Server/Client

This is a sample that implements an HTTP Server and an HTTP Cliente that can be useful for learning or debugging purposes

Debug options

If you want to debug SSL handshake by looking at the log messages that are generated, add the option -Djavax.net.debug=ALL to java command.

References

How to create a local certificate for debugging SSL

Debugging TLS sessions