<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>openssl Archives - CNERIS</title>
	<atom:link href="https://cneris.com/es/tag/openssl/feed/" rel="self" type="application/rss+xml" />
	<link>https://cneris.com/es/tag/openssl/</link>
	<description></description>
	<lastBuildDate>Sun, 13 Oct 2024 10:35:51 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Cómo puedo testear la negociación ssl de mi web?</title>
		<link>https://cneris.com/es/como-puedo-testear-la-negociacion-ssl-de-mi-web/</link>
					<comments>https://cneris.com/es/como-puedo-testear-la-negociacion-ssl-de-mi-web/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 13 Oct 2024 10:35:33 +0000</pubDate>
				<category><![CDATA[Administración de Sistemas]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Seguridad informática]]></category>
		<category><![CDATA[Servidores dedicados]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[negociacion ssl]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[ssl labs]]></category>
		<category><![CDATA[ssl/tls]]></category>
		<guid isPermaLink="false">https://cneris.com/?p=2469</guid>

					<description><![CDATA[<p>Puedes testear la negociación SSL de tu web utilizando herramientas online o comandos específicos. Aquí te presento algunas opciones: SSL Labs: Utiliza el servicio gratuito de SSL Labs para realizar un análisis completo de tu certificado SSL, incluyendo la negociación SSL/TLS. Solo tienes que introducir la URL de tu web y te proporcionará un informe [...]</p>
<p>The post <a href="https://cneris.com/es/como-puedo-testear-la-negociacion-ssl-de-mi-web/">Cómo puedo testear la negociación ssl de mi web?</a> appeared first on <a href="https://cneris.com/es">CNERIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Puedes testear la negociación SSL de tu web utilizando herramientas online o comandos específicos. Aquí te presento algunas opciones:</p>
<ol>
<li><strong>SSL Labs</strong>:
<ul>
<li>Utiliza el servicio gratuito de <strong><a target="_new" rel="noopener">SSL Labs</a></strong> para realizar un análisis completo de tu certificado SSL, incluyendo la negociación SSL/TLS.</li>
<li>Solo tienes que introducir la URL de tu web y te proporcionará un informe detallado sobre las versiones de SSL/TLS soportadas, configuraciones de cifrado, y otros aspectos.</li>
</ul>
</li>
<li><strong>OpenSSL</strong>:
<ul>
<li>Desde la línea de comandos, puedes usar <code>openssl</code> para probar las negociaciones SSL/TLS.</li>
<li>Ejemplo:
<div class="dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative">
<div class="sticky top-9 md:top-[5.75rem]"></div>
<div class="overflow-y-auto p-4" dir="ltr"><code class="!whitespace-pre hljs language-bash">openssl s_client -connect tuweb.com:443<br />
</code></div>
</div>
<p>Esto te permitirá ver detalles sobre el proceso de negociación SSL, incluyendo la versión de TLS y los certificados.</li>
</ul>
</li>
<li><strong>Nmap</strong>:
<ul>
<li>Nmap, con el script <code>ssl-enum-ciphers</code>, puede ayudarte a verificar las negociaciones SSL.</li>
<li>Ejemplo:
<div class="dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative">
<div class="sticky top-9 md:top-[5.75rem]"></div>
<div class="overflow-y-auto p-4" dir="ltr"><code class="!whitespace-pre hljs language-bash">nmap --script ssl-enum-ciphers -p 443 tuweb.com</code></div>
</div>
</li>
</ul>
</li>
</ol>
<p>The post <a href="https://cneris.com/es/como-puedo-testear-la-negociacion-ssl-de-mi-web/">Cómo puedo testear la negociación ssl de mi web?</a> appeared first on <a href="https://cneris.com/es">CNERIS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cneris.com/es/como-puedo-testear-la-negociacion-ssl-de-mi-web/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
