diff --git a/consul/discovery.go b/consul/discovery.go index 35b98bb..fc2c88d 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -110,6 +110,7 @@ func (s *Service) Unregister() error { func (s *Service) Connect() (*connect.Service, error) { svc, err := connect.NewService(s.Name, s.client) s.connect = svc + fmt.Printf("CONNECT CERT CONFIG: %v", svc.ServerTLSConfig()) return svc, err }