Urgent Migration Error on 1.9 version

Hi

I have installed latest version on a new server. Trying to migrate websites from old server. Its giving error

Not able to fetch version of remote server. Error Message: HTTPSConnectionPool(host=‘95.216.202.180’, port=8090): Max retries exceeded with url: /api/cyberPanelVersion (Caused by SSLError(SSLError(“bad handshake: Error([(‘SSL routines’, ‘ssl3_get_record’, ‘wrong version number’)],)”,),))

@CyberPanel - Any solutions ?

unsupported SSL version or cipher typically

but looks possibly due to “requests”

Also seen this happen during upgrades which can be fixed a few ways.

fix centos python error urllib3

https://www.wmduszyk.com/?p=12080&langswitch_lang=pl
error: python-urllib3-1.10.2-5.el7.noarch: erase skipped
pip uninstall urllib3
yum -y install python-urllib3
pip install --upgrade requests
pip install requests urllib3 pyOpenSSL --upgrade