Sorry, I seem to be blocked from many channels so I hope that I am posting to the correct channel.
I am getting errors connecting to GitHub. These show up through HACS upgrades, but on the HACS Discord channel the sugegstion is that the issue is with HA. From my laptop I can log into GitHub and I can see a HACS OAuth app, but not one for HA. I'm sure if I should see one, but I tried to install the GitHub integration and I got an error.
With HACS running, but not updating< I get the following error in the log file:
This error originated from a custom integration.
Logger: custom_components.hacs
Source: custom_components/hacs/base.py:497
Integration: HACS (documentation, issues)
First occurred: 17:02:45 (7 occurrences)
Last logged: 17:52:45
Request exception for 'https://api.github.com/rate_limit' with - Cannot connect to host api.github.com:443 ssl:default [Try again]
Traceback (most recent call last):
File "/config/custom_components/hacs/base.py", line 443, in async_can_update
response = await self.async_github_api_method(self.githubapi.rate_limit)
File "/config/custom_components/hacs/base.py", line 497, in async_github_api_method
raise HacsException(_exception)
custom_components.hacs.exceptions.HacsException: Request exception for 'https://api.github.com/rate_limit' with - Cannot connect to host api.github.com:443 ssl:default [Try again]