Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private SafeguardEventListener(String eventUrl, boolean ignoreSsl, HostnameVerif
* only; it leaves the SignalR/WebSocket connection vulnerable to
* man-in-the-middle attacks and must not be enabled in production.
* The minimum TLS protocol version remains pinned to {@code TLSv1.2}
* regardless of this flag — see {@link #TLS_PROTOCOL}.
* regardless of this flag — see {@link TlsConfiguration#resolveEnabledProtocolNames()}.
*
* @param eventUrl SignalR notification hub URL
* @param accessToken bearer access token
Expand Down