You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./kubectl logs -f netmaker-mq-64989ffc58-nft75 -n netmaker
chown: /mosquitto/config/mosquitto.conf: Read-only file system
chown: /mosquitto/certs: Read-only file system
chown: /mosquitto/certs: Read-only file system
1699185474: mosquitto version 2.0.11 starting
1699185474: Config loaded from /mosquitto/config/mosquitto.conf.
1699185474: Opening ipv4 listen socket on port 8883.
1699185474: Opening ipv6 listen socket on port 8883.
1699185474: Error: Unable to load CA certificates. Check cafile "/mosquitto/certs/root.pem".
1699185474: Error: Unable to load server certificate "/mosquitto/certs/server.pem". Check certfile.
1699185474: OpenSSL Error[0]: error:02001002:system library:fopen:No such file or directory
1699185474: OpenSSL Error[1]: error:20074002:BIO routines:file_ctrl:system lib
1699185474: OpenSSL Error[2]: error:140DC002:SSL routines:use_certificate_chain_file:system lib
I am getting the above errors in netmaker-mq. Do I need to create those files manually?
P.S.: My cluster ingress controller is traefik, and all site certificates are managed by it and the cert-manager.
The text was updated successfully, but these errors were encountered:
I am getting the above errors in netmaker-mq. Do I need to create those files manually?
P.S.: My cluster ingress controller is traefik, and all site certificates are managed by it and the cert-manager.
The text was updated successfully, but these errors were encountered: