-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Mock Web Server migrated to this repository #5465
Conversation
throws KeyManagementException, NoSuchAlgorithmException { | ||
if (trustManagers == null && trustCerts) { | ||
trustManagers = new TrustManager[] { new X509TrustManager() { | ||
public void checkClientTrusted(X509Certificate[] chain, String s) { |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections
public void checkClientTrusted(X509Certificate[] chain, String s) { | ||
} | ||
|
||
public void checkServerTrusted(X509Certificate[] chain, String s) { |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections
0ae7e3b
to
f75b5db
Compare
8000f33
to
a08013a
Compare
Signed-off-by: Marc Nuri <marc@marcnuri.com>
a08013a
to
053e88f
Compare
SonarCloud Quality Gate failed.
|
Description
Part of #5430
Mock Web Server migrated to this repository
Type of change
test, version modification, documentation, etc.)
Checklist