system.net.httpClient post return exception : No subject alternative names present

@Kevin.Herron, @paul-griffith

Is there any way to ignore SSL certificate verification in httpPost / httpClient from ignition ?

For example in Postman, it works with “SSL certificate versification=OFF”
and with curl -k:

curl -X POST -d '{"username": "admin", "password": "admin"}' -H "Content-Type: application/json" -k "https://10.100.3.31:443/api/api-token-auth/"

I tried to add the certificate (*.p7b) exported from chrome in
C:\Program Files\Inductive Automation\Ignition\data\certificates\supplemental
restarted the gateway, but I have still this error.