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
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
ManageConfig now has sslContext, hostnameVerifier, adminSslContext, and adminHostnameVerifier fields. These won't have ml* properties to go with them because they're complex objects, but you can set any implementation of SSLContext/X509HostnameVerifier on them.
…8002
Also removed OBE/confusing admin properties from ManageConfig. These were never needed - the user with manage-admin just needs to have security as well.
I have my own context and verify. I'd like to be able to pass them to RestTemplateUtil.newRestTemplate.
The text was updated successfully, but these errors were encountered: