I'm encountering an error while trying to perform a CWP -> CWP Migration -- SSL connect error.
(Funny, another CWP Migration just went fine on another system, no issues. But there were some oddities on this new system, such as SELinux being enabled by default, where it wasn't on the other one that worked fine. But SELinux is disabled now, so it shouldn't be a factor...) Firewalls down on both system, SSH test connections work in both directions. Stumped at the moment...
2025-07-07 17:59:23 export SSHPASS=************; /usr/bin/sshpass -e /usr/bin/ssh -p2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet root@1.1.1.1
2025-07-07 17:59:23 test -d /usr/local/cwp/ && echo 'true' || echo 'false'
2025-07-07 17:59:23 true
2025-07-07 17:59:24 /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: WARNING: All keys were skipped because they already exist on the remote system.
(if you think this is a mistake, you may want to use -f option)
2025-07-07 17:59:24 export SSHPASS=**********;/usr/bin/sshpass -e ssh-copy-id "-p 2222" root@1.1.1.1 -o StrictHostKeyChecking=no 2>&1
2025-07-07 17:59:24 /usr/bin/ssh -p 222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet root@162.221.89.153 test -d /usr/local/cwp/ && echo 'true' || echo 'false' 2>&1
2025-07-07 17:59:24 true
2025-07-07 17:59:24 0
2025-07-07 17:59:24 35 - SSL connect error
2025-07-07 17:59:24