How to add the ssl certificates on both server side and client side of the Piko #51
-
Hi, I setup the piko server on my server, and using nginx for the piko server since the server ip is not public. Now on another machine I set up the piko and trying to use piko agent, By providing the server.url as the url which i set up in nginx. I'm getting the error So where should we configure these ssl certificates? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 27 replies
-
Hi @jeevan2nani, the agent does not yet support configuring root CAs, I'll add support for this later today or tomorrow. So just to confirm, will add agent configuration:
Which overrides the host root CAs to use a custom CA PEM file (flag Does that sound right? |
Beta Was this translation helpful? Give feedback.
-
@andydunstall "error":"tls: failed to verify certificate: x509: certificate signed by unknown authority" Can you help me out if you know why this issue is comming |
Beta Was this translation helpful? Give feedback.
-
Hello @andydunstall , Also this can be made optional to enable end-users with optional Cert, Key and CA paths. |
Beta Was this translation helpful? Give feedback.
The Piko server doesn't yet support TLS either (since its usually hosted behind a TLS terminating load balancer) so as long as you've configured Nginx with the a certificate the root CA can verify it should be ok?
I can also add Piko server TLS support if thats something you need