eclipse-paho / eclipse-paho/paho.mqtt.python
Defaults for tls={'ca_certs': ...}
Open
Status: Available
Type: Enhancement
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
Running on Debian bookworm, Python 3.11 i found that tls dictionary is missing a default for ca_certs.
I would expect the default is /etc/ssl/certs/ca-certificates.crt in Debian.
Following works at least under Debian: tls={'ca_certs':"/etc/ssl/certs/ca-certificates.crt"}
Note: Originally posted as a comment on issue #518
Contributor guide
Assessment
This issue has not been assessed yet.