Jason Song

Results 317 comments of Jason Song

> Caused by: java.net.SocketTimeoutException: connect timed out I think this message is quite clear.

what's the connection string? you may need to configure the [useSSL](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-connp-props-security.html) property. ![image](https://user-images.githubusercontent.com/837658/227073257-3fa63687-2c11-4f42-a247-6d8dea98b5c9.png)

看[文档](https://www.apolloconfig.com/#/zh/development/portal-how-to-implement-user-login-function?id=%e5%ae%9e%e7%8e%b0%e6%96%b9%e5%bc%8f%e4%b8%89%ef%bc%9a-%e6%8e%a5%e5%85%a5oidc)主要是新增 application-oidc.yml 以及配置 spring.profiles.active 吧,在 [2.4.1.4.3 配置项说明](https://www.apolloconfig.com/#/zh/deployment/distributed-deployment-guide?id=_24143-%e9%85%8d%e7%bd%ae%e9%a1%b9%e8%af%b4%e6%98%8e) 中可以看到相应的 helm 配置 config.files 和 config.profiles

would you please try to replace the `es` below to the real ip? ``` gateway.metrics.exporter.es.host=192.168.31.87 metrics-server.spring.data.jest.uri=http://192.168.31.87:9200 ```

1. It seems that `192.168.31.87` is the IP address of your computer, which currently isn't reachable from within the Docker container. There should be a network configuration that enables the...