Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore ssl certificate check #1053

Open
Xenomes opened this issue Feb 15, 2023 · 3 comments
Open

Ignore ssl certificate check #1053

Xenomes opened this issue Feb 15, 2023 · 3 comments

Comments

@Xenomes
Copy link

Xenomes commented Feb 15, 2023

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.

@lokonli
Copy link
Collaborator

lokonli commented Feb 15, 2023

That's not so easy. Not possible in a browser I think.

Did you try to use the real server name (not ip number) for the Domoticz server in your Dashticz config?

@Xenomes
Copy link
Author

Xenomes commented Feb 16, 2023

I am now using my external address, so all the traffic go's over the router. the server name is also not working.

@MadPatrick
Copy link

Hi,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants