Yiyiyimu commented on a change in pull request #4553:
URL: https://github.com/apache/apisix/pull/4553#discussion_r666361152



##########
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
+# ...
+```
+
+**Note:**
+
+- When you try to connect TLS services with cosocket should be set 
`apisix.ssl.ssl_trusted_certificate`

Review comment:
       ```suggestion
   - Whenever trying to connect TLS services with cosocket, you should set 
`apisix.ssl.ssl_trusted_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