David Barto
unread,Oct 19, 2022, 4:37:59 PM10/19/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx...@googlegroups.com
Oct 19 13:32:27 Magrathea weewx[52934]: restx: Wunderground-PWS: Failed upload attempt 3: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)>
Since the throw from the post in restx.py (line 443)
_response = self.post_request(request, data)
was getting captured, however since the logging was DEBUG nothing showed up. I changed the logging to ALERT and lo- the problem was uncovered.
This is with 3.9.2, running on a very old MacOS 10.11.6. No the hardware won’t go beyond this version.
This was working for a few days, then it started failing again, without changes.
Any ideas what certs need update?
David