Fork me on GitHub
#aws
<
2022-01-13
>
souenzzo15:01:14

This is the main channel for discuss aws-api issues? I found this line of code https://github.com/cognitect-labs/aws-api/blob/master/src/cognitect/aws/http/cognitect.clj#L9 I can't add a reference to cognitect http-client, but in version 1.0.110, that is the one that I'm using, the usage of this trust-all parameter looks like this: (SslContextFactory. false) #_(boolean trust-all) So this trust-all is not used in my version of http-client. Can we remove this unused parameter? As far I know, it is not desired to use options like this in prod scenarios. [reference to SslContextFactory] https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/jetty-util/src/main/java/org/eclipse/jetty/util/ssl/SslContextFactory.java#L208