Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 37 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Hakky54/ee12534594a3e35f48e18a16e42c7f40 to your computer and use it in GitHub Desktop.
Save Hakky54/ee12534594a3e35f48e18a16e42c7f40 to your computer and use it in GitHub Desktop.
Cheat Sheet - Http Client SSL TLS Configuration for Java Kotlin and Scala with example http requests

Cheat Sheet - Http Client SSL TLS Configuration for Java, Kotlin and Scala with example http requests

The examples below use the base ssl configuration found here: SSLConfig of the library: SSLContext Kickstart

Java

Kotlin

Scala

@sureshg
Copy link

sureshg commented Nov 6, 2021

Thanks.. This is really nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment