Hello everyone,
I have been able to successfully register my client to server using
pmm-admin config --server-insecure-tls --server-url=https://admin:admin@X.X.X.X:443
But as I was reading the doc , I was exploring different ways in which I can make an ssl connection between pmm-client and pmm-server,
so i found this particular command : pmm-admin config --server-url=https://admin:admin@10.57.58.215
But I am getting the following error,
Failed to register pmm-agent on PMM Server: Post “https://10.57.58.215:443/v1/management/Node/Register”: x509: cannot validate certificate for 10.57.58.215 because it doesn’t contain any IP SANs.
I want to establish an ssl connection between my client and server , how can do that?