![]() |
|
Possible IW Bug serving files folders with hyphen - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Possible IW Bug serving files folders with hyphen (/thread-1386.html) Pages:
1
2
|
RE: Possible IW Bug serving files folders with hyphen - Alexandre Machado - 11-19-2019 I'll run a test in our test environment and let you know if something needs fixing. RE: Possible IW Bug serving files folders with hyphen - Alexandre Machado - 11-19-2019 Not yet released, but please try this instead: http://downloads.atozed.com/intraweb/iw15.1.9.exe RE: Possible IW Bug serving files folders with hyphen - cprmlao@hotmail.com - 11-19-2019 Alexandre, I did and did again more than twenty times what you said. Using IW 15.1.7 <Your application folder> |----- wwwroot |----- acme-challenge I am putting the file challenge generated by zeroSSL into acme-challenge. I enabled ACME in servercontroller. I have selected in zeroSSL site to validate using HTTP. When I click in zeroSSL to verify the challenge file I get: Verification results Some domains have failed verification. Please study the list below and then click "Next" to try requesting new challenges for them. Note: the challenge values will be different. Domain Error techaboutweb.myvnc.com Invalid response from http://techaboutweb.myvnc.com/.well-known/acme-challenge/UyA6Gu7s00_vCuOmwYAqMbEw4bE1ZoJ3cNKbyZUNq6M [18.220.225.58]: "<!DOCTYPE HTML><html><head><META HTTP-EQUIV=\"Content-Type\" content=\"text/html; charset=utf-8\"><META HTTP-EQUIV=\"Expires\" CONTENT" Alexandre, I just tested with IW 15.1.9 and it works now. What was wrong? Regards, Luiz RE: Possible IW Bug serving files folders with hyphen - Alexandre Machado - 11-20-2019 IW Server was failing to find the file without extension. But it had nothing to do with the hyphen ;-) Cheers RE: Possible IW Bug serving files folders with hyphen - cprmlao@hotmail.com - 11-21-2019 Without the sources, I was suspected of the hyphen. Thank you, Alexandre. RE: Possible IW Bug serving files folders with hyphen - Alexandre Machado - 11-27-2019 Yes, makes sense, of course. But a simple test will show that it works with hyphens: if you try, for instance acm-e-challenge (2 hyphens), it will work (inside wwwroot in this case) Cheers, |