<?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/en/tag/openssl-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://cneris.com/en/tag/openssl-en/</link>
	<description></description>
	<lastBuildDate>Sun, 13 Oct 2024 10:37:06 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>How can I test the SSL negotiation of my website</title>
		<link>https://cneris.com/en/how-can-i-test-the-ssl-negotiation-of-my-website/</link>
					<comments>https://cneris.com/en/how-can-i-test-the-ssl-negotiation-of-my-website/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 13 Oct 2024 10:37:06 +0000</pubDate>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Dedicated servers]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[ssl labs]]></category>
		<category><![CDATA[ssl negotiations]]></category>
		<category><![CDATA[ssl/tls website]]></category>
		<guid isPermaLink="false">https://cneris.com/?p=2472</guid>

					<description><![CDATA[<p>You can test the SSL negotiation of your website using online tools or specific commands. Here are some options: SSL Labs: Use the free service from SSL Labs to perform a comprehensive analysis of your SSL certificate, including the SSL/TLS negotiation. Simply enter your website URL, and it will generate a detailed report about supported [...]</p>
<p>The post <a href="https://cneris.com/en/how-can-i-test-the-ssl-negotiation-of-my-website/">How can I test the SSL negotiation of my website</a> appeared first on <a href="https://cneris.com/en">CNERIS</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You can test the SSL negotiation of your website using online tools or specific commands. Here are some options:</p>
<ol>
<li><strong>SSL Labs</strong>:
<ul>
<li>Use the free service from <strong><a target="_new" rel="noopener">SSL Labs</a></strong> to perform a comprehensive analysis of your SSL certificate, including the SSL/TLS negotiation.</li>
<li>Simply enter your website URL, and it will generate a detailed report about supported SSL/TLS versions, cipher configurations, and more.</li>
</ul>
</li>
<li><strong>OpenSSL</strong>:
<ul>
<li>From the command line, you can use <code>openssl</code> to test SSL/TLS negotiations.</li>
<li>Example:
<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 yourwebsite.com:443<br />
</code></div>
</div>
<p>This will give you details about the SSL handshake process, including TLS version and certificates.</li>
</ul>
</li>
<li><strong>Nmap</strong>:
<ul>
<li>Nmap, with the <code>ssl-enum-ciphers</code> script, can help you verify SSL negotiations.</li>
<li>Example:
<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 yourwebsite.com</code></div>
</div>
</li>
</ul>
</li>
</ol>
<p>The post <a href="https://cneris.com/en/how-can-i-test-the-ssl-negotiation-of-my-website/">How can I test the SSL negotiation of my website</a> appeared first on <a href="https://cneris.com/en">CNERIS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cneris.com/en/how-can-i-test-the-ssl-negotiation-of-my-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
