-
Notifications
You must be signed in to change notification settings - Fork 79
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
Get error on used SSL on ES #57
Comments
Hi Follow, I think you should use the user group to ask your questions, and not create Regards, 2014-06-06 10:29 GMT-03:00 FollowMyDev notifications@github.com:
|
Thanks for your response. But, how can I get your fix? Do I have to download the last version (https://github.com/sonian/elasticsearch-jetty/releases/tag/1.1.1)? |
As I have seen in github, only the master has the changes and I don`t think While the project was abandoned I released some versions with CORS and ES Anyway, you can test using simple requests avoiding CORS by now. OBS: stackoverflow, google groups, etc. should never be closed at work ;) Cheers, 2014-06-06 11:06 GMT-03:00 FollowMyDev notifications@github.com:
|
Yes thanks you. I get the same error... After downloaded the jetty plugin and installed it in your ES. Cheers, |
Running a simple https request should be enough. Regards, 2014-06-06 12:10 GMT-03:00 FollowMyDev notifications@github.com:
|
Thanks a lots. I have a last question, Regards, |
Hi all,
I try to install SSL on ES.
Jetty Plugin: 1.1.0-beta
Elasticsearch: 1.1.0
So I followed the steps described here: https://github.com/sonian/elasticsearch-jetty.
When I launched ES, I get this:
D:\TESTS\elasticsearch\bin>elasticsearch.bat
...
[2014-06-06 13:31:39,685][INFO ][org.eclipse.jetty.util.ssl.SslContextFactory] [
myCluster.myHost6D] Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLS
v1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[2014-06-06 13:31:39,688][INFO ][org.eclipse.jetty.server.AbstractConnector] [my
Cluster.myHost6D] Started SslSelectChannelConnector@0.0.0.0:9443
...
[2014-06-06 13:31:40,048][INFO ][node ] [myCluster.myHost
6D] started
Then, from my web app (https://localhost:9880/head/index.html) which has SSL integrated and the head plugin, when I try to connect to ES by https://localhost:9443/.
I get these errors:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost:9443/_cluster/health. This can be fixed by moving the resource to the same domain or enabling CORS. health
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost:9443/_nodes/stats?all=true. This can be fixed by moving the resource to the same domain or enabling CORS. stats
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost:9443/_nodes. This can be fixed by moving the resource to the same domain or enabling CORS. _nodes
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost:9443/. This can be fixed by moving the resource to the same domain or enabling CORS.
And in ES i get this error:
[2014-06-06 13:43:36,667][WARN ][org.eclipse.jetty.io.nio ] [myCluster.myHost
6D] javax.net.ssl.SSLException: bad record MAC
Could you help me?
The text was updated successfully, but these errors were encountered: