eclipse-paho / eclipse-paho/paho.mqtt.python
sslv3_alert_bad_record_mac
Open
Status: Available
Status: More info needed
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
> **How should this problem be solved?**
> python version: 3.6.9
> sslerror: [ssl: sslv3_alert_bad_record_mac] sslv3 alert bad record mac (_ssl.c:2309)
`
client.tls_set(
ca_certs="xxx.crt",
certfile="xxx.pem",
keyfile="xxx.key",
cert_reqs=ssl.CERT_NONE,
tls_version=ssl.PROTOCOL_TLSv1_2
)
client.reconnect_delay_set(min_delay=5, max_delay=5)
client.connect_async(host=self.host, port=self.port, keepalive=10)
client.loop_start()
`
Contributor guide
Assessment
This issue has not been assessed yet.