Replies: 1 comment 2 replies
-
You don't need to send a message to get / test TLS configs. testssl.sh (https://testssl.sh) can do a full analysis and openssl cli can get the certs if needed. Just a note for readers of this post. it is potentially valuable to send a transaction of course. There are tools for that as well, including Stunnel and HAproxy. Just some alternatives. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had the need to test TCPS connections because my Mirth is not able to do it (without the SSL Manager plugin) and I just wanted to share the Python code I wrote.
It was useful for me to check whether the TCPS endpoints present a proper SSL certificate.
It's still very basic, so feel free to adapt it to your needs.
Beta Was this translation helpful? Give feedback.
All reactions