Server requires https but then uses http to communicate to speedtest #172
Replies: 3 comments 1 reply
-
Hi,
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The server port is not chosen by the app, but by the server. The port number has NOTHING to do with security, it's a port, the protocol used is secure/not secure, not the number of the port. This is networking 101.
Like I told you before, the app uses speedtest-cli by OOKLA, and their CLI tool does not have a
You should allow/disallow secure/insecure PROTOCOLS, not PORTS: I can have https/tls on port 8080 as I can have TELNET on port 443. So if you allow 443 because you think a port is SECURE, I can let an insecure protocol traverse your firewall using your very secure 443 port. |
Beta Was this translation helpful? Give feedback.
-
Hi There,
Just deployed the docker container and it was unable to communicate out of my network, I looked at my firewall logs and notice that the connection out to speedtest uses port 8080 instead of a secure connection.
Is there any way to change this?
Beta Was this translation helpful? Give feedback.
All reactions