Skip to content

Commit

Permalink
added rejectUnauthorized for wss connection
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-landiak committed Mar 29, 2024
1 parent bf5e6f7 commit 7be6a2b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public class WebSocketConnectionConfiguration {
@NoXss
private String url;

private boolean rejectUnauthorized;

private UUID clientCredentialsId;
@NoXss
private String clientId;
Expand Down

0 comments on commit 7be6a2b

Please sign in to comment.