Skip to content

Commit

Permalink
fix: Fix truststore for websockets in Spring Cloud Gateway (v2) (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 authored Jan 3, 2024
1 parent 6c1acfb commit b4d6730
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ public void updateConfigParameters() {
trustStorePath = SecurityUtils.formatKeyringUrl(trustStorePath);
if (trustStorePassword == null) trustStorePassword = KEYRING_PASSWORD;
}

factory().setSystemSslProperties();
}

public HttpsFactory factory() {
Expand Down

0 comments on commit b4d6730

Please sign in to comment.