When I execute a request from the server to receive data, I get a certificate error.
GET https://ip:5001/api/cards/online net::ERR_CERT_COMMON_NAME_INVALID
And to fix this, I decided to ignore certificate verification. But how to do that? Please give a hint.