tokers commented on a change in pull request #4553: URL: https://github.com/apache/apisix/pull/4553#discussion_r665308155
########## File path: docs/en/latest/FAQ.md ########## @@ -536,3 +536,19 @@ HTTP/1.1 200 OK "url": "http://127.0.0.1/get" } ``` + +## How to fix `unable to get local issuer certificate` error + +`conf/config.yaml` + +```yaml +# ... +apisix: + ssl: + ssl_trusted_certificate: /path/to/certs/ca-certificates.crt +# ... +``` + +Ref [@spacewander](https://github.com/spacewander)'s [issuecomment](https://github.com/apache/apisix/issues/4514#issuecomment-875377961) Review comment: What about adding the quotes? -- 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]
