-
Notifications
You must be signed in to change notification settings - Fork 408
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
running tsung behind a proxy #120
Comments
yes, you should add: The server configured will used as a proxy and absolute URL must be used in |
@nniclausse sorry can you show me how to achieve the result? should i configure the xml file? what i want is to test an http server that is located outside of my network. thanks |
@nniclausse your response somehow looks being lost :) @fabuloso I'm not sure what you exactly want to achieve. Do you want to test the proxy server? In this case you might want to take a look at https://tsung.readthedocs.org/en/latest/benchmark.html#benchmarking-a-proxy-server. |
Could you please give an example of how to specify the proxy server in the input file? This is for the situation where there is a proxy between the client that tsung is running on and the server being tested. The previous answer "The server configured will used as a proxy and absolute URL must be used in" isn't clear. Thanks very much for your help! |
@nniclausse @mattharrington001 |
I took the liberty to fix @nniclausse comment :) Also, please take a look at the documentation: https://tsung.readthedocs.org/en/latest/benchmark.html#benchmarking-a-proxy-server. If you set this option, and use absolute URLs for your Is this what you are looking for, @mattharrington001, @manjukori, @fabuloso? |
@tisba Thanks, yes using absolute URLs will work for me. However, I am seeing SSL certificate validation errors, is there a option in Tsung to ignore such SSL errors. |
That's strange. Can you paste parts of your error log? IIRC by default tsung does not perform certificate validation… |
I was getting 403 error from proxy with invalid certificate. I will try check the proxy first and make sure if that behaving correctly. Thanks for your reply. |
You're welcome! I'll close this issue now. Feel free to comment again if you still have issues with this feature. |
Hi,
i am trying tsung while evaluating different load tool, but currently I am behind a proxy.
Is there a way to configure tsung to use my company proxy?
Thank you
The text was updated successfully, but these errors were encountered: