ElasticsearchSecurityException[failed to load SSL configuration [xpack.security.transport.ssl]]

这篇具有很好参考价值的文章主要介绍了ElasticsearchSecurityException[failed to load SSL configuration [xpack.security.transport.ssl]]。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

ElasticsearchSecurityException[failed to load SSL configuration [xpack.security.transport.ssl]],elasticsearch,elasticsearch,大数据,big data

[ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [master] uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException: ElasticsearchSecurityException[failed to load SSL configuration [xpack.security.transport.ssl]]; nested: ElasticsearchException[failed to initialize SSL TrustManager]; nested: IOException[parseAlgParameters failed: ObjectIdentifier() -- data isn't an object ID (tag = 48)]; nested: IOException[ObjectIdentifier() -- data isn't an object ID (tag = 48)];
 新鲜出炉的错误处理办法:

1.从网上找相关办法,elasticsearch.yml中配置xpack.security.transport.ssl.keystore.path: elastic-certificates.p12

elastic-certificates.p12的路将改为绝对路径并赋给777的权限,重启;

2.修改1之后没好使,继续思考,将jdk设置为ES自带的jdk11,重启;

完美解决文章来源地址https://www.toymoban.com/news/detail-525702.html

到了这里,关于ElasticsearchSecurityException[failed to load SSL configuration [xpack.security.transport.ssl]]的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包赞助服务器费用

相关文章

  • java.lang.IllegalStateException: Failed to load ApplicationContext

    java.lang.IllegalStateException: Failed to load ApplicationContext

    mvn clean install的时候报的如下异常: 紧接着又往下翻了一下日志还有一个这个错误 按正常来说通过 @@ 可以取pom当中的properties标签的值呀。但是可以发现编译过后的application当中的值并没有被替换。 (1)我先是将server.port=@server.port@替换成了server.port=8082,然后clean install直接成

    2024年02月07日
    浏览(34)
  • 解决Jetson: Failed to start nvpmode1 server. 和Failed to start load kernel modules

    解决Jetson: Failed to start nvpmode1 server. 和Failed to start load kernel modules

    在使用jetson开发板的时候不知道什么原因会报一些错,导致开机进不了图形化界面   也不知道是啥原因,新手对此还不是特别了解,网上好像也很少有相关的解决方案。 我分享一下我的解决方案: 重装桌面 首先既然开机进不了界面怎么输命令? 答:如果是停留在开机界面

    2023年04月14日
    浏览(48)
  • 解决 libGL error: failed to load driver: swrast

    运行图形工具报错: $ gvim libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast 网上查资料说,安装Mesa-32bit 软件包可以解决。所以安装了很多mesa i386的软件包,如下: 安装完成后,确实好了。

    2024年02月12日
    浏览(42)
  • 关于前端数据Fail to load response data解决方法

    关于前端数据Fail to load response data解决方法

    \\\"Failed to load response data:\\\" 这个错误通常是由于请求的资源没有被正确加载或者没有找到。这可能是由于以下几种原因导致的: 资源路径错误 : 确保你请求的资源路径是正确的。检查一下你的代码,确保你指定的路径是准确的,并且资源确实存在于该路径。 资源不存在或者路径

    2024年02月04日
    浏览(44)
  • You may need to configure your browser or application to trust the Charles Root Certificate. See SSL

    You may need to configure your browser or application to trust the Charles Root Certificate. See SSL

    抓包环境 雷电9模拟器,Charles v4.6.3 抓包过程中遇到的问题 一、 抓不到包,Charles一片空白 解决方案:Postern设置问题,点我点我点我 二、 抓到的https全是unknown,并且提示: You may need to configure your browser or application to trust the Charles Root Certificate. See SSL Proxying in the Help menu. 解决

    2024年02月03日
    浏览(11)
  • 解决pycharm控制台ImportError: DLL load failed while importing _ssl: 找不到指定的模块。

    解决pycharm控制台ImportError: DLL load failed while importing _ssl: 找不到指定的模块。

    配置环境变量的问题,见这篇文章; 和我一样,下面介绍; 其他情况我还没有遇到过,欢迎大家分享。 首先介绍一下自己的情况: 重新安装了pycharm,在正常环境(即:选择先前配置的解释器,我用的是anacodna3如下图)中控制台是可以使用的。 如果在正常环境中控制台无法

    2024年02月01日
    浏览(13)
  • cannot load certificate “/usr/local/nginx/ssl/*.pem“: BIO_new_file() failed

    cannot load certificate “/usr/local/nginx/ssl/*.pem“: BIO_new_file() failed

    最近部署SSL证书的时候老是报错, cannot load certificate \\\"/usr/local/nginx/ssl/*.pem\\\": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen(\\\'/usr/local/nginx/ssl/*.pem\\\',\\\'r\\\') error:2006D080:BIO routines:BIO_new_file:no such file) 这个错误也是比较常见的,我出现这个问题首先是查看自己

    2024年02月11日
    浏览(9)
  • springboot运行报错Failed to load ApplicationContext for xxx

    springboot运行报错Failed to load ApplicationContext for xxx

    网上找了一堆方法都尝试了还是没用 包括添加mapperScan,添加配置类 配置pom文件 [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传 )] 我觉得我的pom文件没有什么问题,结果问题也没出在pom文件上 后面不断尝试最后发现问题出在yml配置文件上 这是我的配

    2024年02月15日
    浏览(22)
  • 微信小程序 [渲染层网络层错误] failed to load font

    微信小程序报错: [渲染层网络层错误] Failed to load font http://at.alicdn.com/t/c/font...... 原因:我使用了阿里的iconfont字体图标,该url在我的小程序后台未备案 解决方法:登录小程序后台,开发管理--开发设置--服务器域名,在download合法域名中添加你的字体url的域名(我加入的是

    2024年02月11日
    浏览(7)
  • 商标网error:Failed to execute ‘send‘ on ‘XMLHttpRequest‘: Failed to load ‘http://127.0.0.1:18080/‘解决方案

    商标网error:Failed to execute ‘send‘ on ‘XMLHttpRequest‘: Failed to load ‘http://127.0.0.1:18080/‘解决方案

    新的电脑或更换浏览器之后无法登录商标网,一直困扰着很多朋友,今天提供个小妙招: 不论是谷歌还是Edge(IE之前可以登录商标网上服务系统,此处忽略它),只做一处改动即可: ■ chrome浏览器(谷歌) 1、打开chrome浏览器,输入地址“chrome://flags/”(自己输入时不要引

    2024年02月05日
    浏览(12)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包