diff --git a/homeassistant/components/http.py b/homeassistant/components/http.py index 7c252385d5d..3453d815044 100644 --- a/homeassistant/components/http.py +++ b/homeassistant/components/http.py @@ -164,6 +164,7 @@ class RequestHandler(SimpleHTTPRequestHandler): # Track if this was an authenticated request self.authenticated = False SimpleHTTPRequestHandler.__init__(self, req, client_addr, server) + self.protocol_version = 'HTTP/1.1' def log_message(self, fmt, *arguments): """Redirect built-in log to HA logging."""