alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.3k stars 12.84k forks source link

nacos client 2.1.0 will tranform https to http compulsorily #9842

Closed withbluebell closed 1 year ago

withbluebell commented 1 year ago

Describe the bug When my springcloud application uses Nacos Server 2.1.1 as a config server, I define the pom with Springboot 2.3.12.RELEASE, and SpringCloud Hoxton.SR12, and spring-cloud-starter-alibaba-nacos-config 2.2.9.RELEASE(whitch nacos-client 2.1.0 included),when I define this property [spring.cloud.nacos.config.server-addr] with prefix https, it will transform https to http in class [ServerListManager] line 198

this is the bug here

KomachiSion commented 1 year ago

which ServerListManager?

KomachiSion commented 1 year ago

duplicated with #8616