Hi folks:
I have installed elasticsearch-2.3.5 in CentOS6
The searchguard and searchguardssl version is also 2.3.5.
Because of the performance, I want to encrypt transport data between by utilizing openssl.
I config the searchguardssl by following steps on the document https://github.com/floragunncom/search-guard-ssl-docs/blob/master/openssl.md
I downloaded http://repo1.maven.org/maven2/io/netty/netty-tcnative/1.1.33.Fork17/netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar, placed in plugins/search-guard-ssl/ directory, install openssl 1.0.1u and apr1.5.2, config elasticsearch.yml
However the following error still occurs:
[2016-10-21 23:48:18,491][INFO ][com.floragunn.searchguard.ssl.SearchGuardKeyStore] Open SSL not available (this is not an error, we simply fallback to built-in JDK SSL) because of java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty-tcnative-linux-x86_64, netty-tcnative-linux-x86_64-fedora, netty-tcnative]
Please notice that the version netty-tcnative is according to the Dockerfile of searchguardssl 2.3.5.
Hi folks:
I have installed elasticsearch-2.3.5 in CentOS6
The searchguard and searchguardssl version is also 2.3.5.
Because of the performance, I want to encrypt transport data between by utilizing openssl.
I config the searchguardssl by following steps on the document https://github.com/floragunncom/search-guard-ssl-docs/blob/master/openssl.md
I downloaded http://repo1.maven.org/maven2/io/netty/netty-tcnative/1.1.33.Fork17/netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar, placed in plugins/search-guard-ssl/ directory, install openssl 1.0.1u and apr1.5.2, config elasticsearch.yml
However the following error still occurs:
[2016-10-21 23:48:18,491][INFO ][com.floragunn.searchguard.ssl.SearchGuardKeyStore] Open SSL not available (this is not an error, we simply fallback to built-in JDK SSL) because of java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty-tcnative-linux-x86_64, netty-tcnative-linux-x86_64-fedora, netty-tcnative]
Please notice that the version netty-tcnative is according to the Dockerfile of searchguardssl 2.3.5.
Could someone help me to fix the problem?
best regards
leozkl
–
You received this message because you are subscribed to the Google Groups “Search Guard” group.
Hi folks:
I have installed elasticsearch-2.3.5 in CentOS6
The searchguard and searchguardssl version is also 2.3.5.
Because of the performance, I want to encrypt transport data between by utilizing openssl.
I config the searchguardssl by following steps on the document https://github.com/floragunncom/search-guard-ssl-docs/blob/master/openssl.md
I downloaded http://repo1.maven.org/maven2/io/netty/netty-tcnative/1.1.33.Fork17/netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar, placed in plugins/search-guard-ssl/ directory, install openssl 1.0.1u and apr1.5.2, config elasticsearch.yml
However the following error still occurs:
[2016-10-21 23:48:18,491][INFO ][com.floragunn.searchguard.ssl.SearchGuardKeyStore] Open SSL not available (this is not an error, we simply fallback to built-in JDK SSL) because of java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty-tcnative-linux-x86_64, netty-tcnative-linux-x86_64-fedora, netty-tcnative]
Please notice that the version netty-tcnative is according to the Dockerfile of searchguardssl 2.3.5.
Could someone help me to fix the problem?
best regards
leozkl
–
You received this message because you are subscribed to the Google Groups “Search Guard” group.
Did you install netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar on every node?
Can you try netty-tcnative-1.1.33.Fork17-linux-x86_64.jar?
···
On Friday, 21 October 2016 18:02:34 UTC+2, 江榕 wrote:
Hi folks:
I have installed elasticsearch-2.3.5 in CentOS6
The searchguard and searchguardssl version is also 2.3.5.
Because of the performance, I want to encrypt transport data between by utilizing openssl.
I config the searchguardssl by following steps on the document https://github.com/floragunncom/search-guard-ssl-docs/blob/master/openssl.md
I downloaded http://repo1.maven.org/maven2/io/netty/netty-tcnative/1.1.33.Fork17/netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar, placed in plugins/search-guard-ssl/ directory, install openssl 1.0.1u and apr1.5.2, config elasticsearch.yml
However the following error still occurs:
[2016-10-21 23:48:18,491][INFO ][com.floragunn.searchguard.ssl.SearchGuardKeyStore] Open SSL not available (this is not an error, we simply fallback to built-in JDK SSL) because of java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty-tcnative-linux-x86_64, netty-tcnative-linux-x86_64-fedora, netty-tcnative]
Please notice that the version netty-tcnative is according to the Dockerfile of searchguardssl 2.3.5.
java version “1.8.0_92”
I have tried netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar and netty-tcnative-1.1.33.Fork17-linux-x86_64.jar, they all don’t work.
Is there statically linked package for searchguardssl2.3.5?
Hi folks:
I have installed elasticsearch-2.3.5 in CentOS6
The searchguard and searchguardssl version is also 2.3.5.
Because of the performance, I want to encrypt transport data between by utilizing openssl.
I config the searchguardssl by following steps on the document https://github.com/floragunncom/search-guard-ssl-docs/blob/master/openssl.md
I downloaded http://repo1.maven.org/maven2/io/netty/netty-tcnative/1.1.33.Fork17/netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar, placed in plugins/search-guard-ssl/ directory, install openssl 1.0.1u and apr1.5.2, config elasticsearch.yml
However the following error still occurs:
[2016-10-21 23:48:18,491][INFO ][com.floragunn.searchguard.ssl.SearchGuardKeyStore] Open SSL not available (this is not an error, we simply fallback to built-in JDK SSL) because of java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty-tcnative-linux-x86_64, netty-tcnative-linux-x86_64-fedora, netty-tcnative]
Please notice that the version netty-tcnative is according to the Dockerfile of searchguardssl 2.3.5.
Could someone help me to fix the problem?
best regards
leozkl
Can you try netty-tcnative-1.1.33.Fork17-linux-x86_64.jar?
On Friday, 21 October 2016 18:02:34 UTC+2, 江榕 wrote:
Did you install netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar on every node?
Hi folks:
I have installed elasticsearch-2.3.5 in CentOS6
The searchguard and searchguardssl version is also 2.3.5.
Because of the performance, I want to encrypt transport data between by utilizing openssl.
I config the searchguardssl by following steps on the document https://github.com/floragunncom/search-guard-ssl-docs/blob/master/openssl.md
I downloaded http://repo1.maven.org/maven2/io/netty/netty-tcnative/1.1.33.Fork17/netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar, placed in plugins/search-guard-ssl/ directory, install openssl 1.0.1u and apr1.5.2, config elasticsearch.yml
However the following error still occurs:
[2016-10-21 23:48:18,491][INFO ][com.floragunn.searchguard.ssl.SearchGuardKeyStore] Open SSL not available (this is not an error, we simply fallback to built-in JDK SSL) because of java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty-tcnative-linux-x86_64, netty-tcnative-linux-x86_64-fedora, netty-tcnative]
Please notice that the version netty-tcnative is according to the Dockerfile of searchguardssl 2.3.5.
Could someone help me to fix the problem?
best regards
leozkl
–
You received this message because you are subscribed to the Google Groups “Search Guard” group.
Hi folks:
I have installed elasticsearch-2.3.5 in CentOS6
The searchguard and searchguardssl version is also 2.3.5.
Because of the performance, I want to encrypt transport data between by utilizing openssl.
I config the searchguardssl by following steps on the document https://github.com/floragunncom/search-guard-ssl-docs/blob/master/openssl.md
I downloaded http://repo1.maven.org/maven2/io/netty/netty-tcnative/1.1.33.Fork17/netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar, placed in plugins/search-guard-ssl/ directory, install openssl 1.0.1u and apr1.5.2, config elasticsearch.yml
However the following error still occurs:
[2016-10-21 23:48:18,491][INFO ][com.floragunn.searchguard.ssl.SearchGuardKeyStore] Open SSL not available (this is not an error, we simply fallback to built-in JDK SSL) because of java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty-tcnative-linux-x86_64, netty-tcnative-linux-x86_64-fedora, netty-tcnative]
Please notice that the version netty-tcnative is according to the Dockerfile of searchguardssl 2.3.5.
Could someone help me to fix the problem?
best regards
leozkl
–
You received this message because you are subscribed to the Google Groups “Search Guard” group.
Hi folks:
I have installed elasticsearch-2.3.5 in CentOS6
The searchguard and searchguardssl version is also 2.3.5.
Because of the performance, I want to encrypt transport data between by utilizing openssl.
I config the searchguardssl by following steps on the document https://github.com/floragunncom/search-guard-ssl-docs/blob/master/openssl.md
I downloaded http://repo1.maven.org/maven2/io/netty/netty-tcnative/1.1.33.Fork17/netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar, placed in plugins/search-guard-ssl/ directory, install openssl 1.0.1u and apr1.5.2, config elasticsearch.yml
However the following error still occurs:
[2016-10-21 23:48:18,491][INFO ][com.floragunn.searchguard.ssl.SearchGuardKeyStore] Open SSL not available (this is not an error, we simply fallback to built-in JDK SSL) because of java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty-tcnative-linux-x86_64, netty-tcnative-linux-x86_64-fedora, netty-tcnative]
Please notice that the version netty-tcnative is according to the Dockerfile of searchguardssl 2.3.5.
Could someone help me to fix the problem?
best regards
leozkl
Can you try netty-tcnative-1.1.33.Fork17-linux-x86_64.jar?
Did you install netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar on every node?
how to install netty-tcnative-1.1.33.Fork17-linux-x86_64-fedora.jar on every node?
在 2016年10月27日星期四 UTC+8上午2:22:57,Search Guard写道:
···
On Friday, 21 October 2016 18:02:34 UTC+2, 江榕 wrote: