Hi. I'm having a frustrating problem. I'm using IIS under Windows Server 2016 and win-acme 2.2.8.1635 (release, pluggable, standalone, 64-bit). I create a site, issue a cert, but trying to load the secure version of the site fails with 403. Here were my steps:
I created my site in IIS, just giving it an HTTP binding to data.nischan.com.
Once that was done, I went in my browser to http://data.nischan.com and it worked fine
I then opened an admin command prompt and ran wacs
I hit create certificate, chose the data site, all bindings, continued and got:
Source generated using plugin IIS: data.nischan.com
Plugin IIS generated source data.nischan.com with 1 identifiers
Plugin Single created 1 order
[data.nischan.com] Authorizing...
[data.nischan.com] Authorizing using http-01 validation (SelfHosting)
[data.nischan.com] Authorization result: valid
Downloading certificate [IIS] nischan.com - data, (any host)
Store with CertificateStore...
Installing certificate in the certificate store
Adding certificate [IIS] nischan.com - data, (any host) @ 2024/3/24 to store WebHosting
Installing with IIS...
Adding new https binding *:443:data.nischan.com
Committing 1 https binding changes to IIS while updating site 2
Scheduled task looks healthy
Adding renewal for [IIS] nischan.com - data, (any host)
Next renewal due after 2024/5/18
Certificate [IIS] nischan.com - data, (any host) created
I then went back to the browser and tried the https version and I get:
Access to data.nischan.com was denied
You don't have authorization to view this page.
HTTP ERROR 403
Googling suggested I verify the account IIS runs under has NTFS perms to the folder, which it does. I imagine if it did not, HTTP version would also fail. Any ideas what I can look at to figure out what is going on?
PS - I just noticed something weird. If I do https://data.nischan.com/index.php, I don't get 403 I get 404:
This data.nischan.com page can’t be found
No webpage was found for the web address: https://data.nischan.com/index.php
HTTP ERROR 404
The file is definitely there; it works as non SSL after all. Any idea what is going on here?
Thanks!