Error processing certificate renewal - status code [467] for [GetDirectoryAsync]

When the script runs to renew my domains (around 14 domains in total) it seems to renew all except the one below. I have had a couple of different error messages over the course of a week.
In case it is of any relevance, the command below renews the script and then executes a separate PowerShell script (shown below as LE.ps1 that pushes the new cert over and registers it with the backup webserver). This works fine for all domains except this one.

Any help is appreciated.

My domain is: https://www.booksuraya.com/

I ran this command: "C:\Program Files\Lets Encrypt\win-acme.v2.1.9.870\wacs.exe" --target manual --host www.booksuraya.com,booksuraya.com --validationmode http-01 --validation selfhosting --installation iis,script --installationsiteid 5 --script "C:\Program Files\Lets Encrypt\win-acme.v2.1.9.870\Scripts\PSScript.bat" --scriptparameters "D:\LE.ps1 {2} {1} {3} 180.1.10.5 D:_Certificates RemoteUsername RemotePassword"

It produced this output:
Current Error: (AcmeProtocolException): Unexpected response status code [467] for [GetDirectoryAsync]
Previous Error: Unexpected character encountered while parsing value: <. Path '', line 0, position 0."

My web server is (include version): IIS 8.5.9600.16384

The operating system my web server runs on is (include version): Windows Server 2012 R2 Datacenter

My hosting provider, if applicable, is: N/A

I can login to a root shell on my machine (yes or no, or I don't know): Yes

I'm using a control panel to manage my site: IIS Manager

The version of my client is: win-acme.v2.1.9.870

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.