Is there a way to disable the https redirect for the web HMI? We would like to use a web panel that does not support https. Thanks, Rob
Hey Rob, sorry for the long response time. The problem is here, that this against our security concept and architecture. We are checking currently if this can be done without harm other components. Keep you informed. Frank
Hello Rob,
this is what you could do.
Please note that you are disabling all security in this case!
How To http ehmi and WBM :
1. Disable authentication in WBM → Security (If you want the WBM to be accessable) 2. Modify on the PLC
nano /etc/nginx/nginx.conf
modify the line
“listen 443 ssl;”
to
“listen 81;”3. restart nginx
/etc/init.d/nginx restart4. disable login in your EHMI page.
5. http://192.168.1.10:81/ehmi/hmiapp.html
6. https://192.168.1.10:81/wbm