Open JacobTaylor-RCC opened 6 years ago
Followup note: Platform is OSX 10.13.6 High Sierra (which may matter for the assumptions about the CLI utilities ACME is using).
I believe I am having the same issue. No workaround I can see.
I think the issue is how the for loops split on spaces when looping over ventries. We would need to change the delimiter for those loops to fix this.
Steps to reproduce
1: acme.sh --issue -d www.example.com -d example.com -w '/Library/FileMaker\ Server/HTTPServer/htdocs/example.com' --debug 2: curl returns contents of 404 error page because acme.sh is putting challenge in the following wrong path: [snip from debug log] Debugging, skip removing: /Library/FileMaker\/.well-known/acme-challenge/gCuNdkPR01Qm2ltb0Ani8M8RiUY5oDDZGQQdzsvj53M
I have tried the command with single quotes, double quotes, and no quotes. fails exactly the same way every time.
Debug log
relevant snippets:
I have snipped the ends of the following lines for privacy, but they illustrate where it all goes wrong.
Using single quotes seems to work most of the way through the process -- there are parts of the debug log early on that correctly state the web path, but by the verification section it does not work anymore.