Skip to content

Commit 7ae71fe

Browse files
authored
[SSL] Update troubleshooting.mdx
SPM-2958
1 parent b6f33d6 commit 7ae71fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/docs/ssl/edge-certificates/additional-options/cipher-suites/troubleshooting.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ To remove these warnings, refer to [Customize cipher suites](/ssl/edge-certifica
5353
- `ECDHE-ECDSA-AES256-SHA384`
5454
- `ECDHE-ECDSA-AES128-SHA256`
5555
- `ECDHE-RSA-AES256-SHA384`
56+
57+
## Testing Minimum TLS version with curl
58+
59+
You can use the [--tls-max curl setting](https://curl.se/docs/manpage.html#--tls-max) to force a request to use `TLS 1.0`:
60+
`curl -svo /dev/null https://<hostname> --insecure --tlsv1.0 --tls-max 1.0`
61+
62+
Please note that local VPN or device security client on your device may prevent unsecure connection using legacy protocol like `TLS 1.0`: you'll need to make sure to disable such network or security client before running the test on your device.

0 commit comments

Comments
 (0)