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.
5replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • Hi. Could you try again now?

    Like
      • Gamliel Fishkin
      • GNU/Linux user since 2009
      • Gamliel
      • 1 mth ago
      • Reported - view

      mkon I entered the same command a minute or two ago.  The last line of the output is

      uacme: failed to fetch new nonce at https://api.buypass.com/acme/new-nonce

      So, the problem still exists.

      Like
      • Gamliel Fishkin
      • GNU/Linux user since 2009
      • Gamliel
      • 1 mth ago
      • Reported - view
      $ curl -s https://api.test4.buypass.no/acme/new-nonce | wc -c
      0

      I checked it from few different points in Europe and America, always with the same result. So, it looks like the error is at the side of Buypass.

      Like
    • Gamliel Fishkin Did some adjustment to /nonce. Should reply correct now.

      Like
      • Gamliel Fishkin
      • GNU/Linux user since 2009
      • Gamliel
      • 1 mth ago
      • Reported - view

      mkon Just now:

      $ curl -s https://api.test4.buypass.no/acme/new-nonce | wc -c
      0
      $ curl -i https://api.test4.buypass.no/acme/new-nonce
      HTTP/1.1 200 Connection established
      Proxy-agent: tinyproxy/1.11.2
      
      HTTP/1.1 204 No Content
      Cache-Control: no-store
      Date: Fri, 13 Sep 2024 12:21:54 GMT
      Link: <https://api.test4.buypass.no/acme/directory>; rel="index"
      Replay-Nonce: ZTg2YzAzZDYtYTdlYS00ZWEyLThjYzgtM2QwMDIzNmYwY2M2
      Vary: Origin
      Vary: Access-Control-Request-Method
      Vary: Access-Control-Request-Headers
      
      
      

      Also, from a system I have SSH access to (as user, not as root):

      $ curl -s https://api.test4.buypass.no/acme/new-nonce | wc -c
      0
      $ curl -i https://api.test4.buypass.no/acme/new-nonce
      HTTP/1.1 204 No Content
      Cache-Control: no-store
      Date: Fri, 13 Sep 2024 12:31:42 GMT
      Link: <https://api.test4.buypass.no/acme/directory>; rel="index"
      Replay-Nonce: MGEwM2E2OWUtN2ViYS00NDE5LWIwYWYtNTg5NDg2ZjlkMzlh
      Vary: Origin
      Vary: Access-Control-Request-Method
      Vary: Access-Control-Request-Headers
      
      
      Like
Like Follow
  • 1 mth agoLast active
  • 5Replies
  • 23Views
  • 2 Following

Buypass Official Community

This is the official community of Buypass.  A Root CA located in Norway.

Sign-up using free email domains have been blocked due to increased spam. https://community.forumbee.com/t/63zsyt/blocked-email-domains