Skip to content

Commit 1ebfa77

Browse files
authored
Update enable-sni-collector-transparent-proxy.md
1 parent eaf804d commit 1ebfa77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/send-data/installed-collectors/collector-installation-reference/enable-sni-collector-transparent-proxy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ javax.net.ssl.SSLHandshakeException: Remote host closed connection during handsh
2323
* On Linux: `sudo ./collector stop`
2424

2525
1. Modify the **user.properties** file in the **config** subdirectory of the Sumo Logic collector installation directory.
26+
:::note
27+
Verify the `wrapper.java.additional` property in the **Java Additional Parameters** section in `config/wrapper.conf` file. If there is an existing property, make sure you use the next property. For example, if `wrapper.java.additional.2` is available then use `wrapper.java.additional.3`.
28+
:::
2629

2730
* On Windows, add the following line and save. `wrapper.java.additional.2=-Djsse.enableSNIExtension=true`
2831
* On Linux, add the following line and save. `wrapper.java.additional.3=-Djsse.enableSNIExtension=true`

0 commit comments

Comments
 (0)