JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.92k stars 386 forks source link

SNI support #19

Closed alex88 closed 8 years ago

alex88 commented 9 years ago

Hi there, are there any plans to support SNI https endpoints?

JoeDog commented 9 years ago

Yes, but I'm really hoping someone else will write it. I'm not sure when I can get to it.

On Mon, Jul 20, 2015 at 10:55 AM, Alessandro Tagliapietra < notifications@github.com> wrote:

Hi there, are there any plans to support SNI https endpoints?

— Reply to this email directly or view it on GitHub https://github.com/JoeDog/siege/issues/19.

alex88 commented 9 years ago

Not sure if this can help https://blogs.oracle.com/meena/entry/apachebench_ab_and_sni, quite old but maybe easy portable

JoeDog commented 9 years ago

thanks. I'll take a look.

On Mon, Jul 20, 2015 at 11:29 AM, Alessandro Tagliapietra < notifications@github.com> wrote:

Not sure if this can help https://blogs.oracle.com/meena/entry/apachebench_ab_and_sni, quite old but maybe easy portable

— Reply to this email directly or view it on GitHub https://github.com/JoeDog/siege/issues/19#issuecomment-122918508.

apeschel commented 9 years ago

@JoeDog Hello, did you ever merge in the SNI changes?

JoeDog commented 9 years ago

I tried but at the moment it's dumping core inside SSL_ctrl

Does somebody have a working version of this?

On Tue, Aug 25, 2015 at 4:07 PM, Aaron Peschel notifications@github.com wrote:

@JoeDog https://github.com/JoeDog Hello, did you ever merge in the SNI changes?

— Reply to this email directly or view it on GitHub https://github.com/JoeDog/siege/issues/19#issuecomment-134722430.

apeschel commented 9 years ago

@JoeDog The change seems to work for me fine. Have you done a make clean before recompiling?

Relevant PR: https://github.com/JoeDog/siege/pull/25