I'm trying to confirm that routers are alive and well using HostMonitor. The management interfaces are accessed by connecting
to https://IP address:portnumber
The response is a certificate warning (due to URL mismatch) but I have tried setting ignore certificate issues and there is still no successful result. Access with a web browser is fine. Can a test be specified that will report success?
Thanks for thinking about this.
Alive test - HTTPS
May be there are some other certificate problems?
Could you tr yo enable both "Accept SSL/PCT certificates with invalid host name" and "Accept SSL/PCT certificates with invalid dates" options on Misc page in the Options dialog and mark "HTTPS: Ignore unknown certificate authority problems" option in "URL test properties" dialog?
Can we access your router for testing?
Regards
Alex
Could you tr yo enable both "Accept SSL/PCT certificates with invalid host name" and "Accept SSL/PCT certificates with invalid dates" options on Misc page in the Options dialog and mark "HTTPS: Ignore unknown certificate authority problems" option in "URL test properties" dialog?
Can we access your router for testing?
Regards
Alex
Web server does not show any page until it accepts login. It returns single HTTP code - 401...
Theoretically you can recognize such situation:
- HostMonitor displays "No answer" status when web server does not respond;
- HostMonitor shows "Bad" when web server responds with some error code.
So, you may setup "advanced mode" action that will alert you when status is "No answer" only (e.g. you may use "start" expression like '%Status%'=='No answer'
On the other hand, if you don't want to login to the server, use TCP test method instead of URL check.
Regards
Alex
Theoretically you can recognize such situation:
- HostMonitor displays "No answer" status when web server does not respond;
- HostMonitor shows "Bad" when web server responds with some error code.
So, you may setup "advanced mode" action that will alert you when status is "No answer" only (e.g. you may use "start" expression like '%Status%'=='No answer'
On the other hand, if you don't want to login to the server, use TCP test method instead of URL check.
Regards
Alex