Skip to content
Advertisement

Tag: speed-test

how to force python call to speedtest.py use secure servers

I’m calling speedtest.py from my python program in order to run a speed test. After importing speedtest.py I create a speedtest object using then run upload/download tests. This has been working, but recently it has been failing. I found if I just ran speedtest from the cli, I’d get a 403 forbidden error. I then read than Speedtest now requires

Advertisement