<?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: your runtime resource would… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52109#M7040</link>
    <description>You can always just set up nginx proxy in front of it. That would also let you easily setup all the protocols/cypers you want to use and proper access control.&lt;BR /&gt;&lt;A href="https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/" target="_blank" rel="noopener"&gt;https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Sep 2020 08:40:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2020-09-02T08:40:00Z</dc:date>
    <item>
      <title>Expose Blue prism Process as a secured (https) webservice instead of http</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52106#M7037</link>
      <description>Hi,

When a BP process is exposed it generally is exposed over Http. In our process there is a requirement to expose it as Https service. Can anybody help with how can this be achieved. Is there any workaround if couldn't be done by direct approach.?</description>
      <pubDate>Wed, 25 Jul 2018 14:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52106#M7037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-25T14:19:00Z</dc:date>
    </item>
    <item>
      <title>your runtime resource would…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52107#M7038</link>
      <description>your runtime resource would need to be encrypted using a certificate for the webservice to be called.
but when you do that your app server would also need to understand the encrypted operational communication.
Search for Securing Network Connectivity in portal documents.</description>
      <pubDate>Wed, 08 Aug 2018 11:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52107#M7038</guid>
      <dc:creator>ashish.easow</dc:creator>
      <dc:date>2018-08-08T11:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: your runtime resource would…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52108#M7039</link>
      <description>Hello Ashish,&lt;BR /&gt;&lt;BR /&gt;What are things that we need to do on the App Server to make it understand the certificate on the run time resource. I have read the &lt;SPAN&gt;Securing Network Connectivity but still not clear as I am new to certificates. Can you please elaborate? Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Prathyusha Melapindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2020 16:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52108#M7039</guid>
      <dc:creator>PrathyushaMelap</dc:creator>
      <dc:date>2020-08-26T16:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: your runtime resource would…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52109#M7040</link>
      <description>You can always just set up nginx proxy in front of it. That would also let you easily setup all the protocols/cypers you want to use and proper access control.&lt;BR /&gt;&lt;A href="https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/" target="_blank" rel="noopener"&gt;https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2020 08:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52109#M7040</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-09-02T08:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Expose Blue prism Process as a secured (https) webservice instead of http</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52110#M7041</link>
      <description>In a nutshell, you have to configure your runtime resources to use the specific SSL certificate. You do this by including the /sslcert command line flag, along with the thumbprint of the certificate, when starting the runtime. You can find more info about this in the &lt;A href="https://bpdocs.blueprism.com/bp-6-8/en-us/helpCommandLine.htm?Highlight=command%20line" target="_blank" rel="noopener"&gt;Online Help&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;You also have to configure the application server to use that certificate. You do that via the app server configuration utility.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2020 12:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52110#M7041</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-09-04T12:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Expose Blue prism Process as a secured (https) webservice instead of http</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52111#M7042</link>
      <description>Hi Deebiga,&lt;BR /&gt;&lt;BR /&gt;i could suggest an alternate method if you want to continue with message encryption or .net remoting connection type which does not require client side certificate to be installed on the runtime and establish trust to the application server.&lt;BR /&gt;use a load balancer and configure the backend pool to the runtime resource where the webservice is exposed. load balancer will be listering on port 443 (https endpoint) but the health probe of load balancer wil be configured for port 80 to the back-end pool certificate needs to be installed only at the load balancer that way you could have certificates with meaning full subject names to identify your target process. here we are using certificate offloading at loadbalancer instead of end to end ssl which require valid certificate on server and client side. i hope this helps&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 06:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52111#M7042</guid>
      <dc:creator>JerinJose</dc:creator>
      <dc:date>2020-09-07T06:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Expose Blue prism Process as a secured (https) webservice instead of http</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52112#M7043</link>
      <description>Hi Team,&lt;BR /&gt;I am exposing Blueprism Webservice (https://lvs-rpard-004:8181/ws/GetUserPhoneNumber?wsdl) as SOAP but getting below error&lt;BR /&gt;"This page can't be displayed&lt;BR /&gt;Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings and try connecting to &lt;A href="https://lvs-rpard-004:8181" target="test_blank"&gt;https://lvs-rpard-004:8181&lt;/A&gt; again. If this error persists, it is possible that this site uses an unsupported protocol or cipher suite such as RC4 (link for the details), which is not considered secure. Please contact your site administrator."&lt;BR /&gt;&lt;BR /&gt;even i tried to created certificate on DevMachine - lvs-rpard-004 and uploaded that as a file option when exposing that Webeservice but still issue is cming.&lt;BR /&gt;Request you to provide Solution for this .&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pallavi Metkar&lt;BR /&gt;Consultant&lt;BR /&gt;capgemini&lt;BR /&gt;Indian/Antananarivo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Apr 2021 18:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52112#M7043</guid>
      <dc:creator>pal_blueprism</dc:creator>
      <dc:date>2021-04-14T18:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Expose Blue prism Process as a secured (https) webservice instead of http</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52113#M7044</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;What other things we need to check along with Thumbprint of certificate because we faced same challenge in past?&lt;BR /&gt;&lt;BR /&gt;-Regards,&lt;BR /&gt;Malak&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Malak Dudhia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2021 22:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52113#M7044</guid>
      <dc:creator>MalakDudhia1</dc:creator>
      <dc:date>2021-10-22T22:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Expose Blue prism Process as a secured (https) webservice instead of http</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52114#M7045</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/46969"&gt;@MalakDudhia1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Take a look at the &lt;A href="https://bpdocs.blueprism.com/bp-6-10/en-us/z-pdf/install/v6.10%20Installation%20Guide%20-%20Blue%20Prism%20Enterprise%20Edition.pdf" target="_blank" rel="noopener"&gt;Install Blue Prism Enterprise Edition&lt;/A&gt; guide. Search on &lt;STRONG&gt;SSL&lt;/STRONG&gt; and you'll find several sections that discuss things to consider when deploying certificates within your BP environment. As &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/769"&gt;@AndreyKudinov&lt;/a&gt; and &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2604"&gt;@JerinJose&lt;/a&gt; have suggested, the easiest way to enable secure communication against exposed BP web services is to place them behind a load balancer/firewall and​ let that handle the transport encryption. Then your BP deployment is just regular HTTP.&lt;BR /&gt;&lt;BR /&gt;If you choose to move forward with enabling SSL encryption on the runtime resources here are some things you need to check:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Runtime Resources must be configured using &lt;STRONG&gt;/sslcert&lt;/STRONG&gt; flag along with the thumbprint of the specific SSL cert which must be deployed locally on the runtime resource. The certificate should be deployed to the machine certificate store, not a specific users store.&lt;/LI&gt;
&lt;LI&gt;You may also need to use the &lt;STRONG&gt;/wslocationprefix&lt;/STRONG&gt; flag with the runtime resource in order to override the displayed addressable location of published web services and the associated resources such as WSDLs hosted on this device. For further details see the &lt;A href="https://bpdocs.blueprism.com/bp-6-8/en-us/helpCommandLine.htm?Highlight=SSL" target="_blank" rel="noopener"&gt;online help&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;The application server must be configured to use the same SSL certificate as the runtime resources. You do this in the configuration tool (i.e. &lt;EM&gt;&lt;STRONG&gt;BPServer.exe&lt;/STRONG&gt;&lt;/EM&gt;) found in the Blue Prism installation folder.&lt;/LI&gt;
&lt;LI&gt;In the server configuration you need to select a &lt;STRONG&gt;Connection Mode&lt;/STRONG&gt; that supports transport encryption (ex. WCF: SOAP with Transport Encryption). Once you've selected the Connection Mode, you need to select the specific certificate on the &lt;STRONG&gt;Certificate&lt;/STRONG&gt; tab.&lt;/LI&gt;
&lt;LI&gt;Another thing to check is that the Host Name or IP Address of the application server in the &lt;STRONG&gt;Binding&lt;/STRONG&gt; section matches the hostname that's associated with the SSL cert. This is typically the FQDN.&lt;/LI&gt;
&lt;/UL&gt;
I think those are the big points. There is a step in the installation guide that discusses associating the SSL cert with a specific TCP port and app ID of the application server. So check that too.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Oct 2021 15:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Expose-Blue-prism-Process-as-a-secured-https-webservice-instead/m-p/52114#M7045</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-23T15:54:00Z</dc:date>
    </item>
  </channel>
</rss>

