Skip to content

Instantly share code, notes, and snippets.

@alistairsykes
Last active March 23, 2020 14:38
Show Gist options
  • Save alistairsykes/4a7fec6917a4da72a2ff670f067e4274 to your computer and use it in GitHub Desktop.
Save alistairsykes/4a7fec6917a4da72a2ff670f067e4274 to your computer and use it in GitHub Desktop.
HttpClient(Ios) {
// ...
engine {
val builder = CertificatePinner.Builder()
.add("publicobject.com", "sha256/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=")
handleChallenge(builder.build())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment