HA blocked from ( iOS ) iPhone using self-signed cert

Here you go.

(FYI I started from scratch this morning and ended up with the same results.)

Can access and login to https from Safari on Mac OS

Can access but NOT login to https from Safari on iOS

configuration.yaml

http:

ssl_certificate: /home/homeassistant/.homeassistant/certs/certificate.pem

ssl_key: /home/homeassistant/.homeassistant/certs/privkey.pem

Created CERT using instruction found at the following link:

$ openssl req -sha256 -newkey rsa:4096 -nodes -keyout privkey.pem -x509 -days 730 -out certificate.pem

/var/log/daemon.log

Feb 20 15:57:48 hassbian hass[508]: 2019-02-20 15:57:48 INFO (MainThread) [homeassistant.components.http.view] Serving / to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:57:49 hassbian hass[508]: 2019-02-20 15:57:49 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/authorize to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:57:49 hassbian hass[508]: 2019-02-20 15:57:49 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/providers to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:57:49 hassbian hass[508]: 2019-02-20 15:57:49 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/login_flow to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:59:31 hassbian hass[508]: 2019-02-20 15:59:31 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/login_flow/ gobbledygook to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:59:32 hassbian hass[508]: 2019-02-20 15:59:32 INFO (MainThread) [homeassistant.components.http.view] Serving / to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:59:32 hassbian hass[508]: 2019-02-20 15:59:32 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/token to 192.xxx.xxx.xxx (auth: False)

/var/log/syslog

Feb 20 15:35:50 hassbian hass[508]: 2019-02-20 15:35:50 INFO (MainThread) [homeassistant.components.http.view] Serving / to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:35:50 hassbian hass[508]: 2019-02-20 15:35:50 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/authorize to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:35:50 hassbian hass[508]: 2019-02-20 15:35:50 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/providers to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:35:51 hassbian hass[508]: 2019-02-20 15:35:51 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/login_flow to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:37:08 hassbian hass[508]: 2019-02-20 15:37:08 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/login_flow/ gobbledygook to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:37:09 hassbian hass[508]: 2019-02-20 15:37:09 INFO (MainThread) [homeassistant.components.http.view] Serving / to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:37:09 hassbian hass[508]: 2019-02-20 15:37:09 INFO (MainThread) [homeassistant.components.http.view] Serving /auth/token to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:37:09 hassbian hass[508]: 2019-02-20 15:37:09 INFO (MainThread) [homeassistant.components.http.view] Serving /api/websocket to 192.xxx.xxx.xxx (auth: False)

Feb 20 15:37:41 hassbian hass[508]: 2019-02-20 15:37:41 INFO (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-02-19T15:37:41.260Z to 192.xxx.xxx.xxx (auth: True)

Feb 20 15:37:43 hassbian hass[508]: 2019-02-20 15:37:43 INFO (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-02-19T15:37:43.843Z to 192.xxx.xxx.xxx (auth: True)

Feb 20 15:37:57 hassbian hass[508]: 2019-02-20 15:37:57 INFO (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-02-19T15:37:57.270Z to 192.xxx.xxx.xxx (auth: True)

Feb 20 15:38:46 hassbian hass[508]: 2019-02-20 15:38:46 INFO (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-02-20T15:37:57.270Z to 192.xxx.xxx.xxx (auth: True)