java.security.ProviderException:无法初始化 NSS
发送 HTTPS 请求时,我的 java 应用程序中收到错误“无法初始化 NSS”。不幸的是,我的日志中没有异常的完整堆栈跟踪,但从我已经搜索到的内容来看,它很可能是由丢失的共享对象“libnss3.so”引起的。
有谁知道我需要在 open suse 上安装哪个软件包才能将共享对象放在正确的位置?
I'm receiving the error "Could not initialize NSS" in my java application when sending an HTTPS Request. Unfortunally I do not have the complete stack trace of the exception in my log, but from what I have already googled, it is most probably caused by the missing shared object "libnss3.so".
Does anyone know which package I need to install on open suse to get the shared object in the right place ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以帮助解决问题。
无法初始化 NSS
This can help to solve the problem.
Could not initialize NSS