Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncgateway 3.0 Config is different #84

Open
brett-estabrook opened this issue May 12, 2022 · 1 comment
Open

Syncgateway 3.0 Config is different #84

brett-estabrook opened this issue May 12, 2022 · 1 comment

Comments

@brett-estabrook
Copy link

We're trying to install the 2.3.001 release and the config file generated for Syncgateway appears to be the old style 2.x config instead of the new 3.x config format.

We're having problems getting the SGW to connect to the Couchbase server and believe this is related.

@tahmmee
Copy link
Contributor

tahmmee commented May 20, 2022

Looks like sync gateway has updated it's security policy to dissuade non-tls connections.

The immediate workaround is to set:

 --set syncGateway.config.use_tls_server=false

Or enable tls while also disabling cert validation since the certifications are self-signed:

--set tls.generate=true --set syncGateway.config.server_tls_skip_verify=false

I will be enabling these values in updated version of chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants