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

How to compile tcpkali with TLS support? #70

Open
ravisrhyme opened this issue May 24, 2019 · 5 comments
Open

How to compile tcpkali with TLS support? #70

ravisrhyme opened this issue May 24, 2019 · 5 comments

Comments

@ravisrhyme
Copy link

Hi,

Can someone help me to compile tcpkali with TLSsupport ? I am seeing below message when I try to use ssl option. I built it from source as per documentation in github repo.

tcpkali --ssl --message '$' 3.94.69.40:443/1 -c 80 -T 20
Compiled without TLS support

Best,
Ravi Kiran

@ravisrhyme
Copy link
Author

I tried "./configure --with-openssl=/usr/bin/openssl", in step #2 of build as per documentation. But still I am getting same error. Can someone please help ?

@Virus-b
Copy link

Virus-b commented May 30, 2019

Hi,
I have the same problem.
Please help.

@Virus-b
Copy link

Virus-b commented Jun 4, 2019

I tried "./configure --with-openssl=/usr/bin/openssl", in step #2 of build as per documentation. But still I am getting same error. Can someone please help ?

Did you find a solution to the problems? or analog this item?

@ravisrhyme
Copy link
Author

Hi,

I got it. I built openssl from source first. (git clone git://git.openssl.org/openssl.git).
Then I did

  1. ./configure --with-openssl=/usr/local
  2. export LD_LIBRARY_PATH=/usr/local/lib64

After these two steps it worked for me. I executed above steps in RPM based linux distribution(Amazon Linux).

If #1 above is failing, please check for following:
./configure --with-openssl=/usr/local | grep ssl
checking for openssl/ssl.h in /usr/local... yes -> You should see yes.
If it is no, please correct your path to openssl.

@Virus-b
Copy link

Virus-b commented Jun 5, 2019

Hi,

I got it. I built openssl from source first. (git clone git://git.openssl.org/openssl.git).
Then I did

  1. ./configure --with-openssl=/usr/local
  2. export LD_LIBRARY_PATH=/usr/local/lib64

After these two steps it worked for me. I executed above steps in RPM based linux distribution(Amazon Linux).

If #1 above is failing, please check for following:
./configure --with-openssl=/usr/local | grep ssl
checking for openssl/ssl.h in /usr/local... yes -> You should see yes.
If it is no, please correct your path to openssl.

Hi.
Thank you very much. Problem solved.

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

2 participants