Skip to content

Support for ECDSA secp256r1 Curve in ACME Key Generation #1367

Answered by vineethmn
vineethmn asked this question in Q&A
Discussion options

You must be logged in to vote

you are right, disabling stapling will do the job. issue seems fixed. :)

viper@srv02:~/nginx/npm$ sudo grep -i der nginx/proxy_host/17.conf
    more_set_headers 'Alt-Svc: h3=":443"; ma=86400';
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection $connection_upgrade;
        include conf.d/include/proxy-headers.conf;
viper@srv02:~/nginx/npm$

compose options

      - "ACME_MUST_STAPLE=false"
      - "ACME_OCSP_STAPLING=false"

Replies: 13 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Zoey2936
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1356 on January 11, 2025 13:39.