From: Jean-Marc Pigeon (Delson) Date: Fri, 18 Jul 2025 18:48:06 +0000 (-0400) Subject: Adjusting debug on load_certs (unitls.c) X-Git-Tag: tag-0.14~53 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=deae1f4071126683bcf05c155285a1c61c8bd48d;p=jmp%2Fmailleur Adjusting debug on load_certs (unitls.c) --- diff --git a/Makefile b/Makefile index 52a8d54..ad8ad87 100644 --- 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 diff --git a/lib/unitls.c b/lib/unitls.c index 81e687b..8077b7b 100644 --- a/lib/unitls.c +++ b/lib/unitls.c @@ -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++) {