Hass.io + Google assistant locally without https

Hi guys!

I´ve installed google assistant on my raspberry PI through cloud and It´s really easy to setup…However I wouldn´t like to pay 5 usd per month to keep it working…

So I´ve tried to install everything locally. The problem is that google asks for a “https” link, and here in my country all network operators blocks external access to ports 443 and 80 (no way of opening it), so I´m not able to confirm my domain using “Let´s encrypt” to make it https

Then I´ve tried to use a small and free server with an apache just to redirect all https requests to my http link on port 8123.

Google accepted the link but it failed to connect

Does someone has any idea how I could accomplish this? I believe I would have to create my own cloud server right like Nabu casa, but how to do this?

Thank you

port 80 and 443 are default ports
you should be able to use https with another port higher than 1024
did you try another port ?

it is currently being worked on: https://github.com/home-assistant/core/pull/30413