-
Notifications
You must be signed in to change notification settings - Fork 5
improvement: use etcd health check #78
Conversation
| final Socket a_socket) {} | ||
|
|
||
| @Override | ||
| public void checkClientTrusted(X509Certificate[] chain, String authType, |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections
|
|
||
| } | ||
|
|
||
| public void checkServerTrusted( |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections
| new TrustManager[] { | ||
| new X509ExtendedTrustManager() { | ||
| @Override | ||
| public void checkClientTrusted(X509Certificate[] chain, String authType, |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections
| return null; | ||
| } | ||
|
|
||
| public void checkClientTrusted( |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections
| final X509Certificate[] a_certificates, | ||
| final String a_auth_type) {} | ||
|
|
||
| public void checkServerTrusted( |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections
| final String a_auth_type) {} | ||
|
|
||
|
|
||
| public void checkServerTrusted( |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections
|
SonarCloud Quality Gate failed. |









No description provided.