Skip to content

Commit a692772

Browse files
committed
minor formatting
1 parent 1ebfa77 commit a692772

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,16 @@ javax.net.ssl.SSLHandshakeException: Remote host closed connection during handsh
1818
## Enable SNI
1919

2020
1. Stop the Sumo Logic Collector service.
21-
2221
* On Windows: `net stop sumo-collector`
2322
* On Linux: `sudo ./collector stop`
24-
2523
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-
:::
29-
24+
:::note
25+
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`.
26+
:::
3027
* On Windows, add the following line and save. `wrapper.java.additional.2=-Djsse.enableSNIExtension=true`
3128
* On Linux, add the following line and save. `wrapper.java.additional.3=-Djsse.enableSNIExtension=true`
32-
3329
1. Save the file.
34-
3530
1. Start the Sumo Logic Collector service.
36-
3731
* On Windows: `net start sumo-collector`
3832
* On Linux: `sudo ./collector start`
3933

0 commit comments

Comments
 (0)