mirror of
https://github.com/ridercz/AutoACME.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #25] Getting 404 and AutoACME HTTP Error 403.14 - Forbidden #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoACME#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Swoox on GitHub (May 23, 2018).
Original GitHub issue: https://github.com/ridercz/AutoACME/issues/25
I follow the guide ((https://github.com/ridercz/AutoACME/wiki/Getting-started-with-AutoAcme#HTTPS-setup) of getting started I'm to the point to excute
autoacme addhost.If I browse to :
http://localhost/autoACME/
I get a HTTP Error 403.14 - Forbidden.
I tried to put
<directoryBrowse enabled="true" />in the web.config and it succesfully open.Also getting 404 error when excuting
autoacme addhost.Am I doing something wrong?
@ridercz commented on GitHub (May 23, 2018):
That's perfectly normal and it says so because there is no default document and directory browsing is disabled. If you want to test everything is working, create a file there (ie. new.txt) and then ask for it (http://localhost/autoACME/new.txt).
Probably, but I can't tell you more without the full log. My bet is that you don't have URL routing setup correctly.