]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adjusting debug on load_certs (unitls.c)
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 18 Jul 2025 18:48:06 +0000 (14:48 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 18 Jul 2025 18:48:06 +0000 (14:48 -0400)
Makefile
lib/unitls.c

index 52a8d548d058eb1e6290be8441c1e73bfb991fe5..ad8ad871274c5abc1e0fbe15ef9d10838acda2b3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ tlsref:
                        -cert certs/localhost-cert.pem  \
                        -key certs/localhost-key.pem    \
                        -starttls smtp                  \
-                       -connect tar1.osukiss.org:25
+                       -connect $(TESTSRV):$(TESTPORT) 
 
 #                      -connect mx2.free.fr:25
 #                      -connect mailprod1.safe.ca:587
index 81e687b69a90b20353ad9c14f622a76a270fea1f..8077b7b547cd7d2bfeb0747a2fed5524488005f5 100644 (file)
@@ -251,7 +251,7 @@ mode=SSL_VERIFY_NONE;
 phase=0;
 proceed=true;
 while (proceed==true) {
-  //(void) rou_alert(7,"%s JMPDBG phase='%d'",OPEP,phase);
+  (void) rou_alert(0,"%s JMPDBG phase='%d'",OPEP,phase);
   switch (phase) {
     case 0      :       //loading certificate names
       for (int i=0;i<(sizeof(cenv)/sizeof(char *));i++) {