I have searched the web and not found an answer to this…
Basically I am going though a Citrix Loadbalancer (I have to use them)
I can connect to the server directly and items run properly… When I try the https configure command I get
Jul 19 16:01:33 servername pmm-agent: #033[33mWARN#033[0m[2023-07-19T16:01:33.464-04:00]grpclog/grpclog.go:46 grpclog.WarningDepth [core] [Channel #529 SubChannel #530] grpc: addrConn.createTransport failed to connect to {Addr: "pmm-server.com:443", ServerName: "pmm-server.com", }. Err: connection error: desc = "transport: authentication handshake failed: remote error: tls: no application protocol" #033[33mcomponent#033[0m=grpclog
Jul 19 16:01:33 servername pmm-agent: #033[37mTRAC#033[0m[2023-07-19T16:01:33.464-04:00]config/logger.go:37 config.(*gRPCLogger).Infoln [core] [Channel #529 SubChannel #530] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: authentication handshake failed: remote error: tls: no application protocol" #033[37mcomponent#033[0m=grpclog
Jul 19 16:01:33 servername pmm-agent: #033[37mTRAC#033[0m[2023-07-19T16:01:33.464-04:00]config/logger.go:37 config.(*gRPCLogger).Infoln [core] pickfirstBalancer: UpdateSubConnState: 0xc0002faf60, {TRANSIENT_FAILURE connection error: desc = "transport: authentication handshake failed: remote error: tls: no application protocol"} #033[37mcomponent#033[0m=grpclog
Jul 19 16:01:35 servername pmm-agent: #033[37mTRAC#033[0m[2023-07-19T16:01:35.007-04:00]config/logger.go:37 config.(*gRPCLogger).Infoln [core] [Channel #529 SubChannel #530] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: authentication handshake failed: remote error: tls: no application protocol" #033[37mcomponent#033[0m=grpclog
Jul 19 16:01:35 servername pmm-agent: #033[37mTRAC#033[0m[2023-07-19T16:01:35.007-04:00]config/logger.go:37 config.(*gRPCLogger).Infoln [core] pickfirstBalancer: UpdateSubConnState: 0xc0002faf60, {IDLE connection error: desc = "transport: authentication handshake failed: remote error: tls: no application protocol"} #033[37mcomponent#033[0m=grpclog
Jul 19 16:01:35 servername pmm-agent: #033[37mTRAC#033[0m[2023-07-19T16:01:35.007-04:00]config/logger.go:37 config.(*gRPCLogger).Infoln [core] [Channel #529 SubChannel #530] Subchannel Connectivity change to CONNECTING #033[37mcomponent#033[0m=grpclog
Jul 19 16:01:35 servername pmm-agent: #033[37mTRAC#033[0m[2023-07-19T16:01:35.007-04:00]config/logger.go:37 config.(*gRPCLogger).Infoln [core] [Channel #529 SubChannel #530] Subchannel picks a new address "pmm-server.com:443" to connect #033[37mcomponent#033[0m=grpclog
Jul 19 16:01:35 servername pmm-agent: #033[37mTRAC#033[0m[2023-07-19T16:01:35.007-04:00]config/logger.go:37 config.(*gRPCLogger).Infoln [core] pickfirstBalancer: UpdateSubConnState: 0xc0002faf60, {CONNECTING <nil>} #033[37mcomponent#033[0m=grpclog
Jul 19 16:01:35 servername pmm-agent: #033[37mTRAC#033[0m[2023-07-19T16:01:35.074-04:00]config/logger.go:37 config.(*gRPCLogger).Infoln [core] Creating new client transport to "{Addr: \"pmm-server.com:443\", ServerName: \"pmm-server.com\", }": connection error: desc = "transport: authentication handshake failed: remote error: tls: no application protocol" #033[37mcomponent#033[0m=grpclog
I use this command
pmm-admin config --server-insecure-tls --server-url=https://xxxx:xxxxx@pmm-server.comm:443 --force --log-level=error --region=“xx” --custom-labels=“location=xx” --trace --debug
but pmm-admin status shows a connected of false (when using the Netscaler) using the server direct everything works.
I have not found a hit anyplace on items similar to this… “transport: authentication handshake failed: remote error: tls: no application protocol”
Any suggestions?
**Note the Netscaler has a solid cert via a internet company (not self signed)