Migrating Spring Cloud Connectors to java-cfenv

Viewed 12

I am trying to migrate Spring AutoReconfiguration & Spring Cloud Connectors for a spring boot (2.3.10.RELEASE) app. After removing the previous dependencies for the connector and adding java-cfenv-boot, I am getting the folowing error when I deploy the app to Cloud Foundry: TLS connection failed: No subject alternative names matching IP address 10.212.220.7 found org.springframework.amqp.AmqpIOException: javax.net.ssl.SSLHandshakeException: No subject alternative names matching IP address 10.212.220.7 found

0 Answers
Related