Logic Machine Forum
HTTPS communications on Logic machine - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: HTTPS communications on Logic machine (/showthread.php?tid=5161)



HTTPS communications on Logic machine - mellotron - 18.12.2023

how to setup https on ziserr for knx. i have buy ssl certificate and i need to know how to install it on wiseer for knx


RE: HTTPS communications on Logic machine - Daniel - 19.12.2023

In System - Services - HTTP SSL certificate.


RE: HTTPS communications on Logic machine - mellotron - 05.01.2024

(05.01.2024, 10:19)JiyaHana Wrote: Access the system interface, find SSL/TLS settings, upload SSL certificate with private key and intermediates, save, restart services if needed, then verify using https.
On the other hand, you should check the official documentation for installation and you can also get the information from https://www.digicert.com/kb/ssl-certificate-installation.htm.

Thank you.
 
thant you for your answer but on wiser for knx we just have two fields : private key and certificat(sha256). now my question is how to install intermediate certificate


RE: HTTPS communications on Logic machine - admin - 05.01.2024

Certificate field can accept a chain of several certificates (including root and intermediates). But for this to work you need a domain or a sub-domain because a valid certificate cannot be assigned to an IP address.


RE: HTTPS communications on Logic machine - mellotron - 05.01.2024

(05.01.2024, 11:08)admin Wrote: Certificate field can accept a chain of several certificates (including root and intermediates). But for this to work you need a domain or a sub-domain because a valid certificate cannot be assigned to an IP address.

i made port forwarding on my wiser and now my wiser is available on my public domain name (elecit.net). i get private key from my public ip provider. is it possible to use open ssl on wiser to generate certificat using private key.

thank you


RE: HTTPS communications on Logic machine - admin - 05.01.2024

openssl binary can be called from scripts via os.execute(). But since this is a non-standard feature we cannot provide any further support for it.


RE: HTTPS communications on Logic machine - mellotron - 05.01.2024

(05.01.2024, 12:13)Thankadmin Wrote: openssl binary can be called from scripts via os.execute(). But since this is a non-standard feature we cannot provide any further support for it.

Ok thanks, now if i générate certification on m'y computer using private Key provide by my domaine provide and pastel it on wiser could it work
Best regard


RE: HTTPS communications on Logic machine - admin - 05.01.2024

It should work this way too.