• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Plesk Migrator gives urlopen error

Wes

New Pleskian
Hi,

I am migrating from a Plesk server to a Plesk server.

During the migration the following error is shown:

Failed to connect to target Plesk server by Plesk API: <urlopen error [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:590)>

Couldn't find anything in the Plesk KB articles.
 
Looks like you have an issue with accessing target Plesk API. As a workaround you can configure Plesk Migrator to access target Plesk API via http instead of https, but it is not secure and available only via CLI. You need to add following lines into migration configuration file (config.ini):

[plesk]
...
plesk-protocol: http
plesk-port: 8880
...

Or, of you provide me access to you target server via private conversation we try to find and fix the root cause.
 
Hi. Plesk gives an error in cli mode and its saying that only https is allowed.

I will check if I can fix the "<urlopen error [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:590)>"error.

Thanks for your help.
 
[ERROR] Failed to connect to target Plesk server by Plesk API: Plesk error [1006]: Access to API via HTTP is not allowed due to security reasons. Use HTTPS instead.

This is the error I get.
 
I am sorry, I miss one another thing: you also need to allow access to Plesk API via HTTP by adding following lines into panel.ini:

[api]
allowPlainHttpAccess = true

But be aware: such configuration is insecure and very undesirable, so it could be used only as a workaround.
 
  • Like
Reactions: Wes
Back
Top