Error creating new order :: Cannot issue for "http": Domain name needs at least one dot (and 1 more problems. Refer to sub-problems for more information.)
Tentei também alterando o frontend para https://127.0.0.1:3000 e o backend para http://127.0.0.1, mas deu o seguinte erro:
Error creating new order :: Cannot issue for "127.0.0.1": The ACME server can not issue a certificate for an IP address (and 1 more problems. Refer to sub-problems for more information.)
Outro formato que tentei, foi 127.0.0.1:3000 para frontend e 127.0.0.1 para backend, e o erro foi o a seguir:
Requested name 127.0.0.1 is an IP address. The Let's Encrypt certificate authority will not issue certificates for a bare IP address.
Olá,
Tentei criar no formato original (https://localhost:3000 pra frontend e http://localhost pra backend), mas deu o seguinte erro:
Error creating new order :: Cannot issue for "http": Domain name needs at least one dot (and 1 more problems. Refer to sub-problems for more information.)
Tentei também alterando o frontend para https://127.0.0.1:3000 e o backend para http://127.0.0.1, mas deu o seguinte erro: Error creating new order :: Cannot issue for "127.0.0.1": The ACME server can not issue a certificate for an IP address (and 1 more problems. Refer to sub-problems for more information.)
Outro formato que tentei, foi 127.0.0.1:3000 para frontend e 127.0.0.1 para backend, e o erro foi o a seguir: Requested name 127.0.0.1 is an IP address. The Let's Encrypt certificate authority will not issue certificates for a bare IP address.
Como devo proceder? Obrigado.