Read more

Initiate SSL secured TCP connections to remote services

Thomas Eisenbarth
March 19, 2013Software engineer at makandra GmbH

Establishing a TCP connection to a SSL secured remote service is not possible using telnet or nc.

Illustration money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
Read more Show archive.org snapshot

Though, you can use openssl for that:

openssl s_client -connect www.makandra.com:443
Posted by Thomas Eisenbarth to makandra dev (2013-03-19 14:07)