无法将spring boot应用程序与部署在ubuntu服务器上的keybeat连接起来

rjzwgtxy  于 2021-07-24  发布在  Java
关注(0)|答案(0)|浏览(163)

我在连接spring boot应用程序和KeyClope时遇到问题,如下所示。

Spring Boot Config:
  security:
    oauth2:
      client:
        provider:
          oidc:
            issuer-uri: https://app.mydomain.com:8443/auth/realms/rem1
        registration:
          oidc:
            client-id: client_1
            client-secret: 9146a5a7-8101-18f9-16db-edad4ae88aec

spring boot应用程序启动失败,出现以下异常。
suncertpathbuilderexception:找不到有效的证书路径

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题