Lets Encrypt - Problem connecting to server (get for https://acme-v01.api.letsencrypt.org/directory; curl returned with 6)

Thank you, solved my problem also.
Debian 18.04 and Hass.IO

Hello everyone,

I am not having Linux but directly Hassio on my Raspberry 4.
I am having the same issue and I don’t know how to solve it.
I fixed the IP and DNS address using the my_network file and a USB stick but I am not sure of what I should put in the DNS section.
I haven’t configured any port routing yet on my router.

[ipv4]
method=manual
address=192.168.1.17/24;192.168.1.1
dns=192.168.1.1;8.8.8.8;

And here is what I put in configuration.yaml file:

http:
  base_url: !secret my_base_url
  server_port: 8123
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
  ip_ban_enabled: true
  login_attempts_threshold: 3

Hi, you have found a solution ? i am having the same problems.