borramTAS
Results
12
comments of
borramTAS
Hi @rhuss, yes, I have already tried, but the result is the same, I wanted to point out that port 22375 is mapped to inner port 2375 (not TLS 2376)...
I have identified my problem (I think): ``` public class EnvUtil { ... public static final String DOCKER_HTTP_PORT = "2375"; ... public static String convertTcpToHttpUrl(String connect) { String protocol =...