mendhak / docker-http-https-echo

Docker image that echoes request data as JSON; listens on HTTP/S, useful for debugging.
https://code.mendhak.com/docker-http-https-echo/
MIT License
621 stars 136 forks source link

Issue certificate with Subject Alternative Names #47

Closed mendhak closed 1 year ago

mendhak commented 1 year ago

The current cert just has a Common Name. I'm adding a SAN so that it works with more modern clients too.

For example when connecting from Android, I get sslpeerunverifiedexception: Hostname my.example.com not verified even if it's in the CommonName.