]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adding makefile entry go465 to test SSL
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Sat, 3 May 2025 12:06:50 +0000 (08:06 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Sat, 3 May 2025 12:06:50 +0000 (08:06 -0400)
Makefile

index 3d78bfda232b0bcde4b5a7c912b3ce709385b68a..8e3e7d72f0bc996f6a1d33c9d42a7138866d5906 100644 (file)
--- 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                      \