0
failed to fetch new nonce
I considered few ACME clients and choosen uacme.
$ uacme -a https://api.buypass.com/acme/directory -b 4096 -c /home/gamliel/.uacme -t RSA -v -v -v -y new user@example.com
uacme: version 1.7.4 starting on Thu, 12 Sep 2024 04:00:04 +0000
uacme: loading key from /home/gamliel/.uacme/private/key.pem
uacme: fetching directory at https://api.buypass.com/acme/directory
uacme: acme_get: url=https://api.buypass.com/acme/directory
uacme: acme_get: HTTP headers
HTTP/1.1 200 Connection established
Proxy-agent: tinyproxy/1.11.2
HTTP/1.1 200 OK
Content-Type: application/json
Date: Thu, 12 Sep 2024 04:00:05 GMT
Link: <https://api.buypass.com/acme/terms/1061>; rel="terms-of-service"
Replay-Nonce: Y2VhMWE5NWYtOGFiZi00ZDc1LTk3MjgtNmM4Yzc2ZmVmZjg5
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=63072000
uacme: acme_get: HTTP body
{"keyChange":"https://api.buypass.com/acme/key-change","meta":{"caaIdentities":["buypass.com"],"termsOfService":"https://api.buypass.com/acme/terms/1061","website":"https://buypass.com/"},"newAccount":"https://api.buypass.com/acme/new-acct","newAuthz":"https://api.buypass.com/acme/new-authz","newNonce":"https://api.buypass.com/acme/new-nonce","newOrder":"https://api.buypass.com/acme/new-order","revokeCert":"https://api.buypass.com/acme/revoke-cert","renewalInfo":"https://api.buypass.com/acme/renewal-info"}
uacme: acme_get: return code 200, json=
{
"keyChange": "https://api.buypass.com/acme/key-change",
"meta": {
"caaIdentities": [
"buypass.com"
],
"termsOfService": "https://api.buypass.com/acme/terms/1061",
"website": "https://buypass.com/"
},
"newAccount": "https://api.buypass.com/acme/new-acct",
"newAuthz": "https://api.buypass.com/acme/new-authz",
"newNonce": "https://api.buypass.com/acme/new-nonce",
"newOrder": "https://api.buypass.com/acme/new-order",
"revokeCert": "https://api.buypass.com/acme/revoke-cert",
"renewalInfo": "https://api.buypass.com/acme/renewal-info"
}
uacme: fetching new nonce at https://api.buypass.com/acme/new-nonce
uacme: acme_get: url=https://api.buypass.com/acme/new-nonce
uacme: acme_get: HTTP headers
HTTP/1.1 200 Connection established
Proxy-agent: tinyproxy/1.11.2
HTTP/1.1 200 OK
Cache-Control: no-store
Content-Length: 0
Date: Thu, 12 Sep 2024 04:00:06 GMT
Link: <https://api.buypass.com/acme/directory>; rel="index"
Replay-Nonce: MGI1ZjUxNjctMTM5ZS00N2FkLWFhOWQtNDYzYWYyNjNlYjI3
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Strict-Transport-Security: max-age=63072000
uacme: acme_get: HTTP body
uacme: acme_get: return code 200
uacme: failed to fetch new nonce at https://api.buypass.com/acme/new-nonce
- I obfuscated the email address in the above quote. In reality, I indicated the same email address as I used to register at this forum.
- Firstly, I entered https://api.test4.buypass.no/acme/directory instead of https://api.buypass.com/acme/directory, with the same result.
- I configured to connect via proxy (which is installed and administered by me) because it seems that some of the Buypass addresses are blocked in the country where I reside.
Like
Follow