Hello,
I am attempting to create a replica server on Plastic cloud but encounter issues when replicating. The setup is something like this:
Mainrepo_replica@organization@cloud```
When I try to pull from Mainrepo to Mainrepo_replica, I get an error.
```cm pull main@Mainrepo@organization@cloud rep:Mainrepo_replica@organization@cloud```
2023-07-10 14:30:09,107 MSI\christian ERROR SyncReplicationDialog - The server 'organization@cloud' requires encryption, but your server is not configured with the encryption key. To configure your local server make sure you become the admin of the server (owner), try again and you will be asked to enter encryption key. Otherwise, ask your sysadmin or search 'Encrypt all data' in the online docu.
at Codice.Client.BaseCommands.Replication.DirectReplicationOperation.Run(RepositoryInfo srcRepInfo, BranchInfo srcBranchInfo, RepositoryInfo dstRepInfo, Credentials auth, FetchOptions fetchOptions, EnumReplicationSEIDTranslationMode translationMode, SEIDTranslationTable translationTable, Boolean bFetch)
at Codice.CM.Client.Gui.Sync.ReplicationController.ProcessBranchOperation(GuiPendingBranch branch, ReplicationMode mode, ServerProfile serverProfile, EnumReplicationSEIDTranslationMode translationMode, SEIDTranslationTable translationTable)
at Codice.CM.Client.Gui.Sync.ReplicationController.ProcessReplicationOperation(ReplicationOperation operation, ServerProfile serverProfile, EnumReplicationSEIDTranslationMode translationMode, SEIDTranslationTable translationTable)
I have added the appropriate cryptedservers.conf and project.key for organization@cloud in the following places:
```C:\Users\christian\AppData\Local\plastic4
C:\Program Files\PlasticSCM5\client
C:\Program Files\PlasticSCM5\server```
Any help would be appreciated!