EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 05:09 PM . Last Modified: 2024-04-05 12:01 AM
DCO has PostgreSQL communication between the active and DR node on port 5432. Same port for opening DCO ETL Database for other servers to access which is unencrypted.
Can you advise how do we secure this?
Can we encrypt this via native database SSL in the DCO setup?
(CID:130682137)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 05:09 PM . Last Modified: 2024-04-05 12:00 AM
Hi Lai Yuan,
I have registered an enhancement case for this, so the possible improvements can be developed and added into a future DCO release. Thanks
Kind regards
--
Hi Lai Yuan (Lai Yuan Jiun)
Further investigation of this case: it turns out that the secure communication is supported already.
Database communication between "master" and DR node is secure (over SSL).
External access to ETL internal databases allow for both insecure access and secure access (over SSL) - both require username/password authentication. If you use psql command to access the internal ETL database you can e.g. use a connection string like:
psql "sslmode=require host=
The psql command will then prompt for the ETL user's password.
If you are using JDBC access with a driver compiled with SSL support, you can use the connection string:
jdbc:postgresql://
Connection would then be secure.
Kind regards
--
updated
(CID:131336552)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 05:09 PM . Last Modified: 2024-04-05 12:00 AM
Thanks Jef, we have testing it and it works.
(CID:131966999)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 05:09 PM . Last Modified: 2024-04-05 12:00 AM
Hi Lai Yuan,
You are welcome & many thanks for the feedback.
Kind regards
(CID:131967037)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-04 05:09 PM . Last Modified: 2023-10-22 01:39 AM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.