<?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 Web Application not working through SSL VPN in SASE and Remote Access</title>
    <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118224#M8588</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a web application that is not working through the SSL VPN. Internally, the web application works ok and also through a Cisco ASA SSL VPN, but when used through Checkpoint, the web application 'dashboard' doesn't display after successfully logging in.&lt;/P&gt;&lt;P&gt;The web server is hosted internally and has two portals, a user portal and management. Through the SSL VPN, the user portal works ok but not the management. I believe the website is using JavaScript.&lt;/P&gt;&lt;P&gt;The user portal and management portal are configured as separate Web Application objects with the URL pointing to the relevant portals.&lt;/P&gt;&lt;P&gt;I have gone through the troubleshooting guide and put the SG into debug and trace mode and had a good look through the logs but can't see any reason why the 'home' page hangs once successfully logged in. I also have access to the web servers IIS logs and they all report 200 codes.&lt;/P&gt;&lt;P&gt;I have tried all the options in the protection level with caching in the web application object.&lt;/P&gt;&lt;P&gt;I can get the management portal to work if I configure the Web Application as a 'Domino Web Access (iNotes)' type, but this seems hit and miss.&lt;/P&gt;&lt;P&gt;Is there anything I could search for in the logs to help identify this issue? or any 'bypasses' configured for that site to rule out IPS etc&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 May 2021 10:23:39 GMT</pubDate>
    <dc:creator>RichUK</dc:creator>
    <dc:date>2021-05-12T10:23:39Z</dc:date>
    <item>
      <title>Web Application not working through SSL VPN</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118224#M8588</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a web application that is not working through the SSL VPN. Internally, the web application works ok and also through a Cisco ASA SSL VPN, but when used through Checkpoint, the web application 'dashboard' doesn't display after successfully logging in.&lt;/P&gt;&lt;P&gt;The web server is hosted internally and has two portals, a user portal and management. Through the SSL VPN, the user portal works ok but not the management. I believe the website is using JavaScript.&lt;/P&gt;&lt;P&gt;The user portal and management portal are configured as separate Web Application objects with the URL pointing to the relevant portals.&lt;/P&gt;&lt;P&gt;I have gone through the troubleshooting guide and put the SG into debug and trace mode and had a good look through the logs but can't see any reason why the 'home' page hangs once successfully logged in. I also have access to the web servers IIS logs and they all report 200 codes.&lt;/P&gt;&lt;P&gt;I have tried all the options in the protection level with caching in the web application object.&lt;/P&gt;&lt;P&gt;I can get the management portal to work if I configure the Web Application as a 'Domino Web Access (iNotes)' type, but this seems hit and miss.&lt;/P&gt;&lt;P&gt;Is there anything I could search for in the logs to help identify this issue? or any 'bypasses' configured for that site to rule out IPS etc&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 10:23:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118224#M8588</guid>
      <dc:creator>RichUK</dc:creator>
      <dc:date>2021-05-12T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application not working through SSL VPN</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118228#M8589</link>
      <description>&lt;P&gt;Are you using reverse proxy option? Try that. If no change, I would recommend a TAC case.&lt;BR /&gt;&lt;BR /&gt;Is there anything special about those web applications?&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 11:36:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118228#M8589</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-05-12T11:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application not working through SSL VPN</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118775#M8590</link>
      <description>&lt;P&gt;I believe we are not using the reverse proxy. We already run services through the portal, Citrix, Outlook Web Access, etc, would enabling the reverse proxy cause an issue with existing apps?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been doing some testing with the Web Application configured as iNotes vs not, and comparing logs. The following are from the browser's f12 tools and only shows two differences.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working (iNotes)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script src="&lt;A href="https://community.checkpoint.com/" target="_blank"&gt;https://gxxxxxx.xxxxxx.xk/sslvpn/Portal/CPPTfunctions.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;script&amp;gt;var&lt;/A&gt; __CP_ENABLE_INOTES__ = true;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;vs&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Not Working&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script src="&lt;A href="https://community.checkpoint.com/" target="_blank"&gt;https://gxxxxxx.xxxxxx.xk/sslvpn/Portal/CPPTfunctions.js"&amp;gt;&amp;lt;/script&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;and also&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working (iNotes)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;top.document.location.replace("ETADM001GF.SWITCHROLE?RID=" + pRoleID + "&amp;amp;RCHK=" + pResubChk + "&amp;amp;USESSION=" + pSessID);&lt;/P&gt;&lt;P&gt;vs&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Not Working&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;top.__CP_PT_FUNC_replace__(document.location,"ETADM001GF.SWITCHROLE?RID=" + pRoleID + "&amp;amp;RCHK=" + pResubChk + "&amp;amp;USESSION=" + pSessID);&lt;/P&gt;&lt;P&gt;In the httpd.log:&lt;/P&gt;&lt;BLOCKQUOTE&gt;Replacing (document.location.replace("ETADM001GF.SWITCHROLE?RID=" + pRoleID + "&amp;amp;RCHK=" + pResubChk + "&amp;amp;USESSION=" + pSessID)) with (__CP_PT_FUNC_replace__(document.location,"ETADM001GF.SWITCHROLE?RID=" + pRoleID + "&amp;amp;RCHK=" + pResubChk + "&amp;amp;USESSION=" + pSessID)) matched by pattern 45&lt;/BLOCKQUOTE&gt;&lt;P&gt;What is pattern 45 and can the matching be stopped per site \ page? Or am I best just raising a TAC case?&lt;/P&gt;&lt;P&gt;(On a side issue, two Web Access objects configured differently, but with the same URL and published into MA only ever uses one of the objects no matter which one you select in the portal)&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 09:05:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118775#M8590</guid>
      <dc:creator>RichUK</dc:creator>
      <dc:date>2021-05-19T09:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application not working through SSL VPN</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118783#M8591</link>
      <description>&lt;P&gt;What translation method do you using in Web application object? If website is using any java script you should probably need host translation as a method link translation.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 09:46:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118783#M8591</guid>
      <dc:creator>Martin_Raska</dc:creator>
      <dc:date>2021-05-19T09:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application not working through SSL VPN</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118785#M8592</link>
      <description>&lt;P&gt;I have tried Path Translation and URL Translation, with every variant of Browser Caching under Protection Level. Only setting the Web Application to a 'Domino Web Access (iNotes)' type makes the website work through MA.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 10:31:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/118785#M8592</guid>
      <dc:creator>RichUK</dc:creator>
      <dc:date>2021-05-19T10:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application not working through SSL VPN</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/133884#M8593</link>
      <description>&lt;P&gt;HI i am facing the same issue with two different application, Pages are not loading after successfully login.&lt;/P&gt;&lt;P&gt;Please help us with resolution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="windchill.JPG" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/14255iBB8702E98057A59C/image-size/large?v=v2&amp;amp;px=999" role="button" title="windchill.JPG" alt="windchill.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dc.JPG" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/14256i0120AA0A3F4D658E/image-size/large?v=v2&amp;amp;px=999" role="button" title="dc.JPG" alt="dc.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 05:45:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/133884#M8593</guid>
      <dc:creator>cshekar</dc:creator>
      <dc:date>2021-11-12T05:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application not working through SSL VPN</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/133888#M8594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are also facing&amp;nbsp; same challenge, Web pages are not loading after the successfully login.&lt;/P&gt;&lt;P&gt;Please find attached screenshot and kindly help us to resolve the issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 05:53:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/133888#M8594</guid>
      <dc:creator>cshekar</dc:creator>
      <dc:date>2021-11-12T05:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web Application not working through SSL VPN</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/134179#M8595</link>
      <description>&lt;P&gt;Hi cshekar&lt;/P&gt;&lt;P&gt;Our issue was to do with the application and DNS. The application had the same name internally and externally, which pointed to either the internal server or the DMZ.&lt;/P&gt;&lt;P&gt;Within the application there were hardcoded paths to images and other components of the application. When used over the SSL VPN, for whatever reason, some elements decided not to use the SSL VPN and then connected to the DMZ server. At this point, the application had sessions coming from both the internal and external application servers at the same time.&lt;/P&gt;&lt;P&gt;I never got to the bottom of why certain elements \ links would break out of the SSL tunnel, neither why setting the application as a &lt;SPAN&gt;Domino Web Access (iNotes) server&lt;/SPAN&gt; got the application working.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 17:47:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Web-Application-not-working-through-SSL-VPN/m-p/134179#M8595</guid>
      <dc:creator>RichUK</dc:creator>
      <dc:date>2021-11-16T17:47:37Z</dc:date>
    </item>
  </channel>
</rss>

