-
Notifications
You must be signed in to change notification settings - Fork 293
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
Enabling beacon and bandwidth tests using HTTPS #3
Comments
Establishing an SSL connection takes time, which could skew the bandwidth down, so it may not be what you want. Now that said, if all your traffic is sent over SSL, then running the test over SSL probably gets you what you want anyway, ie, the effective network throughput that your users see during the normal browsing session. |
If we comment the code block in Bandwidth plugin that skips bandwidth tests on https, will the bandwidth plugin work fine over https as mentioned by you above? Wanted to double check with you that there will be no issues with this approach. Can you please comment on this? Thx |
yes, that's correct |
I would like to make a feature to toggle this block of code via configuration parameter. Would you accept that pull request if I made it? |
I would indeed. |
I've forked off of bluesmoon/boomerang and I will submit my pull request to that repo... Let me know if this is incorrect. |
yep, bluesmoon/boomerang is correct. |
Since this issue has been resolved and code has been merged can we close this? |
Yeah, for some reason I thought github automatically closes pull requests when code has been merged. |
Mirroring YahooArchive#46 by @qcu
@bluesmoon, I do actually need to run boomerang beacon over HTTPS, especially including bandwidth/latency tests. Also, the image GETs really need to run over HTTPS as well for my test scenario.
Before I look into this further, is this something that just needs some attention and testing, or are there significant issues blocking this (i.e., "SSL stuff will mess up b/w calculations").
The text was updated successfully, but these errors were encountered: