How can I pin a certificate with Square OKHTTP?
I think I need to create a new SSL Socket Factory? Also, I don't want to use the global SSL Context (https://github.com/square/okhttp/issues/184) for obvious reasons. thanks! EDIT: As of okhttp ...