I cannot call a RESTfull API from Excel VBA because the API using TLS1.2. There is, apparently, no way in VBA to set the option to use TLS1.2. I tried setting WINHTTP_OPTION_SECURE_PROTOCOLS option but it is being ignored.
Does anyone know about a possible solution? Preferably the one that does not involve changing registry.