You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/07 12:07:38 UTC

[GitHub] [apisix] tokers commented on a change in pull request #4553: doc(faq.md): How to fix `unable to get local issuer certificate` error

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org