Hello,
I’m trying to create a stack on the same host with Managed network:
SSL CN : registry.lan
Rancher LB Agent (443:5000 SSL)
Private Registry:2 (5000 SSL) -h registry.lan
docker@default:~$ docker push registry.lan/alpine:3.2
The push refers to a repository [registry.lan/alpine] (len: 1)
Sending image list
Error: Status 502 trying to push repository alpine: "<html><body><h1>502 Bad Gateway</h1>\nThe server returned an invalid or incomplete response.\n</body></html>\n\n"
The scope is to place the private registry behind the LB to eliminate the need for tagging the images:<5000>
Is there a limitation on the LB Agent in forwarding the request to a container with SSL?