Skip to content

Instantly share code, notes, and snippets.

View sevenhillsoftware's full-sized avatar

Tuoyo Ekperigin sevenhillsoftware

View GitHub Profile
package com.example.jersey;
import javax.net.ssl.*;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.core.Configuration;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
import java.security.cert.CertificateException;