Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import static junit.framework.TestCase.assertFalse;
import static junit.framework.TestCase.assertTrue;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.netbeans.junit.MockServices;
import org.openide.util.Lookup;
Expand Down Expand Up @@ -77,6 +78,7 @@ public void shouldAskForSelfSignedCertificate() throws Exception {
}

@Test
@Ignore("Client certificate expired and administrator of badssl.com has not issued updated certificates")
public void shouldUseKeyStoreFromSystemProperties() throws Exception {
System.setProperty("javax.net.debug", "ssl,keystore");
System.setProperty("javax.net.ssl.keyStore", SecureURLResourceRetrieverTest.class.getResource("badssl.com-client.p12").getPath());
Expand Down