Browse Source

slightly reworded section 4a, ssl mode note

test/ut-fix
starbirdtech383 9 months ago committed by starbirdtech383
parent
commit
1ac17b2a99
  1. 3
      packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md

3
packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md

@ -30,7 +30,8 @@ To connect to an external data source, follow the steps below:
\
Note: The entire connection parameters can be viewed in json form by clicking on the "Edit connection JSON" and edited as required by database server type.\
\
Example: In PostgreSQL with SSL mode set to "Required-Identity," if the server certificate's common name (cname) differs from the actual DNS/IP used for connection, the connection may fail. To resolve this, add a "servername" property with the cname value under the SSL section, along with certificate information. Additional details are available at [knex configuration options](https://knexjs.org/guide/#configuration-options).
Example: In PostgreSQL when SSL mode set to "Required-Identity," if the server certificate's common name (cname) differs from the actual DNS/IP used for connection, the connection will fail.\
To resolve, add "servername" property with same cname value under the SSL section. Additional details are available at [knex configuration options](https://knexjs.org/guide/#configuration-options).
5. Click on `Test Database Connection` button to verify the connection
6. Wait for the connection to be verified.

Loading…
Cancel
Save