You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new Domoticz 2023.1 https connection i changed the domoticz_ip to https: with the ssl port but my internal ip errors 'SSL_ERROR_BAD_CERT_DOMAIN' because the certificate is for my external ip. With curl i can use --insecure to overrule the certificate check. I think we need a config['enable_insecure'] = true; to bypass certificate check for Dashticz.
The text was updated successfully, but these errors were encountered:
I'm having the same problem i think
I had an iframe to my LMS webpage and this is not working any more
This page can only be accessible through HTTP and IP address on my my server.
The IP address is the same as Domoticz IP.
With the new Domoticz 2023.1 https connection i changed the domoticz_ip to https: with the ssl port but my internal ip errors 'SSL_ERROR_BAD_CERT_DOMAIN' because the certificate is for my external ip. With curl i can use --insecure to overrule the certificate check. I think we need a config['enable_insecure'] = true; to bypass certificate check for Dashticz.
The text was updated successfully, but these errors were encountered: