Hi all,
just cant get https access to work.
Https just wont work, Http keeps working do.
Tryed everything mentioned in manual and community.
here goes:
port forwarded 8123 to 8123
port forwarded 443 to 8123
on a static IP.
configuration.yaml:
http:
base_url: https://xxxxxxxxxx.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
tryed with and without https://
tryed with port seperately specified
DUCKDNS:
{
"lets_encrypt": {
"accept_terms": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"token": "xxxxxxx",
"domains": [
"xxxxxxxxx.duckdns.org"
],
"seconds": 300
}
duckdns log:
[08:57:35] INFO: OK
217.103.200.73
NOCHANGE
[09:02:37] INFO: OK
217.103.200.73
NOCHANGE
[09:07:38] INFO: OK
217.103.200.73
NOCHANGE
http://xxxxxx.duckdns.org works fine
i do see this error:
ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File “aiohttp_http_parser.pyx”, line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
HELP!!!
about to scream right now.