vrbyjimmy / EcdsaAcmeNet

Simple ACME client based on ACMESharp and BouncyCastle to issue ECDSA certificates from Let's Encrypt.
MIT License
4 stars 0 forks source link

IPv6 / Dual Stacking Network issue #4

Open ghost opened 7 years ago

ghost commented 7 years ago

I recently an into an unexpected issue where the test works however the main cert mode gives an "unexpected error" I disabled the IPv6 on my server and it started working, It doesn't want to work properly if Ipv6 is running either on it's own or dual stacked along side IPv4.

vrbyjimmy commented 7 years ago

Can you provide more details? I am running this without any errors on Windows 2016 Server with latest updates with both IPv4 and IPv6 enabled. The "unexpected error" message is default message returned by LE service if something goes wrong on their side. If there was some error in configuration etc. on your PC, some more detailed message whould be shown.

ghost commented 7 years ago

what happens is when the challenge is being sent back to the program it's claiming it din't read the file from the web server when the logs show otherwise.