I get 505 "Http Version Not Support", although I recently tried to access the Azure repository. It took me a while to understand that this only happens on public WiFi (e.g. First Great Western, Tesco, etc.). The fix was simple: edit my repository connection string to use https ie DefaultEndpointsProtocol = https;
However, here is my question: why did this happen only on public Wi-Fi? The http was adopted by Azure when I was tied to a mobile phone or used my home WiFi connection. Fiddler showed no difference in requests sent from my machine, so what do these hotspots do with http traffic?
source share