Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 338 Bytes

File metadata and controls

10 lines (7 loc) · 338 Bytes

Sample of a https call with Client Certificate using OkHttp3

In order to run this sample application you need to fill the proper static constants in the Main class

The main method is running a POST over a Url with a body filled with a plain string

In order to compile the application you need:

  • java 1.8
  • maven 3.5.0

Enjoy :D