in reply to daniel:// stenberg://

careful though. What does curl --proto=https do

Compare:
curl --proto https haxx.se # does cleartext http
curl --proto =https haxx.se # fails, because cleartext http not allowed

So, if you would use --proto=https, you might believe you prevented cleartext http but you didn't, I suppose you would need to do --proto==https for that.

This entry was edited (1 month ago)