sramazzina / sample-https

A sample HTTPS Server and Client to experiment with

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sample HTTPS Server and Client to experiment with

License:Apache License 2.0


Languages

Language:Java 92.3%Language:Dockerfile 7.7%