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
On systems that don't have OpenJdkSelfSignedCertGenerator or BouncyCastleSelfSignedCertGenerator available to them (for example Android), it will error out when using DefaultFactories.TRUST_ALL, even though those are requirements for DefaultFactories.SELF_SIGNED.
This could be solved by having the two engines SELF_SIGNED and TRUST_ALL be lazy loaded, so that they are only instantiated when needed. Let me know how you would like to proceed with this and I can do the work and provide a PR.
Also a side note, shouldn't these by final?
The text was updated successfully, but these errors were encountered:
On systems that don't have OpenJdkSelfSignedCertGenerator or BouncyCastleSelfSignedCertGenerator available to them (for example Android), it will error out when using DefaultFactories.TRUST_ALL, even though those are requirements for DefaultFactories.SELF_SIGNED.
This could be solved by having the two engines SELF_SIGNED and TRUST_ALL be lazy loaded, so that they are only instantiated when needed. Let me know how you would like to proceed with this and I can do the work and provide a PR.
Also a side note, shouldn't these by final?
The text was updated successfully, but these errors were encountered: