From 8475791a484820055d48f0ebc6967807edfc299d Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sat, 3 May 2025 08:06:50 -0400 Subject: [PATCH] Adding makefile entry go465 to test SSL --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile b/Makefile index 3d78bfd..8e3e7d7 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,17 @@ tlsrcvr : -starttls smtp \ -connect $(TESTIP):$(TESTPORT) +go465 : + @ clear + @ openssl s_client \ + -crlf \ + --showcerts \ + -key certs/localhost_key.pem \ + -cert certs/localhost_cert.pem \ + -CAfile certs/safe_CA.pem \ + -tls1_2 \ + -connect mailprod0.safe.ca:465 + xxx : @ clear @ openssl s_client \ -- 2.47.3