I have no success changing the domain name from community.tao.internal to anything else.
I have followed the instructions here: Custom Domain name - TAO Community Edition
However this ends up with me not being able to connect to TAO instance due to SSL error:
- Connected to my.custom.domain (127.0.0.1) port 443
- ALPN: curl offers h2,http/1.1
- TLSv1.3 (OUT), TLS handshake, Client hello (1):
- TLSv1.3 (IN), TLS alert, internal error (592):
- OpenSSL/3.0.13: error:0A000438:SSL routines::tlsv1 alert internal error
- Closing connection
curl: (35) OpenSSL/3.0.13: error:0A000438:SSL routines::tlsv1 alert internal error
As far as I can understand it is because the TLS certificate for my.custom.domain does not exist inside the container. Can I create a self-signed one? Where should it be placed? In which configuration file should it be referenced?