11-15-2019, 01:53 PM
(This post was last modified: 11-15-2019, 02:38 PM by cprmlao@hotmail.com.)
Hi I am trying create a valid SSL certificate withn zeroSSL.
To validate the CSR I choice HTTP option and zeroSSL saids I have to put some files in "{wwwroot}.well-known/acme-challenge/" folder
I am having a problem where IW is unable to server static files when I create ".well-known/acme-challenge/" into wwwroot.
IW returns an error of "Resource not found".
It seems IW has a problem com "hyphen". I was searching in the google, I can see "hyphen" is a legal char in a URL and doesn´t needs to encode it.
But if I encode it, I also have the same problem.
I did a test changing the names folder to the next, and it works
But I need to use:
I have tried to change hyphen with "%2D" but no look.
How could I fix it?
Is it a IW bug?
Regards, Luiz
To validate the CSR I choice HTTP option and zeroSSL saids I have to put some files in "{wwwroot}.well-known/acme-challenge/" folder
I am having a problem where IW is unable to server static files when I create ".well-known/acme-challenge/" into wwwroot.
IW returns an error of "Resource not found".
It seems IW has a problem com "hyphen". I was searching in the google, I can see "hyphen" is a legal char in a URL and doesn´t needs to encode it.
But if I encode it, I also have the same problem.
Code:
127.0.0.1/.well-known/acme-challenge/teste.txt // here I get resource not found
I did a test changing the names folder to the next, and it works
Code:
127.0.0.1/.well-known/acme_challenge/teste.txt // here it works
But I need to use:
Code:
127.0.0.1/.well-known/acme-challenge/teste.txt
I have tried to change hyphen with "%2D" but no look.
How could I fix it?
Is it a IW bug?
Regards, Luiz