We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Has anyone successfully used this with SSL?
I get the following error when connecting to an SSL enabled port.
Connection failed ((336031996) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol)
I have tried this on 3.2.10.4 & 3.2.10.5, both with self signed certs and legitimate certs all responding with the same error.
Even openssl returns the same error.
openssl s_client -showcerts -connect localhost:6697
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Has anyone successfully used this with SSL?
I get the following error when connecting to an SSL enabled port.
I have tried this on 3.2.10.4 & 3.2.10.5, both with self signed certs and legitimate certs all responding with the same error.
Even openssl returns the same error.
The text was updated successfully, but these errors were encountered: