get details from a server with openssl and curl
openssl s_client -connect <hostname>:<port> -showcerts
bad: Verify return code: 21 (unable to verify the first certificate) ok: Verify return code: 0 (ok)
curl https://<hostname>:<port> curl -k https://<hostname>:<port>
@MaBe started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
get details from a server with openssl and curl
bad: Verify return code: 21 (unable to verify the first certificate)
ok: Verify return code: 0 (ok)