From: "Massimo S." Received: from mail2.quasarbbs.net ([80.86.52.115] verified) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTP id 3271133 for ecs-isp@2rosenthals.com; Mon, 03 Aug 2026 16:45:44 -0400 DKIM-Signature: v=1; q=dns/txt; a=rsa-sha256; c=relaxed/relaxed; s=default; d=ecomstation.it; bh=ZPu9tV+eVOfKXsS2KiAz2slIDoMcCGutv3UYXkx/ook=; h=Return-Path:From:To:Subject:Date:Message-ID; b=TOzzsWKM7CDuWwdcxe5am0h5DleJpBK52Cmfi75DIrP5GzOYQQhvu+mZbi6JRhPxBD5vU VV8uCB3Zk8+fGS9YXtubG3Hh+R/UDZnYDnlvJ3xttxjduaaA1FoPuMPdnDJ9RdByDP/75ZN lQ40UMhSHRI3SLQpNhWGsHtb9OsLoCPrMdqyZDVlLTAn2w94lpONhjuMwMIJPjv8p9J9ruC yV+dM5aTwpWoZHsCdCMdmDi6NHshOPw07nPLOGF4DP3xL73u4XYgqsu7wlUyblWUl6qoU8U OihSY866aQpae/ZLh9Bpukox4hZvMuFQKALny+6sen2f2ew11VxBKyqKmpqw== Authentication-Results: srv2; spf=none smtp.helo=[192.168.10.199]; spf=pass smtp.mailfrom=ecomstation.it Received: from [192.168.10.199] (dtp [192.168.10.199]) by srv2 (Weasel v3.143) for ; Mon, 03 Aug 2026 22:45:40 -0000 Reply-To: ml@ecomstation.it Subject: Re: [eCS-ISP] uacme 1.2.4 issue To: eCS ISP Mailing List References: Organization: Massimo S. Message-ID: <13a08a2f-7f21-0d08-8428-878c37386f37@ecomstation.it> Date: Mon, 3 Aug 2026 22:45:44 +0200 User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; it-IT; rv:1.7.13) Gecko/20060424 Thunderbird/1.0.8 Mnenhy/0.7.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit Il 11/06/2026 08:21, Peter Moylan ha scritto: > On 10/06/26 18:09, Massimo S. wrote: >> Il 09/06/2026 13:03, Peter Moylan ha scritto: > >>> If that doesn't help, here is another possibility. We have seen in the >>> past that different versions of uacme make different assumptions about >>> default directories. The best defence against that is to make sure that >>> your own scripts use explicit paths instead of relying on the default >>> assumptions. Now that I think of it, I think I had to do that when >>> updating to version 1.2.4. >> >> do you have a script that use 1.2.4 to share? >> (of course in private email) > > The uacme-hook.cmd script is the one that Steven shared some time back, probably on this list. The only > changes I remember making are > >   /* Find docs directory for server */ >   docsdir = 'D:\Domains\' > > and > >   subdir = root || '.' || tld >   if subdir == 'pmoylan.org' then subdir = subdir'\Public' > > both of which are to identify where I keep my HTML files. Then there's a script that I wrote myself, called > issue_pmoylan.org, whose content is the single line > > uacme -v -c C:\etc\ssl\uacme -h uacme-hook.cmd issue pmoylan.org www.pmoylan.org mail.pmoylan.org Hi Peter and Steven, where do you have "cacert.pem"? here is under "x:\mydir\etc\ssl" maybe this is not the right place maybe uacme 1.0.19 works even if it do not find the cacert.pem file massimo