RetryableException: Connection refused (Connection refused) executing POST http://cts-message-center/.....
环境 springboot + nacos
由于优化了代码 修改了配置 导致报了 RetryableException: Connection refused (Connection refused) executing POST http://cts-message-center/......
但是在本地测试的时候又发现没有问题
通过百度搜索 相似的文档 https://blog.csdn.net/ssf1987/article/details/115192269
中给到了启发可能是配置哪儿弄错了
然后仔细对比 出错的配置文件和正确的可以运行的文件做对比 发现
此处被误修改为了 本地 改为线上IP 此问题解决