I can´t make work my external URL if do the configuration from (configuration/general) It doesn´t work when I try to access it appear this:
and if y click in retry appear this:
this is the error:
Logger: aiohttp.server
Source: /usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py:355
First occurred: 10:31:56 PM (8 occurrences)
Last logged: 10:31:59 PM
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
But if I do the config from the configuration.yaml like this:
http:
base_url: myurl.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
It works fine but I can´t connect using the local ip
What I´m doing wrong?
tom_l
June 14, 2020, 4:15am
2
Using base_url
under http
, instead of internal_url
and external_url
under homeassistant
.
See the release notes for v0.110.
[image]
Do you know how excited I am for bringing you Home Assistant Core 0.110?
Would you believe me, if I told you I’ve been upgrading my personal Home
Assistant production instance to the latest development version almost
every day?
Well, better believe it, it is how I started my day for the last 3 weeks. It
felt like opening new presents and enjoying amazing improvements every day.
Today, we are shipping it all to you, as one big package.
This is definitely one of the bigger releases…
IceAge
(Phillip Dean)
June 14, 2020, 5:45am
3
I’m not sure if this helps, but I was trying to set up external access to my HA and found the following article, which worked perfectly on the very first try, after everything I did failed: DuckDNS - It's not just me - it's you!
tom_l:
Using base_url
unde
Yes I see that, and because that I try to use the external url under configuration/general like this:
But it doesn´t work. it show the error I upload in the first comment. I´m 100% that my port 443 is open and linked to the ip of my HA
Makis
(Makis)
March 13, 2022, 8:29am
5
I have the same problem. did you find a solution?
JeromeO
(Jérôme Oudoul)
March 13, 2022, 10:53am
6
Personally I access HA through
https://xxx.duckdns.org:8123/lovelace/default_view
and my config is
Please note the https
at one place and the http
at the other.