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

cipherscan/openssl s_client doesn't accept the -connect parameter, which is extremely strange; refusing to proceed. #189

Open
abhishek-das-gupta opened this issue Sep 22, 2022 · 3 comments

Comments

@abhishek-das-gupta
Copy link

I am using cipherscan to see the cipher list order on some port:
./cipherscan fqdn:portno

I am getting the error:
cipherscan/openssl s_client doesn't accept the -connect parameter, which is extremely strange; refusing to proceed.

How to resolve this issue ?

@jvehent
Copy link
Contributor

jvehent commented Sep 22, 2022

cipherscan is a 10 years old convoluted bash script that calls an outdated openssl binary in the backend. you might want to rewrite it or look for something more modern :)

@abhishek-das-gupta
Copy link
Author

@jvehent can you suggest a tool that can show whether who the cipher ordering (server/client) ? Like cipher scan shows:
Cipher ordering: server

@drwetter
Copy link

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

3 participants