Closed JackDPro closed 2 years ago
I believe HTTP-01 support was dropped by Lets Encrypt maybe years ago. However, if you override the API server name (it's an argumennt to the LEClient class constructor I think), maybe you can still use the OLD API.
@TheRealSimpleSimon Thank you . I found it.
When i call
verifyPendingOrderAuthorization
withLEOrder::CHALLENGE_TYPE_HTTP
it return"message":"No challenge found for type 'http-01' and identifier 'jack.vip'.","code":65,
, but withLEOrder::CHALLENGE_TYPE_DNS
it will work well.My code :
Debug: