From 406185d874c2eca08e6c4c642672ad379dee8f21 Mon Sep 17 00:00:00 2001 From: Stefan Linke Date: Sat, 1 Mar 2025 22:13:17 +0100 Subject: [PATCH] Fix default https port 433 looks like a typo, if someone wants to test a https server with this, it'll fail due to wrong port :) --- openssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl b/openssl index 2a1470f..1c0cf11 100644 --- a/openssl +++ b/openssl @@ -27,7 +27,7 @@ openssl x509 -noout -enddate openssl dhparam -outform PEM -out dhparams.pem 2048 # To test an https server: -openssl s_client -connect 10.240.2.130:433 +openssl s_client -connect 10.240.2.130:443 # High-quality options for openssl for symmetric (secret key) encryption