jsdelivr / globalping-probe

The globalping probe code that runs on your hardware and connects to the global community network of probes
https://globalping.io
83 stars 21 forks source link

The connection between probe and globalping api endpoint is clean text #230

Closed frankiexyz closed 6 months ago

frankiexyz commented 6 months ago

I m a big fan of this project. But Is there a reason why globalping is not using wss but clean text in 2024?

 $ dig api.globalping.io +short
49.12.17.170
 $ netstat -antp |grep 49.12.17.170
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 192.168.88.88:57356     49.12.17.170:80         ESTABLISHED -
MartinKolarik commented 6 months ago

Hey, thanks for reporting! I'll take a look to see if we can fix this.

github-actions[bot] commented 6 months ago

:tada: This issue has been resolved in version 0.31.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: