nanoco Posted December 6, 2020 CID Share Posted December 6, 2020 Testing with my own server does not work, due to https certificate errors https://testmy.net/latency?internal=1&addr=100.100.100.100 results in queries to https://100.100.100.100/b/img/blank.png?1607284675721 which do not work as https always needs a host and domain name. However if trying with the host and domain name it also does not work, an error is shown: myhost.mydomain.com does not have a required resource in the document root. [timeout] Quote Link to comment Share on other sites More sharing options...
mudmanc4 Posted December 6, 2020 CID Share Posted December 6, 2020 @nanoco , so you have a GUI on your server ? Quote Link to comment Share on other sites More sharing options...
CA3LE Posted December 7, 2020 CID Share Posted December 7, 2020 You may need to add an exception If you navigate to https://100.100.100.100/ you should see something similar to this Click "proceed (unsafe)" -- you trust your own machine, right? That's all the unsafe warning is about. After you've accepted that you should be able to run that test. The best way to do it would be to configure a self-signed certificate. https://www.vultr.com/docs/configure-apache-with-select-signed-tls-ssl-certificate-on-ubuntu-16-04 -- may have to do a search for a guide on your specific installation. I'm seeing now that there's a bug. You're supposed to be able to use http or https with that but for some reason it's locked on https. It normally detected that and corrected for it but another edit I made later may have affected it. So I'll look more closely later... just peeked in there and it looks like I'll have to dig deeper. Self-signed cert for your localhost or the machine you're running your web server on will solve it for good. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.