Home Using curl with SNI
Post
Cancel

Using curl with SNI

This is a short little reminder for myself, when using curl to make requests to local things and spoofing SNI, use the following command.

1
curl -vik --resolve google.com:443:127.0.0.1 https://google.com

Happy Curling

This post is licensed under CC BY 4.0 by the author.