[GH-ISSUE #25] Getting 404 and AutoACME HTTP Error 403.14 - Forbidden #23

Closed
opened 2026-02-26 21:31:15 +03:00 by kerem · 1 comment
Owner

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?

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?
kerem closed this issue 2026-02-26 21:31:15 +03:00
Author
Owner

@ridercz commented on GitHub (May 23, 2018):

If I browse to: http://localhost/autoACME/ I get a HTTP Error 403.14 - Forbidden.

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).

Also getting 404 error when excuting autoacme addhost.
Am I doing something wrong?

Probably, but I can't tell you more without the full log. My bet is that you don't have URL routing setup correctly.

<!-- gh-comment-id:391432860 --> @ridercz commented on GitHub (May 23, 2018): > If I browse to: http://localhost/autoACME/ I get a HTTP Error 403.14 - Forbidden. 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). > Also getting 404 error when excuting autoacme addhost. > Am I doing something wrong? Probably, but I can't tell you more without the full log. My bet is that you don't have URL routing setup correctly.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AutoACME#23
No description provided.