chee003 commented on issue #10309:
URL: https://github.com/apache/apisix/issues/10309#issuecomment-2076709305

   
   
   
   > it seem that you don't configure 'ocsp_stapling' field in ssl resource, 
try this:
   > 
   > ```
   > curl http://127.0.0.1:9180/apisix/admin/ssls/<id>
   > -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PATCH -d '
   > {
   >     "ocsp_stapling": {
   >         "enabled": true
   >     }
   > }'
   > ```
   > 
   > and the doc in 
[here](https://apisix.apache.org/docs/apisix/next/plugins/ocsp-stapling/).
   
   hello,@yuweizzz ,i have another issue to ask for your help.
   when apisix enable ocsp, can it support only verify the client certificate 
and support setting ssl_ocsp_responder like nginx configuration,the sample like 
the following:
   _**ssl_ocsp leaf;  #leaf means only verify the client certificate
   ssl_ocsp_responder url; # url can override the extension ocsp url in the 
certificate,for verify the client certificate**_   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to