Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP and HTTPS #591

Open
teknisyan opened this issue Dec 4, 2023 · 4 comments
Open

HTTP and HTTPS #591

teknisyan opened this issue Dec 4, 2023 · 4 comments

Comments

@teknisyan
Copy link

Hello,

Currently testing the librespeed and I notice that there is a difference in the performance and result of the speedtest if you use HTTPS and HTTP.

For HTTPS, the DOWNLOAD speed is slower than usual and the UPLOAD will run but will not give any result. But if I use HTTP, the DOWNLOAD will be faster and, more or less the same with other speed test website and the UPLOAD will run as normal.

Using HTTPS;
https

Using HTTP;
http

For now.. I set via web host not to use https but is there a way to keep https and sue speed test as usual.

@pcamilo89
Copy link

pcamilo89 commented Dec 4, 2023

Are you using a reverse proxy for HTTPS? I had that same problem with upload using nginx as a reverse proxy, and it was a configuration issue on the reverse proxy that cut the connection because of the size of the upload.

The lower speed result could be a momentary bandwidth thing, I have had some instances where my results are lower than expected, but doing another test shows me the correct speeds.

@teknisyan
Copy link
Author

Are you using a reverse proxy for HTTPS? I had that same problem with upload using nginx as a reverse proxy, and it was a configuration issue on the reverse proxy that cut the connection because of the size of the upload.

The lower speed result could be a momentary bandwidth thing, I have had some instances where my results are lower than expected, but doing another test shows me the correct speeds.

No, since I'm just using the built-in SSL that my provider is giving for free.

@teknisyan
Copy link
Author

teknisyan commented Dec 5, 2023 via email

@sstidl
Copy link
Collaborator

sstidl commented Dec 6, 2023

Did you try a server which is nearer? 12.000km is far away...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants