Nikoloz Kvaratskhelia

Results 3 issues of Nikoloz Kvaratskhelia

Spring Boot: 2.6.2, Spring Cloud: 2021.0.0 I'm trying to set up a Spring Cloud Config Server with Vault backend. Vault runs on TLS. When I make a call to the...

feedback-provided

When running Zipkin with TLS enabled as a docker-compose service (using the following env var: `- JAVA_OPTS=-Darmeria.ssl.key-store=keystore.p12 -Darmeria.ssl.key-store-password=password -Darmeria.ssl.enabled=true -Darmeria.ports[0].port=9411 -Darmeria.ports[0].protocols[0]=https`), the server starts up and the UI works with...

bug

Spring Boot 2.6.3, Spring Cloud 2021.0.0 Getting an `java.net.UnknownHostException: https: nodename nor servname provided, or not known` exception when trying to connect to consul with `spring.config.import=consul:https://localhost:8500`. P.S. Same config works...

enhancement