Exception while sending iOS notification

This just started for me. Was working a couple of days ago. This is logged whenever I try to notify my iOS device

ERROR:homeassistant.core:Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File “/srv/hass/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py”, line 594, in urlopen
chunked=chunked)
File “/srv/hass/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py”, line 350, in _make_request
self._validate_conn(conn)
File “/srv/hass/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py”, line 835, in validate_conn
conn.connect()
File “/srv/hass/lib/python3.5/site-packages/requests/packages/urllib3/connection.py”, line 323, in connect
ssl_context=context)
File "/srv/hass/lib/python3.5/site-packages/requests/packages/urllib3/util/ssl
.py", line 324, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
File “/usr/lib/python3.5/ssl.py”, line 377, in wrap_socket
_context=self)
File “/usr/lib/python3.5/ssl.py”, line 752, in init
self.do_handshake()
File “/usr/lib/python3.5/ssl.py”, line 988, in do_handshake
self._sslobj.do_handshake()
File “/usr/lib/python3.5/ssl.py”, line 633, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)

I havent seen any errors in my log although i havent changed my default logging settings. However i too have stopped receiving notifications. They worked yesterday but nothing today.

I have checked my iOS.conf and the push ID is correct.

I was just made aware of this issue and a fix is currently propagating. Please give it about an hour before notifications start working again. Sorry for the delay!

THANK YOU very much!!

Can confirm all is working again.