Hi,
We have upgraded to latest and all showing 1.3 on all servers.
When installing Lets Encrypt it says its installed.
Refresh that page and its not installed.
Application log on server shows:
Exception “Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.”
Any ideas please?
Hello,
Can you screenshot the error for me?
There was also a Lets-Encrypt update found at http://installer.solidcp.com/Files/1.3.0/letsencrypt-win-simple.v1.9.7.2.zip which needs extracted and copied to “C:SolidCPServer asp.net v4.5binLetsEncrypt” or your location of SolidCP Server.
Thanks,
Trevor Robinson
Hello,
Few the domain your using is it actually resolving through the internet?
As it has to autorize through http (so the url needs to lookup from LE’s servers)
in your case www.letsencrypttest2.com which i can already tell you doesn’t resolve properly.
Make sure you use LE certs only with valid IIS Bindings else it will fail.
Regards,
Marco
If you get the same error with a valid domain (and all IIS bindings resolve in that site) i would recommend contacting the Lets Encrypt win Simple client dev’s.
Do note if a single binding does not resolve proper you will get an error with LetsEncrypt.
They had a similar issue logged here:
https://github.com/Lone-Coder/letsencrypt-win-simple/issues/648
But it was since closed, (and the version trevor given earlier in this topic is after the version they asked the guy who reported the bug to check).
I get the following errors when I try to run via cmd:
[INFO] Let’s Encrypt Windows Simple (LEWS)
[INFO] Software version 1.9.7.42320 (RELEASE)
[INFO] IIS version 10.0
[INFO] ACME Server https://acme-v01.api.letsencrypt.org/
[INFO] Please report issues at https://github.com/Lone-Coder/letsencrypt-win-simple
[INFO] Running in unattended mode.
[INFO] Plugin iissite generated target [IIS] CLERUSSOL.COM (SiteId 6) [4 bindings – clerussol.com, … @ D:\HostingSpaces\CLERUSSOL\CLERUSSOL.COM\wwwroot]
[INFO] Authorizing clerussol.com using http-01 validation (FileSystem)
[INFO] Answer should now be browsable at http://clerussol.com/.well-known/acme-challenge/te8WGegIneiRUDBv6wVS7oP6Q185R-VZRJ8-sZaWaWc
[INFO] Authorization result: invalid
[INFO] Cached authorization result: valid
[INFO] Cached authorization result: valid
[INFO] Authorizing clerussolutions.com using http-01 validation (FileSystem)
[INFO] Answer should now be browsable at http://clerussolutions.com/.well-known/acme-challenge/AZF6ieaVDRps_X5ELtF1kLv88FOTVXDQ-uhJCSSGi4w
[INFO] Authorization result: invalid
[EROR] NullReferenceException: Object reference not set to an instance of an object.
So it appears that the file required for validation is NOT getting written to the web root folder leading to the NullReference.
Any ideas how to fix this?
Thanks
Jim