yuweizzz
yuweizzz
可以试试把 cookies 信息放到 url 之前,比如 `lux -c ../../bilibili.com_cookies.txt -p https://www.bilibili.com/video/BV1Ls411d7Pz` 。
maybe need the `ngx.ocsp` module to support this feature.
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/ -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PATCH -d ' { "ocsp_stapling": { "enabled": true } }'...
Is this a self signed certificate? try combine you current certificate with your CA certificate like: ``` cat current.pem CA.pem >> fullchain.pem ```
> it's a self signed certificate,the error still exist.i thought apisix can't get the ocsp url from the certificate if you signed by private key directly like this, this plugins...
I afraid not, they need to work with mtls, current design doesn't contains this feature.
Can we support distroless based image recently? my team will need it, or maybe I can contribute too.
yes, it's already finished.
we still need to return a wildcard domain in domain_whitelist/domain_whitelist_callback if we quire a wildcard domain cert, do you think the new way is ok?
It seem the ocsp responder didn't exit normally, I will check it.