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

Enabling beacon and bandwidth tests using HTTPS #3

Closed
bluesmoon opened this issue Sep 14, 2012 · 9 comments
Closed

Enabling beacon and bandwidth tests using HTTPS #3

bluesmoon opened this issue Sep 14, 2012 · 9 comments

Comments

@bluesmoon
Copy link
Member

Mirroring YahooArchive#46 by @qcu

You said, in follow-up to Issue YahooArchive#18: "yeah, my guess is that no one really runs it over HTTPS. There was a similar bug someone emailed me about but regarding their own plugin."

@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").

@bluesmoon
Copy link
Member Author

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.

@ghost ghost assigned bluesmoon Sep 21, 2012
@arajwade
Copy link

arajwade commented Oct 9, 2013

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
--- Abhijit Rajwade

@bluesmoon
Copy link
Member Author

yes, that's correct

@terraboops
Copy link

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?

@bluesmoon
Copy link
Member Author

I would indeed.

@terraboops
Copy link

I've forked off of bluesmoon/boomerang and I will submit my pull request to that repo... Let me know if this is incorrect.

@bluesmoon
Copy link
Member Author

yep, bluesmoon/boomerang is correct.

@andreas-marschke
Copy link

Since this issue has been resolved and code has been merged can we close this?

@bluesmoon
Copy link
Member Author

Yeah, for some reason I thought github automatically closes pull requests when code has been merged.

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

No branches or pull requests

4 participants