Skip to content

tls: fix reference to certificate object subjectAltName in checkServerIdentity function

Rodrigo Muino Tomonari requested to merge github/fork/bnielsen1965/master into main

tls: fix reference to certificate object subjectAltName in checkServerIdentity function

The checkServerIdentify() function always fails with ERR_TLS_CERT_ALTNAME_INVALID
error due to a bad reference to the certificate object's subjectAltName
property. Changed the property reference from all lowercase to camelcase.

Merge request reports

Loading