Skip to content

Commit 89b5620

Browse files
committed
Fix remaining
1 parent f8afc80 commit 89b5620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/test/java/org/asynchttpclient/BasicHttp2Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) {
338338
public void startServer() throws Exception {
339339
X509Bundle bundle = new CertificateBuilder()
340340
.subject("CN=localhost")
341+
.setIsCertificateAuthority(true)
341342
.buildSelfSigned();
342343

343344
serverSslCtx = SslContextBuilder.forServer(bundle.toKeyManagerFactory())

0 commit comments

Comments
 (0)