New install Hassio in Docker - invalid HTTP method aiohttp

Hi,

I am getting repeated error in hassio log below, I have installed a fresh copy of hassio in docker what is doing this?

2018-01-07 00:07:40 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File “/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py”, line 271, in data_received messages, upgraded, tail = self._request_parser.feed_data(data) File “aiohttp/_http_parser.pyx”, line 295, in aiohttp._http_parser.HttpParser.feed_data aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

Edit: All working now !

What was the fix ? What have I done to get the error ?

getting the same issue in a new install of hass in docker

Same issue on hassbian

What was the fix???

When I migrated my install to Docker I got this error. It was because other services were attempting to connect via HTTPS. Setting Home Assistant back up to use HTTPS solved the issue.

Yep - found it… I too had a third-party integration trying to access the port over HTTPS and not HTTP.

Thanks!