şunun yansıması
https://github.com/therootcompany/acme.js
eşitlendi 2025-07-05 18:36:32 +00:00
"406 Not Acceptable" from Buypass Go #2
Yükleniyor…
x
Yeni konuda referans
Bir kullanıcı engelle
Herhangi bir açıklama sağlanmadı.
"%!s()" Dalını Sil
Bir dalı silmek kalıcıdır. Her ne kadar silinen dal tamamen kaldırılana kadar çok kısa bir süre yaşamını sürdürse de, çoğu durumda bu işlem GERİ ALINAMAZ. Devam edilsin mi?
When acme.js tries to download the final certificates, it sends an "Accept: application/json" header. According to the ACME spec, it seems to me like the file should have content type "application/pem-certificate-chain". This makes Buypass Go respond "HTTP 406 Not Acceptable". (https://www.buypass.com/ssl/products/acme)
Good catch. I wish I had seen this before. That's an easy fix.
I realize that you've probably found a different solution by now, but if you happen to have the sample of how you configured it, that'd be great.
I have a PR up that should fix it:
https://github.com/therootcompany/acme.js/pull/3