<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to call web service - The request was aborted: Could not create SSL/TLS secure channel. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109532#M49585</link>
    <description>&lt;P&gt;To complement, here are the parameters I am using in the request:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaquelinesouza_0-1713209996662.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37854i2F5C4506EE6D2181/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaquelinesouza_0-1713209996662.png" alt="jaquelinesouza_0-1713209996662.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2024 19:40:04 GMT</pubDate>
    <dc:creator>jaqueline.souza</dc:creator>
    <dc:date>2024-04-15T19:40:04Z</dc:date>
    <item>
      <title>Unable to call web service - The request was aborted: Could not create SSL/TLS secure channel.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/81441#M33014</link>
      <description>&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm facing an issue where when I call a web service through WebClient I get an error "The request was aborted: Could not create SSL/TLS secure channel." . The code throws the same error even after enabling all protocol versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Here's my code:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;PRE class="language-markup"&gt;resultData="";

try
{

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls
	| SecurityProtocolType.Tls11
	| SecurityProtocolType.Tls12
	| SecurityProtocolType.Ssl3;
ServicePointManager.ServerCertificateValidationCallback = new        
RemoteCertificateValidationCallback
(
   delegate { return true; }
);
WebClient client = new WebClient();
client.UseDefaultCredentials = true;
String htmlCode = client.DownloadString(addressURL);
resultData = htmlCode;


	Success=true;
	Message="";

}
catch(Exception e)
{
	Success=false;
	Message=e.GetBaseException().Message;
}&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried removing&amp;nbsp;ServerCertificateValidationCallback, still no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Protocol version being used by server:&amp;nbsp;TLS 1.2, AES with 256 bit encryption (High); DH with 1024 bit exchange (looked up in IE)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Also, the same code works on a VDI, however this doesn't work in a VSI.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea what might help??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amandeep Malhotra&lt;BR /&gt;Blue Prism Developer&lt;BR /&gt;Barclays Technology Centre India&lt;BR /&gt;Pune, Maharashtra&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jan 2020 05:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/81441#M33014</guid>
      <dc:creator>AmandeepMalhotr</dc:creator>
      <dc:date>2020-01-02T05:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to call web service - The request was aborted: Could not create SSL/TLS secure channel.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/81442#M33015</link>
      <description>Hi Amandeep,&lt;BR /&gt;&lt;BR /&gt;Take a look at the following KB article on our Support Portal which may help with this -&amp;nbsp;http://portal.blueprism.com/customer-support/support-center#/path/1140915312&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ryan Kitchen&lt;BR /&gt;Senior Support Analyst&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jan 2020 07:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/81442#M33015</guid>
      <dc:creator>RyanKitchen</dc:creator>
      <dc:date>2020-01-14T07:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to call web service - The request was aborted: Could not create SSL/TLS secure channel.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109519#M49578</link>
      <description>&lt;P&gt;Hello, I would like to know if you managed to solve the problem. I am facing the same and the link shared above does not work for me, nothing opens in the link&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 15:23:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109519#M49578</guid>
      <dc:creator>jaqueline.souza</dc:creator>
      <dc:date>2024-04-15T15:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to call web service - The request was aborted: Could not create SSL/TLS secure channel.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109528#M49583</link>
      <description>&lt;P&gt;Hi Jaqueline.souza,&lt;BR /&gt;&lt;BR /&gt;Below are the KB articles discussing about this&amp;nbsp; issues. to access the KB article once you click any of the below link you need to select as customer and enter the blue prism portal credential to access the KB article.&lt;BR /&gt;&lt;BR /&gt;1) &lt;A href="https://support.blueprism.com/en/support/solutions/articles/7000078621-bpe-process-fails-with-error-the-request-was-aborted-could-not-create-ssl-tls-secure-channel-after" target="_blank"&gt;https://support.blueprism.com/en/support/solutions/articles/7000078621-bpe-process-fails-with-error-the-request-was-aborted-could-not-create-ssl-tls-secure-channel-after&lt;/A&gt;&lt;BR /&gt;2)&amp;nbsp;&lt;A href="https://support.blueprism.com/en/support/solutions/articles/7000077648-troubleshooting-certificates" target="_blank"&gt;https://support.blueprism.com/en/support/solutions/articles/7000077648-troubleshooting-certificates&lt;/A&gt;&lt;BR /&gt;3)&amp;nbsp;&lt;A href="https://support.blueprism.com/en/support/solutions/articles/7000076691-bpe-error-the-request-was-aborted-could-not-create-ssl-tls-secure-channel-when-automating-using-en" target="_blank"&gt;https://support.blueprism.com/en/support/solutions/articles/7000076691-bpe-error-the-request-was-aborted-could-not-create-ssl-tls-secure-channel-when-automating-using-en&lt;/A&gt;&lt;BR /&gt;4)&amp;nbsp;&lt;A href="https://support.blueprism.com/en/support/solutions/articles/7000078563-bpe-error-could-not-establish-trust-relationship-for-the-ssl-tls-secure-channel-when-a-certificate-" target="_blank"&gt;https://support.blueprism.com/en/support/solutions/articles/7000078563-bpe-error-could-not-establish-trust-relationship-for-the-ssl-tls-secure-channel-when-a-certificate-&lt;/A&gt;&lt;BR /&gt;5)&amp;nbsp;&lt;A href="https://support.blueprism.com/en/support/solutions/articles/7000077239-are-the-basic-http-authentication-credentials-used-by-blue-prism-web-services-encrypted-" target="_blank"&gt;https://support.blueprism.com/en/support/solutions/articles/7000077239-are-the-basic-http-authentication-credentials-used-by-blue-prism-web-services-encrypted-&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 19:10:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109528#M49583</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2024-04-15T19:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to call web service - The request was aborted: Could not create SSL/TLS secure channel.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109530#M49584</link>
      <description>&lt;P&gt;Harish, Thanks for the answer, however none of the links address the problem I'm having.&lt;/P&gt;&lt;P&gt;My problem in this case is that I can't make the mTLS connection.&lt;/P&gt;&lt;P&gt;I'm using the object Utility - HTTP available in the latest version and it doesn't have a step to make the TLS connection.&lt;BR /&gt;I even found some forums suggesting including the excerpt:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;but that didn't work either.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 19:33:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109530#M49584</guid>
      <dc:creator>jaqueline.souza</dc:creator>
      <dc:date>2024-04-15T19:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to call web service - The request was aborted: Could not create SSL/TLS secure channel.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109532#M49585</link>
      <description>&lt;P&gt;To complement, here are the parameters I am using in the request:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaquelinesouza_0-1713209996662.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37854i2F5C4506EE6D2181/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaquelinesouza_0-1713209996662.png" alt="jaquelinesouza_0-1713209996662.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 19:40:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-call-web-service-The-request-was-aborted-Could-not/m-p/109532#M49585</guid>
      <dc:creator>jaqueline.souza</dc:creator>
      <dc:date>2024-04-15T19:40:04Z</dc:date>
    </item>
  </channel>
</rss>

