spring-cloud-samples / bookstore-service-broker

Sample application for Spring Cloud Open Service Broker
https://spring.io/projects/spring-cloud-open-service-broker
Apache License 2.0
72 stars 60 forks source link

Cannot connect to service instance in CF #24

Open sundarvc opened 3 years ago

sundarvc commented 3 years ago

Hi Team, I have deployed the broker and service in k8s cluster and registered it in Cloud Foundry. Everything works fine, except that when I try to access the (add book) endpoint from the service-key in CF, I get the following curl error from my local macOS machine:

curl: (7) Failed to connect to port 443: Operation timed out

Any ideas ?

Thanks, Sundar