You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connector supports the declaration of custom trusted CA certificate for the HTTPS endpoint since v0.4.0 (#2). This has been implemented storing a whole SSLContext in the connector instance.
This has several side effects, if only the CA cert is of interest, so I decided to refactor this.
Now the connector only stores the X509Certificate object and creates a SSLSocketFactory as required.
(this issue is just opened for documentation/discussion purposes, as the implementation is already done)
The text was updated successfully, but these errors were encountered:
The connector supports the declaration of custom trusted CA certificate for the HTTPS endpoint since v0.4.0 (#2). This has been implemented storing a whole
SSLContext
in the connector instance.This has several side effects, if only the CA cert is of interest, so I decided to refactor this.
Now the connector only stores the
X509Certificate
object and creates aSSLSocketFactory
as required.(this issue is just opened for documentation/discussion purposes, as the implementation is already done)
The text was updated successfully, but these errors were encountered: