Closed jasonish closed 9 months ago
Due to an issue in dependency libraries, EveBox cannot connect to an Elasticsearch server using TLS by IP address. It must use a hostname. While untested, this probably applied to the EveBox Agent connecting to an EveBox server as well.
References:
One solution is to use OpenSSL instead of Rustls, but that will make building the static binaries more difficule.
Does not appear to be an issue anymore.
Due to an issue in dependency libraries, EveBox cannot connect to an Elasticsearch server using TLS by IP address. It must use a hostname. While untested, this probably applied to the EveBox Agent connecting to an EveBox server as well.
References:
One solution is to use OpenSSL instead of Rustls, but that will make building the static binaries more difficule.