From: Jean-Marc Pigeon (Delson) Date: Sat, 3 May 2025 12:06:50 +0000 (-0400) Subject: Adding makefile entry go465 to test SSL X-Git-Tag: tag-0.7~15 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=8475791a484820055d48f0ebc6967807edfc299d;p=jmp%2Fmailleur Adding makefile entry go465 to test SSL --- 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 \