New-AcmeRegistration Unexpected character encountered
Since today I am getting this error when using New-ACMERegistration. I'm using the format of this command, as specified in the QuickStart guide. guide.
New-ACMERegistration : Unexpected character encountered while parsing value: <. Path '', line 0, position 0
At line:1 char:1
+ New-ACMERegistration -Contacts mailto:[email protected] -AcceptTo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-ACMERegistration], JsonReaderException
+ FullyQualifiedErrorId : Newtonsoft.Json.JsonReaderException,ACMESharp.POSH.NewRegistration
Same here with New-ACMECertificate
i would say you're using mailto: instead of your email address. It seems you copied address without looking.
New-ACMERegistration -Contacts mailto:[email protected]
Based on the error message failing to parse a JSON response that has a leading < character I expect you're encountering a side effect of the current outage. Please see https://letsencrypt.status.io/
Seem to be resolved now. Probably was affected by the outage as mentioned by @cpu