<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[Imposibilidad para recuperar la llave de licencia: error de conexiÃ³n SSL]]></title>
<link>http://kb.parallels.com/es/6096</link>
<description><![CDATA[<div id="article">
	<ul class="listActions">
<li><span class="actionNotyfy">Article for your preferred language does not exist. Below is international version of the article.</span></li>
</ul>





	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">Imposibilidad para recuperar la llave de licencia: error de conexión SSL</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 6096&nbsp;</div>
					<div>Last Review: Jun,30 2009</div>
					<tr>
						<td>Author: </td>
						<td>Meritxell Sevilla</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Meritxell Sevilla</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Plesk 9.0 for Linux/Unix</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Síntomas</h2>
					Se est&aacute; ejecutando Parallels Plesk Panel 9.0.1 en Debian 4.0.<br /><br />Cuando se intenta recuperar la llave de licencia de Parallels Plesk Panel a trav&eacute;s de {Inicio -&gt; Administraci&oacute;n de Licencias -&gt; Recuperar Llaves}, se obtiene el error &quot;Error de conexi&oacute;n SSL&quot;:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'><span style="background-color: rgb(204, 255, 255);">Key Update Status<br />SSL connect error</span></span> <br /><br />Cuando intento conectar con el puerto 5224 de Parallels Key Administrator con la siguiente curl tambi&eacute;n se genera un error:<br /><br /><div class="commandline"><code>~# curl -k https://ka.parallels.com:5224 <br />curl: (35) error:1406D0CB:SSL routines:GET_SERVER_HELLO:peer error no cipher<br />~#</code></div><br />
				</div>
				<div class="article-part">
					<h2>Causa</h2>
					La causa del problema es <a href="http://kb.parallels.comhttp://bugs.debian.org/514694"><strong>libcurl 7.18.2-8</strong></a>. <br /><br /><div class="commandline"><code>~# dpkg -l | grep curl<br />ii&nbsp; curl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7.15.5-1etch1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get a file from an HTTP, HTTPS, FTP or GOPHE<br />ii&nbsp; libcurl3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7.18.2-8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Multi-protocol file transfer library (OpenSS<br />~#</code></div><br />La conexi&oacute;n se realizar&aacute; correctamente si se indica la versi&oacute;n 3 manualmente:<br /><br /><div class="commandline"><code>~# curl -k https://ka.parallels.com:5224 --sslv3<br />&lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Tomcat/6.0.18 - Error report&lt;/title&gt;&lt;style&gt;&lt;!--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;}--&gt;&lt;/style&gt; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP Status 403 - Only PKP XML-RPC requests to /xmlrpc are allowed on the port 5224&lt;/h1&gt;&lt;HR size=&quot;1&quot; noshade=&quot;noshade&quot;&gt;&lt;p&gt;&lt;b&gt;type&lt;/b&gt; Status report&lt;/p&gt;&lt;p&gt;&lt;b&gt;message&lt;/b&gt; &lt;u&gt;Only PKP XML-RPC requests to /xmlrpc are allowed on the port 5224&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;description&lt;/b&gt; &lt;u&gt;Access to the specified resource (Only PKP XML-RPC requests to /xmlrpc are allowed on the port 5224) has been forbidden.&lt;/u&gt;&lt;/p&gt;&lt;HR size=&quot;1&quot; noshade=&quot;noshade&quot;&gt;&lt;h3&gt;Apache Tomcat/6.0.18&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;<br />~#</code></div><br />La conexi&oacute;n resulta fallida con la versi&oacute;n 2, que es la usada de forma predeterminada:<br /><br /><div class="commandline"><code>~# curl -k https://ka.parallels.com:5224 -sslv2<br />curl: (35) error:1406D0CB:SSL routines:GET_SERVER_HELLO:peer error no cipher<br />~#</code></div><br />
				</div>
				<div class="article-part">
					<h2>Resolución</h2>
					Degrade <strong>libcurl</strong> a la versi&oacute;n 7.15.5-1etch1. <br />
				</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=6096&ArticleLanguage=es&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=6096&ArticleLanguage=es&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '6096',
													'ArticleLanguage' : 'es',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Meritxell Sevilla</author>
<guid isPermaLink="false">10280 LastUpdated: 2009-06-30 14:26:25</guid>
<pubDate>2009-06-30 14:08:38</pubDate>
</item>
</channel>
</rss>



