I am using Couchbase 3.0.1 community and sync gateway 1.1 community and using wild card SSL and it is not working and would like to know if it supports wild card SSL (*.example.com) certificate?
If i access from web browser it works but not from mobile app.
But this is terminated at an nginx proxy not at Sync Gateway.
Depending on which CA you got your cert from you may have to merge in the root certificates as mobile device OS’s do not ship with the same root cert set as desktop browsers.
We had issues on our demo cluster with a Go Daddy Cert and Android OS, to resolve this we merged the GoDaddy intermediate/root certs into our domain certificate .pem file.
On Linux you can use openssl to validate a remote certificate chain e.g.
It is working after i have installed root certificate on iphone and android app but as you mentioned if i use load balance then it is not required to install root certificate on app.
Seems all good and some times it fails to replicate data so need to figure out that and another thing sync gatway runs very slow.