【发布时间】:2019-07-01 12:33:36
【问题描述】:
我无法在启用 SSL 安全性的 Raspberry Pi 上启动 gRPC 服务器(用 Java 编写)。我收到以下消息:
2019-07-01 13:39:29,988 [main ] DEBUG OpenSsl Failed to load netty-tcnative; OpenSslEngine will be unavailable, unless the application has already loaded the symbols by some other means. See http://n
etty.io/wiki/forked-tomcat-native.html for more information.
java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty_tcnative_linux_arm_32, netty_tcnative_linux_arm_32_fedora, netty_tcnative_arm_32, netty_tcnative]
我认为 netty tcnativeboringssl 不是为 ARM 处理器构建的。但是有什么选择呢? 我可以在 Maven 中配置其他东西吗?
【问题讨论】:
标签: ssl raspberry-pi arm grpc grpc-java