<?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>secure channel error &#8211; notepad..</title>
	<atom:link href="https://www.burakvanli.com.tr/tag/secure-channel-error/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.burakvanli.com.tr</link>
	<description></description>
	<lastBuildDate>Thu, 18 Apr 2019 09:52:17 +0000</lastBuildDate>
	<language>tr-TR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.8.13</generator>
	<item>
		<title>Could not create SSL/TLS Secure Channel Hatası</title>
		<link>https://www.burakvanli.com.tr/could-not-create-ssltls-secure-channel-hatasi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=could-not-create-ssltls-secure-channel-hatasi</link>
		<comments>https://www.burakvanli.com.tr/could-not-create-ssltls-secure-channel-hatasi/#respond</comments>
		<pubDate>Thu, 15 Jun 2017 10:40:40 +0000</pubDate>
		<dc:creator><![CDATA[burakvanli]]></dc:creator>
				<category><![CDATA[Makaleler]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[secure channel error]]></category>
		<category><![CDATA[secure channel hatası]]></category>

		<guid isPermaLink="false">http://www.burakvanli.com.tr/?p=47</guid>
		<description><![CDATA[<p>Windows server üzerinde bulunan SSL’e sahip sanal pos kullanan internet sitelerinizde aşağıdaki hatayı almanız durumunda; The request was aborted: Could not create SSL/TLS secure channel. Sorunun ana kaynağının SSL3.0 ve TRUST level kanyaklı olmasıdır. https://www.nartac.com/Products/IISCrypto/ adresinde bulunan program üzerinden SSL3.0 kapatmanız gerekmektedir. Bu işlemin ardından, CMD konsolunu açarak aşağıdaki uygun olanı kendinize göre çalıştırın. NET 4.0 &#8230;</p>
<p>The post <a rel="nofollow" href="https://www.burakvanli.com.tr/could-not-create-ssltls-secure-channel-hatasi/">Could not create SSL/TLS Secure Channel Hatası</a> appeared first on <a rel="nofollow" href="https://www.burakvanli.com.tr">notepad..</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Windows server üzerinde bulunan SSL’e sahip sanal pos kullanan internet sitelerinizde aşağıdaki hatayı almanız durumunda;</p>
<p><strong>The request was aborted: Could not create SSL/TLS secure</strong> channel.</p>
<p>Sorunun ana kaynağının SSL3.0 ve TRUST level kanyaklı olmasıdır.</p>
<p><a href="https://www.nartac.com/Products/IISCrypto/">https://www.nartac.com/Products/IISCrypto/</a> adresinde bulunan program üzerinden SSL3.0 kapatmanız gerekmektedir.</p>
<p>Bu işlemin ardından, CMD konsolunu açarak aşağıdaki uygun olanı kendinize göre çalıştırın.<br />
<strong>NET 4.0 İçin uygulanacak</strong></p>
<p>C:\Windows\System32\inetsrv\appcmd.exe set config “SITEADI” -section:system.web/trust /level:”Full” /clr:4 /commit:webroot</p>
<p>C:\Windows\SysWOW64\inetsrv\appcmd.exe set config “SITEADI” -section:system.web/trust /level:”Full” /clr:4 /commit:webroot</p>
<p><strong>Net 2.0 İçin uygulanacak</strong></p>
<p>C:\Windows\System32\inetsrv\appcmd.exe set config “SITEADI” -section:system.web/trust /level:”Full” /clr:2 /commit:webroot</p>
<p>C:\Windows\SysWOW64\inetsrv\appcmd.exe set config “SITEADI” -section:system.web/trust /level:”Full” /clr:2 /commit:webroot</p>
<p>Ayrıca C# tarafında pos kodlarınıza başlamadan önce</p>
<p>ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;</p>
<p>bu kodu eklemeniz yeterlidir.</p>
<p>Bu işlemlerden sonra sunucunuzu yeniden başlatmanız gerekmektedir.</p>
<p>The post <a rel="nofollow" href="https://www.burakvanli.com.tr/could-not-create-ssltls-secure-channel-hatasi/">Could not create SSL/TLS Secure Channel Hatası</a> appeared first on <a rel="nofollow" href="https://www.burakvanli.com.tr">notepad..</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.burakvanli.com.tr/could-not-create-ssltls-secure-channel-hatasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
