-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 as the hostname? #345
Comments
An IPv6 address is not a hostname (i.e. domain name), so the error message is correct. The meaning of the I'm not familiar with Yggdrasil so I'm not sure what the reason is for not using a hostname. I'm not sure if it is possible to have a certificate for an IP address, even if it is self signed. At least agate will definitely not generate one for you. So I think you might want to pick a DNS name anyway, if you can. Alternatively you can come up with a TLS certificate on your own and place it in the certificates directory. See also the README file section on certificates, you would probably want to place the files directly in the certificate directory:
|
I can launch this server with IPv6 in
But I can't apply same certificates for Agate |
That command creates a
You can change the certificate to be outputted in DER format by adding openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.der -outform DER -days 1 -nodes -subj "/CN=IP"
openssl pkey -in key.rsa -outform DER -out key.der |
Thanks, generated new certificate with command above but solution with IPv6 in
|
Hello, I have following error by providing IPv6 address as the
--hostname xxx:xxxx:xxxx:xxxx::xxxx
In my case, there is no needs for domain name because using Yggdrasil address.
But I must to setup TLS because of Gemini protocol dependency
The text was updated successfully, but these errors were encountered: