@vwbusguy @bluca come on man, openssl s_client -connect ${host}:${port}
isn't that hard to memorize. Though I use @bagder somewhat similar curl -v -fsS https://${host}:${port} >/dev/null
way more often... Probably because I don't have to Ctrld out of it...