Symptômes
Parallels Plesk Panel version 9.0.1 fonctionne sur Debian 4.0.
L'erreur "SSL connect error" s'affiche lorsque l'on essaye de récupérer la clé de licence Parallels Plesk Panel via {Accueil-> Gestion des licences -> Récupérer des clés}:
Key Update Status
SSL connect error
De plus, l'erreur suivante est générée lorsque j'essaye de connecter au port 5224 de Parallels Key Administrator avec curl :
~# curl -k https://ka.parallels.com:5224
curl: (35) error:1406D0CB:SSL routines:GET_SERVER_HELLO:peer error no cipher
~#Quelle est la raison de ce problème ?
Cause
Ce problème est causé libcurl 7.18.2-8.~# dpkg -l | grep curl
ii curl 7.15.5-1etch1 Get a file from an HTTP, HTTPS, FTP or GOPHE
ii libcurl3 7.18.2-8 Multi-protocol file transfer library (OpenSS
~#La connexion est correcte s'il est indiqué manuellement qu'il s'agit de la version 3 :
~# curl -k https://ka.parallels.com:5224 --sslv3
<html><head><title>Apache Tomcat/6.0.18 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color: black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 403 - Only PKP XML-RPC requests to /xmlrpc are allowed on the port 5224</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>Only PKP XML-RPC requests to /xmlrpc are allowed on the port 5224</u></p><p><b>description</b> <u>Access to the specified resource (Only PKP XML-RPC requests to /xmlrpc are allowed on the port 5224) has been forbidden.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.18</h3></body></html>
~#La connexion échoue avec la version 2 utilisée par défaut :
~# curl -k https://ka.parallels.com:5224 -sslv2
curl: (35) error:1406D0CB:SSL routines:GET_SERVER_HELLO:peer error no cipher
~#