On 25/03/2021 12:29, Dedeepya Tunga wrote:
Hi Gordon,

I have tried setting the SANs of type DNS set to IP address and FQDN something like the below.

[ req_ext]
subjectAltName = @alt_names

[alt_names]
DNS.1 = <FQDN>
DNS.2 = <IP>

  It has failed host name verification with the above configuration.

That certainly works for me (on linux). Does the attached example work for you? Run the tls_server.py in one terminal and the tls_client.py in the other with -a amqp://localhost:5671 and amqps://127.0.0.1:5671. Both should connect successfully.

Attachment: san-certs.tgz
Description: application/compressed-tar

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to