FileMaker-LetsEncrypt-Win icon indicating copy to clipboard operation
FileMaker-LetsEncrypt-Win copied to clipboard

Error while running

Open andyknas opened this issue 9 months ago • 1 comments

Getting this error when run as Administrator

module versions used: Posh-ACME 4.28.0 CredentialManager 2.0

Wednesday, April 2, 2025 10:47:39 PM Delete old Log files, if necessary. unexpected status value At C:\Program Files\FileMaker\FileMaker Server\Data\Scripts\GetSSL.ps1:733 char:3

  •     throw ("unexpected status value")
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (unexpected status value:String) [], RuntimeException
    • FullyQualifiedErrorId : unexpected status value

Stack Trace: at New-Cert, C:\Program Files\FileMaker\FileMaker Server\Data\Scripts\GetSSL.ps1: line 733 at <ScriptBlock>, C:\Program Files\FileMaker\FileMaker Server\Data\Scripts\GetSSL.ps1: line 985 at <ScriptBlock>, C:\Program Files\FileMaker\FileMaker Server\Data\Scripts\GetSSL.ps1: line 1124 at <ScriptBlock>, <No file>: line 2

Author: Daniel Smith [email protected] Contributor: Nick Roemer [email protected] Revised: 2024-SEP-19 Version: 2.2.1

module versions used: Posh-ACME 4.28.0 CredentialManager 2.0

Wednesday, April 2, 2025 10:47:40 PM Delete old Log files, if necessary. unexpected status value At C:\Program Files\FileMaker\FileMaker Server\Data\Scripts\GetSSL.ps1:733 char:3

  •     throw ("unexpected status value")
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (unexpected status value:String) [], RuntimeException
    • FullyQualifiedErrorId : unexpected status value

PS C:\WINDOWS\system32>

andyknas avatar Apr 03 '25 03:04 andyknas

I'll need the log file from the FileMaker Server\Data\Documents\GetSSL... directory to help with this. You can email it to me if you prefer.

If you look at that log data yourself, you might be able to make sense of it. A common issue at this point in the script can be caused by your server not being open to the internet on port 80 at the specified domain.

dansmith65 avatar Apr 03 '25 05:04 dansmith65