You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Get the certificate and bind it automatically to a website using wincertes
Screenshots or Logs
[DEBUG] PFX password will be: d8af09ac3de64731
[DEBUG] Current certificate expiration date is:
[DEBUG] Initiating HTTP Validation for terminale.krakow.pl
[DEBUG] Error while trying to register and validate order
System.Exception: Could not validate HTTP challenge:
78.11.55.165: Invalid response from http://terminale.krakow.pl/.well-known/acme-challenge/g8_hOUODJ3wvEIaVZwZUj_XX8aMCPpkA5r2O-YBvhdY: 500
w WinCertes.CertesWrapper.d__17.MoveNext() w D:\a\WinCertes\WinCertes\WinCertes\CertesWrapper.cs:wiersz 218
--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---
w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
w System.Runtime.CompilerServices.TaskAwaiter.GetResult()
w WinCertes.CertesWrapper.d__16.MoveNext() w D:\a\WinCertes\WinCertes\WinCertes\CertesWrapper.cs:wiersz 172
[DEBUG] Failed to register and validate order with CA: Could not validate HTTP challenge:
78.11.55.165: Invalid response from http://terminale.krakow.pl/.well-known/acme-challenge/g8_hOUODJ3wvEIaVZwZUj_XX8aMCPpkA5r2O-YBvhdY: 500
Failed to register and validate order with CA: Could not validate HTTP challenge:
78.11.55.165: Invalid response from http://terminale.krakow.pl/.well-known/acme-challenge/g8_hOUODJ3wvEIaVZwZUj_XX8aMCPpkA5r2O-YBvhdY: 500
Desktop (please complete the following information):
OS: Windows Server
Version 2022 Standard
Additional context
I've tried many different configs, started with one that involved different location for the root directory (not in c:/inetpub/wwwroot, but in i://wwroot, now it is in the default location), windows privilliges cant be the case cause i checked it multiple times, i've added the mime type recognision in web.config like:
I've also tried many diffrerent configs when it comes to the -w option:
-w "c\inetpub\wwwroot"
-w "c\inetpub\wwwroot\"
-w
and nothing seems to make a difference...
Also, i've checked some third party validation software like:
https://check-your-website.server-daten.de/?q=terminale.krakow.pl
and there is someting about DNS problem, i don't get it as the site is available from the outside...
One more thing, i checked if wincertes has problems with creting a folder, but don't know, if that is the issue,
i've created a folder exactly like: \.well-known\acme-challenge (with the right spelling, that was chcecked)
and nothing appeared, even with no folder, the wincertes didn't create one
The text was updated successfully, but these errors were encountered:
Describe the bug
While issuing a certificate, getting the 404 or 500 response
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get the certificate and bind it automatically to a website using wincertes
Screenshots or Logs
[DEBUG] PFX password will be: d8af09ac3de64731
[DEBUG] Current certificate expiration date is:
[DEBUG] Initiating HTTP Validation for terminale.krakow.pl
[DEBUG] Error while trying to register and validate order
System.Exception: Could not validate HTTP challenge:
78.11.55.165: Invalid response from http://terminale.krakow.pl/.well-known/acme-challenge/g8_hOUODJ3wvEIaVZwZUj_XX8aMCPpkA5r2O-YBvhdY: 500
w WinCertes.CertesWrapper.d__17.MoveNext() w D:\a\WinCertes\WinCertes\WinCertes\CertesWrapper.cs:wiersz 218
--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---
w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
w System.Runtime.CompilerServices.TaskAwaiter.GetResult()
w WinCertes.CertesWrapper.d__16.MoveNext() w D:\a\WinCertes\WinCertes\WinCertes\CertesWrapper.cs:wiersz 172
[DEBUG] Failed to register and validate order with CA: Could not validate HTTP challenge:
78.11.55.165: Invalid response from http://terminale.krakow.pl/.well-known/acme-challenge/g8_hOUODJ3wvEIaVZwZUj_XX8aMCPpkA5r2O-YBvhdY: 500
Failed to register and validate order with CA: Could not validate HTTP challenge:
78.11.55.165: Invalid response from http://terminale.krakow.pl/.well-known/acme-challenge/g8_hOUODJ3wvEIaVZwZUj_XX8aMCPpkA5r2O-YBvhdY: 500
Desktop (please complete the following information):
Additional context
I've also tried many diffrerent configs when it comes to the -w option: -w "c\inetpub\wwwroot" -w "c\inetpub\wwwroot\" -w and nothing seems to make a difference... Also, i've checked some third party validation software like: https://check-your-website.server-daten.de/?q=terminale.krakow.pl and there is someting about DNS problem, i don't get it as the site is available from the outside... One more thing, i checked if wincertes has problems with creting a folder, but don't know, if that is the issue, i've created a folder exactly like: \.well-known\acme-challenge (with the right spelling, that was chcecked) and nothing appeared, even with no folder, the wincertes didn't create oneI've tried many different configs, started with one that involved different location for the root directory (not in c:/inetpub/wwwroot, but in i://wwroot, now it is in the default location), windows privilliges cant be the case cause i checked it multiple times, i've added the mime type recognision in web.config like:
The text was updated successfully, but these errors were encountered: