SSL/TLS Issues
  • 29 Mar 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

SSL/TLS Issues

  • Dark
    Light
  • PDF

Article Summary

Tools

Curl

Curl can analylse the TLS connection and prodive some indication of issues.

# curl -k -nn -vvv https://path.to.roadrunner:<port> 

Openssl

The OpenSSL client can be use to run an indepth analysis of a TLS connection.

openssl s_client -msg -debug -security_debug_verbose -connect <path.to.roadrunner:<port>

TLS Handshake Error

References:
Walkthrough of a TLS Handshake

Things to Check:

  • Check that system time on server and client are correct. NTP is recommended.
  • Check that no man-in-the-middle like proxies, and gateways.
  • Check that TLS/SSL is not blocked by firewall.
  • Use Curl to check and debug TLS connection.
  • Use openssl to debug handshake

© 2024 Accedian Networks Inc. All rights reserved. Accedian®, Accedian Networks®,  the Accedian logo™, Skylight™, Skylight Interceptor™ and per-packet intel™, are trademarks or registered trademarks of Accedian Networks Inc. To view a list of Accedian trademarks visit: http://accedian.com/legal/trademarks/. 


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.