For the last few days I’ve been unable to my server using the IOS app. I get a “Failed to Connect” error.
“An SSL error has occurred and a secure connection to the server cannot be made.”
Error Code:
NSURLErrorDomain -1200
Log recorded this:
Logger: aiohttp.server
Source: /usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py:393
First occurred: 7:20:23 PM (6 occurrences)
Last logged: 7:22:21 PM
Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'invalid HTTP method'"
I’m pretty new to this, so any guidance would be greatly appreciated. Thanks!