Java HttpClient With SSL

Learn how to use the Java HttpClient to connect to HTTPS URLs and also find out how to bypass certificate verification in non-production environments.

Trusting All Certificates in OkHttp

Learn how to create an OkHttpClient and configure it to trust all certificates — not the best practice in production, but you may need it from time to time during development or testing.

RSA in Java

Learn how to create RSA keys in Java and how to use them to encrypt and decrypt messages and files.