duo_client_java icon indicating copy to clipboard operation
duo_client_java copied to clipboard

Allow hostname verifier and socket factory for http

Open AaronAtDuo opened this issue 4 years ago • 1 comments

@mmoayyed had asked for this in https://github.com/duosecurity/duo_client_java/pull/29

I took a side trip to implement a Builder to make it easier, so now I need to actually add the new functionality...

AaronAtDuo avatar Jan 12 '22 17:01 AaronAtDuo

As a side note, it would also be great if the CertificatePinner could be injected via the builder, instead of :

CertificatePinner pinner = Util.createPinner(this.host, DEFAULT_CA_CERTS);

mmoayyed avatar Jan 12 '22 18:01 mmoayyed