We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCKER IAMGE: emqx/emqx:v4.1.0
use mount path add tls cert
- mountPath: /opt/emqx/etc/certs/key.pem name: emqx-ssl-key subPath: tls.key - mountPath: /opt/emqx/etc/certs/cert.pem name: emqx-ssl-cert subPath: tls.crt
A description of the issue
openssl s_client -showcerts -servername mqtt.gaoding.com -connect mqtt.gaoding.com:443 CONNECTED(00000003) depth=0 CN = *.gaoding.com verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = *.gaoding.com verify error:num=21:unable to verify the first certificate verify return:1 depth=0 CN = *.gaoding.com verify return:1 .....
i dont know how to resolve this. but may related to tuna/issues#1342
i have tried :
RUN apk update && apk add --no-cache openssl-dev gnutls-dev ca-certificates
nothing changed... any solutions for me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
DOCKER IAMGE: emqx/emqx:v4.1.0
use mount path add tls cert
Description
A description of the issue
openssl s_client -showcerts -servername mqtt.gaoding.com -connect mqtt.gaoding.com:443
CONNECTED(00000003)
depth=0 CN = *.gaoding.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = *.gaoding.com
verify error:num=21:unable to verify the first certificate
verify return:1
depth=0 CN = *.gaoding.com
verify return:1
.....
i dont know how to resolve this. but may related to tuna/issues#1342
i have tried :
nothing changed... any solutions for me?
The text was updated successfully, but these errors were encountered: