Hi,
Any idea how to make web interface accessible within DataMiner Cube for iDirect IQ200 modem? Web interface(http and https) works as expected for all other elements hosted on same DataMiner and also using any third party browser iDirect Modem web interface is accessible from same DataMiner server.
We have tried following options in the code.
;Web Interface#https://[Polling Ip]/login.html;Web Interface 2#https://X.X.X.X/login.html;Web Interface 3#https://X.X.X.X:443;Web Interface 4#https://localhost"
Web interface 1, 2 and 3 are inaccessible while we are able to reach localhost on web interface 4.
Web bowser engine is also set to Chromium.
Web interface View page source shows: <html><head></head><body></body></html>
BR.
Hi Daud,
Have you also tried with the Edge engine? The Chromium engine is a bit outdated, and maybe the webserver is not accepting this version... If you choose Edge, it's using the latest version installed on the OS, Chromium is something distributed by DataMiner and therefore older than the Edge option.
Bert
Hi Bert,
Thanks for the response, after investigating more it turns out to be certificate issue not DataMiner issue.