How avoid the certificate validation in spring-boot-admin?
问题 In what way can I avoid certificate validation in spring-boot-admin? Link error image: https://ibb.co/fkZu8y I configure the RestTemplate for avoid the certificate in a class, but I do not know how to send it, I guess it must be in the client, the spring-boot-admin-starter-client works automatically. This is the code for avoid the certificate validation. public class SSLUtil { public RestTemplate getRestTemplate() throws KeyStoreException, NoSuchAlgorithmException, KeyManagementException {