Skip to content

Commit 60830eb

Browse files
author
Stephane Landelle
committed
Missing acceptAnyCertificate propagation
1 parent 8b6fcee commit 60830eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/java/org/asynchttpclient/AsyncHttpClientConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,7 @@ public Builder(AsyncHttpClientConfig prototype) {
11331133
strict302Handling = prototype.isStrict302Handling();
11341134
useRelativeURIsWithSSLProxies = prototype.isUseRelativeURIsWithSSLProxies();
11351135
timeConverter = prototype.getTimeConverter();
1136+
acceptAnyCertificate = prototype.isAcceptAnyCertificate();
11361137
}
11371138

11381139
/**

0 commit comments

Comments
 (0)