Skip to content

Instantly share code, notes, and snippets.

View IngelaAndin's full-sized avatar

Ingela Andin IngelaAndin

  • Ericsson AB
  • Sverige
View GitHub Profile
@IngelaAndin
IngelaAndin / README.md
Created July 10, 2018 15:18
Windows self-signed certs

Reproduction steps

  • Start test-server.escript in one terminal
  • In another, run the following command:
    openssl s_client -CAfile ./root-cert.pem
    
  • Note malformed_handshake_data error due to USA (3 byte) country code.

OpenSSL