HuanXin-Chen commented on PR #11417: URL: https://github.com/apache/apisix/pull/11417#issuecomment-2408461156
> Hi, following the doc to configure this plugin (configured the `region`, `access_key_id`, and `secret_access_key`), I am running into `failed to retrtive data from aws secret manager` `unable to get local issuer certificate` error: > > [lua] secret.lua: fetch(): failed to fetch secret value: failed to retrtive data from aws secret manager: SecretsManager:getSecretValue() failed to connect to 'https://secretsmanager.ap-southeast-2.amazonaws.com:443': 20: unable to get local issuer certificate, client: 192.168.65.1, server: _, request: "GET /anything HTTP/1.1", host: "127.0.0.1:9080" > > Any suggestion? You need to install the CA certificate using the command: sudo apt-get install ca-certificates. And then, make sure that APISIX has configured it with the following setting: ssl_trusted_certificate: /etc/ssl/certs/ca-certificates.crt. -- 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]
