Hi all,
I’m using SG 3.1.0 and I’m using certificates signed by our own CA.
When using ISGR, I want to use HTTPS protocol for the remote target.
Actually when I set the https protocol I get the “X.509 Certificate Signed by Unknown Authority” error and the replication doesn’t start.
When using the HTTP I have no problems.
Here it is a sample of my bootstrap configuration:
bootstrap: {
ca_cert_path: "string",
password: "string",
server: "string",
username: "string"
},
api: {
admin_interface: "127.0.0.1:4985",
metrics_interface: "127.0.0.1:4986"
}
How can I achieve the use of HTTPS?
In the 2.8 version I’ve read about “SSLCert” and “SSLKey” field.
What fields should I set on the remote SG in the bootstrap configuration? (I already use ca_cert_path with our own CA)