-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
self-signed cert #2607
Comments
/close as invalid There is no issue, as the last line says, you need no setup encryption protocols better |
What problem exactly? All messages (except the last line) are warnings, they are correct and expected, feel free to just ignore them. Regarding the last line: I have no idea what that means, the error is generated by OpenSSL library, go figure. |
To add to this, if your server will be available to other servers by server2server communication, they wouldn't be able to access for example pubsub.b7... because there will be no valid certificate for that domain, that's why those warning is generated, only way to fix them is having extra certificates for those domain (or possibly wildcard certificate for your main domain). About that last warning, are you using openssl 1.1.1? If so this happens when client tries to estabilish TLS1.3 connection, this problem was fixed by change in fasttls dependency, but it's not available in 18.06 release, it should work in next release that will probably arrive next week. If you aren't using openssl 1.1.1 (and so TLS1.3 is not available), then that error is expected, as this is protection for vulnerability, and means that there was MITM attack attempt. |
18.06-3
Archlinux 4.18.8.a-1-hardened
package
i generate self-signed cert for my onion domain:
but Ejabberd not accept it.
how to fix this problem?
The text was updated successfully, but these errors were encountered: