HTTPS/Client-authenticated: Difference between revisions

Small alteration to code.
(New post.)
(Small alteration to code.)
Line 96:
 
public static void main(String[] aArgs) throws Exception {
final String keyStorePath = "the/path/to/keystore"; // The key store contains the client's certificate
final String keyStorePassword = "my-password";
SSLContext sslContext = getSSLContext(keyStorePath, keyStorePassword);
884

edits