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

remote-cert doesn't work on CentOS 5.9 #2

Open
jessehu opened this issue Nov 5, 2013 · 0 comments
Open

remote-cert doesn't work on CentOS 5.9 #2

jessehu opened this issue Nov 5, 2013 · 0 comments

Comments

@jessehu
Copy link

jessehu commented Nov 5, 2013

Current https://github.com/mislav/ssl-tools/blob/master/remote-cert doesn't work on CentOS 5.9 64bits : echo | openssl s_client -connect : 2>&1 | sed -nEe '/^-+BEGIN/,/^-+END/p'

But the following code works well

echo | openssl s_client -connect : 2>&1 | sed -n '/-+BEGIN/,/-+END/p'

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

1 participant