From: "Steven Levine" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTP id 11081565 for ecs-isp@2rosenthals.com; Tue, 15 Oct 2024 12:16:40 -0400 Received: from secmgr-va.2rosenthals.com ([50.73.8.217]:40602 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1t0kDt-000000003QX-1Mcp for ecs-isp@2rosenthals.com; Tue, 15 Oct 2024 12:16:37 -0400 Received: from mta-102b.earthlink-vadesecure.net ([51.81.61.67]:50223 helo=mta-102a.earthlink-vadesecure.net) by mail2.2rosenthals.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.97.1) (envelope-from ) id 1t0kDr-000000005Qi-0k29 for ecs-isp@2rosenthals.com; Tue, 15 Oct 2024 12:16:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; bh=kXEpqr7j4APdaumnN6eLgyfT6XK6NAcXD9mbZM /zBzo=; c=relaxed/relaxed; d=earthlink.net; h=from:reply-to:subject: date:to:cc:resent-date:resent-from:resent-to:resent-cc:in-reply-to: references:list-id:list-help:list-unsubscribe:list-unsubscribe-post: list-subscribe:list-post:list-owner:list-archive; q=dns/txt; s=dk12062016; t=1729008994; x=1729613794; b=BmY0PR5BMC/Y2K3CKd+3h/hGUdQ K6iXc0ExbHmMwGEjziC6anonlkYn0OQ3AR6k446VtB9CxZv/nac7qT6sdi9qVP68KzWBGZz IuMn8hHoBQY4MgHmKL54C8fweXAFmVpAquRMZswLEgDaXwTxUR116WW9wZQXDK0ymK+NX3K JpDYkdl/HljUvx+pTfp4sKjM++vWpkVr12Si60pelzMqbyuvTG2nmLiQKOoPNyXlAAzBw5d C6wQ2Yj5dk9lGY59PkU2OdrLiqMPcYtgbxSbvI4Y0E9ZQcdjfqcjZmI8bga8mFGN3Prp33M oF2ixfhfZZjAV7LKCDOTvDxIAzbk1lg== Received: from slamain ([172.58.117.14]) by vsel1nmtao02p.internal.vadesecure.com with ngmta id 0808d83c-17feac85099c4005; Tue, 15 Oct 2024 16:16:34 +0000 Message-ID: <670e9d3d.21.mr2ice.fgrirsq@earthlink.net> Date: Tue, 15 Oct 2024 08:50:05 -0800 To: "eCS ISP Mailing List" In-Reply-To: Subject: Re: [eCS-ISP] HTTPS-Misery (for Steven) X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.24/60 In , on 10/15/24 at 11:49 AM, "Massimo S." said: Hi Massimo, It appears you did not fix the scrpit as I recommended. >> uacme -v -h uacme-hook.cmd issue webmail.mydomain.it >out.log 2>&1 >> >> Out.log should contain the error message you missed. >> >now i'm completely confused, i don't understand what's happening What is happening based on the information you have provided so far is the same as was happening before. The script is dieing because it cannot write the token file to the challenge directory. If it could, the log file would report that the file was created. As I recommended before, you need to capture the console output with something like: uacme issue mywebsite2.ecomstation.it -h hook_mywebsite2.cmd >out.log 2>&1 and review out.log for error messages. If should be obvious to you that mywebsite2.ecomstation.it be correct domain name and the it needs to have a dns entry. mywebsite2.ecomstation.it does not currently have a dns entry, so either you have a typo or you are hiding information that might help us figure out what you are doing wrong. >uacme issue mywebsite2.ecomstation.it -h hook_mywebsite2.cmd >2024/10/15-11:24:03 >2024/10/15-11:24:03 hook_mywebsite2 started at 2024/10/15-11:24:03 >2024/10/15-11:24:03 method is begin >2024/10/15-11:24:03 type is http-01 >2024/10/15-11:24:03 ident is mywebsite2.ecomstation.it Note that the log is still missing the line that reports that the token file was created. This is done by in the original script at: uacme-hook.cmd:117 call LogWriteVTSC 'Creating' gTokenFile > 2024/10/15-11:24:14 DoFailed deleting >D:\apache2\htdocs\webmail2\.well-known\acme-challenge\U_8xDcx9AT6qFzEosUKhMas8SKcK8SKburtsjaq6zRc This log line tells us that the begin method should have attempted to write to D:\apache2\htdocs\webmail2\.well-known\acme-challenge\U_8xDcx9AT6qFzEosUKhMas8SKcK8SKburtsjaq6zRc but the write must have failed for some reason. >why is failed? Without more information, the only reason I can think is because you edited the script incorrectly. If you cannot determine what's wrong from the output of out.log, I probably need to send me an unsullied copy of out.log and hook_mywebsite2.cmd. Steven -- ---------------------------------------------------------------------- "Steven Levine" Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ----------------------------------------------------------------------