Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable auto ssl keystore reload #156

Merged
merged 17 commits into from
Nov 15, 2019
Prev Previous commit
Next Next commit
revise test
Yang Lei committed Nov 7, 2019
commit 5d6380ca16947b256814f9bd577098c2c0467a6d
2 changes: 1 addition & 1 deletion core/src/test/java/io/confluent/rest/SslTest.java
Original file line number Diff line number Diff line change
@@ -274,7 +274,7 @@ public void testHttpsWithNoClientCertAndNoServerTruststore() throws Exception {
@Test(expected = SocketException.class)
public void testHttpsWithAuthAndBadClientCert() throws Exception {
Properties props = new Properties();
String uri = "https://localhost:8084";
String uri = "https://localhost:8080";
props.put(RestConfig.LISTENERS_CONFIG, uri);
configServerKeystore(props);
configServerTruststore(props);