mirror of
https://github.com/gluster/glusterdocs.git
synced 2026-02-07 03:46:55 +01:00
SSL: Adding warning on time synchronization (#606)
* SSL: Adding warning on time synchronization Time has to be synchronized between the servers which are using the SSL feature in glusterfs. Fixes: #605 Signed-off-by: srijan-sivakumar <ssivakum@redhat.com> * Update SSL.md
This commit is contained in:
@@ -60,6 +60,12 @@ the same resource, because either would be insecure. Instead, any such "mixed
|
||||
mode" connections will be rejected by the TLS-using side, sacrificing
|
||||
availability to maintain security.
|
||||
|
||||
**NOTE**The TLS certificate verification will fail if the machines' date and
|
||||
time are not in sync with each other. Certificate verification depends on the
|
||||
time of the client as well as the server and if that is not found to be in
|
||||
sync then it is deemed to be an invalid certificate. To get the date and times
|
||||
in sync, tools such as ntpdate can be used.
|
||||
|
||||
## Enabling TLS on the I/O Path
|
||||
|
||||
To enable authentication and encryption between clients and brick servers, two
|
||||
|
||||
Reference in New Issue
Block a user