Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Troubleshooting

It is generally helpful to navigate to the Javascript console (“Developer tools” in Chrome) from the Speedtest page and check for error messages.

  • For example, if apiUrl is set incorrectly, you will see a “connection refused” message:

  • If the URL contains https://, you will get these messages:

  • If ALLOWED_ORIGIN is wrongly configured, messages like these will appear:
  • Something else to keep in mind if you are hosting your Speedtest web page on the same web server as Control Center is to avoid making inappropriate changes to the Apache configuration files. For example, it is crucial that ServerName be set identically in the files /etc/apache2/sites-available/netrounds.conf and /etc/apache2/sites-available/netrounds-ssl.conf. If these settings differ, the Speedtest page will not work.