We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6fcee commit 60830ebCopy full SHA for 60830eb
api/src/main/java/org/asynchttpclient/AsyncHttpClientConfig.java
@@ -1133,6 +1133,7 @@ public Builder(AsyncHttpClientConfig prototype) {
1133
strict302Handling = prototype.isStrict302Handling();
1134
useRelativeURIsWithSSLProxies = prototype.isUseRelativeURIsWithSSLProxies();
1135
timeConverter = prototype.getTimeConverter();
1136
+ acceptAnyCertificate = prototype.isAcceptAnyCertificate();
1137
}
1138
1139
/**
0 commit comments