The Things Network component suddenly SSL-CERTIFICATE ERROR

I am running hassio/hassos on local network without extern access for months getting data from sensors via thethingnetwork data integration and The Things Network Component
After upgrade to 088 I get the below CERTIFICATE VERIFY FAILED error.
I never dealed with certificates in my configuration.

I have NO idea how to solve this error…please help!

17:04:50 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error errno:1 reason:
CERTIFICATE_VERIFY_FAILED Traceback (most recent call last): File “uvloop/sslproto.pyx”, line 504, in uvloop.loop.SSLProtocol.data_received File “uvloop/sslproto.pyx”, line 204, in uvloop.loop._SSLPipe.feed_ssldata File “uvloop/sslproto.pyx”, line 171, in uvloop.loop._SSLPipe.feed_ssldata File “/usr/local/lib/python3.7/ssl.py”, line 763, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for ‘pv_bmp280.data.thethingsnetwork.org’. (_ssl.c:1056) 2019-02-21 17:04:50 ERROR (MainThread) [homeassistant.components.thethingsnetwork.sensor] Error while accessing: https://pv_bmp280.data.thethingsnetwork.org/api/v2/query/bmp280b`

I have also started to experience a simialr problem and getting the error
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'esp-officeir.local.dns.entry.com' when I make a call to a particular rest_command, although the device I am connecting to an ESP running IRBlaster and it is not set up (as a rest_command) to connect using https/SSL so I can’t understand why it is failing on the hostname mismatch. I thought by adding a verify_ssl: false to the rest_command would fix this however this then forces the rest_command call to be made over HTTPS, as apposed to the HTTP protocol that is explicitly set in the rest_command. The only way I have found to fix this is to connect to the ESP using it’s IP address this seems to prevent HomeAssistant/Python from attempting verify the hostname. Any help or thoughts would be much appreciated I am running Home Assistant 0.103.6