I am not able to get a successful replication when SSL is enabled (sync_gateway replication works fine without SSL)
I am getting the following error on the slave:
I | http: TLS handshake error from 10.20.30.24:58752: EOF
Using the following in config file:
{
"SSLCERT": "cert.pem",
"SSLKey": "privateKey.pem",
"log": ["HTTP+"],
"adminInterface": "10.20.30.24:4985",
"interface": "0.0.0.0:4984",
"facebook": {
"register": true
},
"replications": [
{
"replication_id": "ped-pull",
"source": "https://man-be-sg001.example.com:4985/ped",
"target": "https://man-ped-sg001.example.com:4985/ped",
"continuous": true
},
{
"replication_id": "sec-pull",
"source": "https://man-be-sg001.example.com:4985/sec",
"target": "https://man-ped-sg001.example.com:4985/sec",
"continuous": true
}
],