<?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>The request was aborted: Could not create SSL/TLS secure channel hatası | SanalData | Yazılım ve Teknoloji Haberleri Sitesi</title>
	<atom:link href="https://www.sanaldata.com/e/the-request-was-aborted-could-not-create-ssl-tls-secure-channel-hatasi/feed" rel="self" type="application/rss+xml" />
	<link>https://www.sanaldata.com</link>
	<description>Yazılım ve teknoloji üzerine her türlü makaleye ulaşabileceğiniz site</description>
	<lastBuildDate>Mon, 07 Feb 2022 14:28:29 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.sanaldata.com/wp-content/uploads/2016/11/cropped-logo-32x32.png</url>
	<title>The request was aborted: Could not create SSL/TLS secure channel hatası | SanalData | Yazılım ve Teknoloji Haberleri Sitesi</title>
	<link>https://www.sanaldata.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The request was aborted: Could not create SSL/TLS secure channel çözümü</title>
		<link>https://www.sanaldata.com/the-request-was-aborted-could-not-create-ssl-tls-secure-channel-cozumu</link>
					<comments>https://www.sanaldata.com/the-request-was-aborted-could-not-create-ssl-tls-secure-channel-cozumu#respond</comments>
		
		<dc:creator><![CDATA[Burak]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 10:55:46 +0000</pubDate>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[The request was aborted: Could not create SSL/TLS secure channel hatası]]></category>
		<category><![CDATA[The request was aborted: Could not create SSL/TLS secure channel solutions]]></category>
		<guid isPermaLink="false">https://www.sanaldata.com/?p=1955</guid>

					<description><![CDATA[<p>Merhabalar Asp.net veya .net de bir xml den veri okurken veya post ederken &#8221; The request was aborted: Could not create SSL/TLS secure channel. &#8221; şeklinde bir hata alıyorsanız Eğer tek bir sayfada yapmak istiyoranızgereken page_load eventına aşağıdaki kodu yazabilirsiniz. [crayon-69f1bea144df2704584952/] Veya [crayon-69f1bea144e02942924628/] Eğer her sayfada etkin olmasını istiyorsanız &#8221; Global.asax &#8221; dosyasına aşağıdaki şekilde [&#8230;]</p>
The post <a href="https://www.sanaldata.com/the-request-was-aborted-could-not-create-ssl-tls-secure-channel-cozumu">The request was aborted: Could not create SSL/TLS secure channel çözümü</a> first appeared on <a href="https://www.sanaldata.com">SanalData | Yazılım ve Teknoloji Haberleri Sitesi</a>.]]></description>
										<content:encoded><![CDATA[<p>Merhabalar</p>
<p>Asp.net veya .net de bir xml den veri okurken veya post ederken &#8221; <em><strong>The request was aborted: Could not create SSL/TLS secure channel.</strong></em> &#8221; şeklinde bir hata alıyorsanız</p>
<p>Eğer tek bir sayfada yapmak istiyoranızgereken page_load eventına aşağıdaki kodu yazabilirsiniz.</p><pre class="urvanov-syntax-highlighter-plain-tag">ServicePointManager.Expect100Continue = true; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;</pre><p>Veya</p><pre class="urvanov-syntax-highlighter-plain-tag">ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;</pre><p>Eğer her sayfada etkin olmasını istiyorsanız &#8221; <strong>Global.asax</strong> &#8221; dosyasına aşağıdaki şekilde revize edebilirsiniz.</p><pre class="urvanov-syntax-highlighter-plain-tag">&lt;%@ Application Language="C#" %&gt;
&lt;%@ Import Namespace="System.Web.Configuration" %&gt;
&lt;script runat="server"&gt; 
    void Application_Start(object sender, EventArgs e) 
    {        
        System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;
    }
    
    void Application_End(object sender, EventArgs e) 
    {
      
    }
        
    void Application_Error(object sender, EventArgs e) 
    {
        
    }

    void Session_Start(object sender, EventArgs e) 
    {
      
    }

    void Session_End(object sender, EventArgs e) 
    {
      
    } 
 
&lt;/script&gt;</pre><p>Hepsi bu kadar sorun çözülmüştür.</p>The post <a href="https://www.sanaldata.com/the-request-was-aborted-could-not-create-ssl-tls-secure-channel-cozumu">The request was aborted: Could not create SSL/TLS secure channel çözümü</a> first appeared on <a href="https://www.sanaldata.com">SanalData | Yazılım ve Teknoloji Haberleri Sitesi</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.sanaldata.com/the-request-was-aborted-could-not-create-ssl-tls-secure-channel-cozumu/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
