I'm having a lot of trouble with certbox and .well-known/acme-challenge folder #472
Replies: 5 comments
-
Not sure why cerbox will do that as acme-challenge when using certifytheweb application deletes this folder once the cert is tested. |
Beta Was this translation helpful? Give feedback.
-
not using cerifytheweb, which either way doesn't explain why zoraxy won't
serve files in that folder
…On Tue, Jan 7, 2025, 7:56 PM Ashley ***@***.***> wrote:
Not sure why cerbox will do that as acme-challenge when using
certifytheweb application deletes this folder once the cert is tested.
—
Reply to this email directly, view it on GitHub
<#472 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFS3SXRC2XIAMYJUEJQMJHL2JSOVJAVCNFSM6AAAAABUY6RKOGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZWHAZTSMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
but it does explain why, the folder its trying to use is considered temporary, so nothing permanent should be stored in it such as your new permanent certificate, hence why you cant use it. Its an internal "hidden" location used by certificate validation. |
Beta Was this translation helpful? Give feedback.
-
In Zoraxy there is a module that handles special routing rule (highest priority routes in the whole reverse proxy router architecture) registration. I am seeing the acme module registered and occupied that path when starting and didn't release it until the application close. I guess you might want to ask @yeungalan for more details. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out.
…On Tue, Jan 7, 2025, 8:29 PM Toby Chui ***@***.***> wrote:
In Zoraxy there is a module that handles special routing rule (highest
priority routes in the whole reverse proxy router architecture)
registration. I am seeing the acme module registered and occupied that path
when starting and didn't release it until the application close.
I guess you might want to ask @yeungalan <https://github.com/yeungalan>
for more details.
—
Reply to this email directly, view it on GitHub
<#472 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFS3SXUBXHN237JFAK46F2D2JSSSTAVCNFSM6AAAAABUY6RKOGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZWHA2TKNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
certbox wants me to put verification files under .well-known/acme-challenge but zoraxy won't serve files from that folder
.well-known
works just fine, but not.well-known/acme-challenge
How can I get zoraxy to respond with files in the .well-known/acme-challenge folder?
Beta Was this translation helpful? Give feedback.
All reactions