Google Calendar Integration SLL error

I am receiving the following SSL error for the google-calendar integration. Was working fine untill recently.

Error executing service: <ServiceCall google.scan_for_calendars (c:a1b5032e96214d42b18512722f43c355)>

Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/core.py", line 1269, in catch_exceptions
    await coro_or_task
  File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/core.py", line 1292, in _execute_service
    await self._hass.async_add_executor_job(handler.func, service_call)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/google/__init__.py", line 258, in _scan_for_calendars
    service = calendar_service.get()
  File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/google/__init__.py", line 349, in get
    service = google_discovery.build(
  File "/srv/homeassistant/lib/python3.8/site-packages/oauth2client/_helpers.py", line 133, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/srv/homeassistant/lib/python3.8/site-packages/googleapiclient/discovery.py", line 228, in build
    content = _retrieve_discovery_doc(
  File "/srv/homeassistant/lib/python3.8/site-packages/googleapiclient/discovery.py", line 276, in _retrieve_discovery_doc
    resp, content = http.request(actual_url)
  File "/srv/homeassistant/lib/python3.8/site-packages/oauth2client/transport.py", line 173, in new_request
    resp, content = request(orig_request_method, uri, method, body,
  File "/srv/homeassistant/lib/python3.8/site-packages/oauth2client/transport.py", line 280, in request
    return http_callable(uri, method=method, body=body, headers=headers,
  File "/srv/homeassistant/lib/python3.8/site-packages/httplib2/__init__.py", line 1322, in request
    (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
  File "/srv/homeassistant/lib/python3.8/site-packages/httplib2/__init__.py", line 1072, in _request
    (response, content) = self._conn_request(conn, request_uri, method, body, headers)
  File "/srv/homeassistant/lib/python3.8/site-packages/httplib2/__init__.py", line 995, in _conn_request
    conn.connect()
  File "/usr/lib/python3.8/http/client.py", line 1409, in connect
    self.sock = self._context.wrap_socket(self.sock,
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL] internal error (_ssl.c:1108)

See here https://github.com/home-assistant/core/issues/35870

I’m not sure why this was closed, since it’s clear than this integration does not work with Ubuntu Focal.