I am trying to use cURL to post to an API that just started using SNI (so they could host multiple ssl certs on 1 IP address).
My cURL stopped working as a result o
Along with the required library and Curl version, the request should use resolve to send SNI in the curl:
curl -vik --resolve example.com:443:198.18.110.10 https://example.com/