Pinning SSL Certificates
I was planning two TLS code samples for OkHttp's recipes page. One to make development easier by disabling certificate checks and another to make deployment more secure by pinning TLS certificates. Disabling Certificate Checks It's a hassle to get TLS going on a local development server. Disabling certificate checking is…