<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Liferay 7 CE GA4 - Cancel button is not working on server</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=98019647" />
  <subtitle>Liferay 7 CE GA4 - Cancel button is not working on server</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=98019647</id>
  <updated>2026-04-06T08:41:26Z</updated>
  <dc:date>2026-04-06T08:41:26Z</dc:date>
  <entry>
    <title>RE: Liferay 7 CE GA4 - Cancel button is not working on server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114823376" />
    <author>
      <name>Christoph Rabel</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114823376</id>
    <updated>2019-08-20T15:03:54Z</updated>
    <published>2019-08-20T15:03:54Z</published>
    <summary type="html">That&amp;#39;s actually fine if you terminate SSL on a reverse proxy/loadbalancer. It just tells the tomcat server and the applications: Trust me, browsers think that they are talking https with you. So, please, if you generate urls, make them https://...&lt;br /&gt;  As long as SSLEnabled is false, port 80 will still use http protocol.</summary>
    <dc:creator>Christoph Rabel</dc:creator>
    <dc:date>2019-08-20T15:03:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: Liferay 7 CE GA4 - Cancel button is not working on server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114812506" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114812506</id>
    <updated>2019-08-20T09:07:02Z</updated>
    <published>2019-08-20T09:07:02Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;srini vasulu:&lt;/div&gt;&lt;blockquote&gt;&lt;br /&gt;if we remove scheme=&amp;#34;https&amp;#34; secure=&amp;#34;true&amp;#34; proxyPort=&amp;#34;443&amp;#34;  and above properties then with ip address it&amp;#39;s working fine.&lt;br /&gt;&lt;/blockquote&gt;The scheme https on port 80 is quite unusual, and most likely you&amp;#39;ll need some update to the loadbalancer&amp;#39;s configuration when you change between serving http vs https on your appserver.</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2019-08-20T09:07:02Z</dc:date>
  </entry>
  <entry>
    <title>RE: Liferay 7 CE GA4 - Cancel button is not working on server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114807805" />
    <author>
      <name>Christoph Rabel</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114807805</id>
    <updated>2019-08-19T18:33:48Z</updated>
    <published>2019-08-19T18:33:48Z</published>
    <summary type="html">If you want to allow redirects based on domain, you should set&lt;br /&gt;&lt;span style="color: #4c4c4e"&gt;redirect.url.security.mode=domain&lt;/span&gt;</summary>
    <dc:creator>Christoph Rabel</dc:creator>
    <dc:date>2019-08-19T18:33:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Liferay 7 CE GA4 - Cancel button is not working on server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114805752" />
    <author>
      <name>srini vasulu</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114805752</id>
    <updated>2019-08-19T15:22:46Z</updated>
    <published>2019-08-19T15:22:46Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Olaf Kock:&lt;/div&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;div class="quote-title"&gt;srini vasulu:&lt;/div&gt;&lt;blockquote&gt;&lt;br /&gt;Did you Resolved the issue i am also facing same issue.&lt;br /&gt;&lt;/blockquote&gt;Please give us some clues about your exact setup: What&amp;#39;s the protocol between loadbalancer and server? What is your configuration? What do you observe? What have you tried already?&lt;/blockquote&gt;Hi Olaf Kock&lt;br /&gt;in portal-ext.propeties added below propertiesredirect.url.security.mode=ip&lt;br /&gt;redirect.url.domains.allowed=domain name(like ssss.ssss.net)&lt;br /&gt;redirect.url.ips.allowed=server ip,127.0.0.1,SERVER_IP&lt;br /&gt;in tomcate config folder in service.xml &amp;lt;Connector port=&amp;#34;80&amp;#34; protocol=&amp;#34;HTTP/1.1&amp;#34; scheme=&amp;#34;https&amp;#34; secure=&amp;#34;true&amp;#34; proxyPort=&amp;#34;443&amp;#34; &lt;br /&gt;               connectionTimeout=&amp;#34;90000&amp;#34; &lt;br /&gt;               redirectPort=&amp;#34;8443&amp;#34; URIEncoding=&amp;#34;UTF-8&amp;#34; /&amp;gt;&lt;br /&gt;cencel buttons of roles edit, user edit and file move popup addFolder, addsubfolder buttons are not working . &lt;br /&gt;if we remove scheme=&amp;#34;https&amp;#34; secure=&amp;#34;true&amp;#34; proxyPort=&amp;#34;443&amp;#34;  and above properties then with ip address it&amp;#39;s working fine.</summary>
    <dc:creator>srini vasulu</dc:creator>
    <dc:date>2019-08-19T15:22:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: Liferay 7 CE GA4 - Cancel button is not working on server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114805402" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114805402</id>
    <updated>2019-08-19T14:46:00Z</updated>
    <published>2019-08-19T14:46:00Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;srini vasulu:&lt;/div&gt;&lt;blockquote&gt;&lt;br /&gt;Did you Resolved the issue i am also facing same issue.&lt;br /&gt;&lt;/blockquote&gt;Please give us some clues about your exact setup: What&amp;#39;s the protocol between loadbalancer and server? What is your configuration? What do you observe? What have you tried already?</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2019-08-19T14:46:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: Liferay 7 CE GA4 - Cancel button is not working on server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114801066" />
    <author>
      <name>srini vasulu</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=114801066</id>
    <updated>2019-08-19T14:43:22Z</updated>
    <published>2019-08-19T14:43:22Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;chandrakant Lotke:&lt;/div&gt;&lt;blockquote&gt;&lt;br /&gt;Hello, &lt;br /&gt;I am facing same issue. &lt;strong&gt;On many pages cancel button is not working.&lt;/strong&gt; &lt;br /&gt;I did the same configurations but didn&amp;#39;t worked. &lt;br /&gt;We have deployed our application on AWS in private subnet. this can be accessible by AWS Load balancer.&lt;br /&gt;172.16.98.72 is the private IP of the server and AWS Load balencer doesn&amp;#39;t have any public ip , it has only DNS name (A Record)&lt;br /&gt;The Load balencer is mapped with DNS name. &lt;br /&gt;We are accessing the application via DNS only. &lt;br /&gt;Please see my for configurations, &lt;br /&gt;&lt;strong&gt;direct.url.ips.allowed=172.16.98.72,127.0.0.1,SERVER_IP&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;redirect.url.security.mode=ip&lt;br /&gt;redirect.url.domains.allowed=&lt;br /&gt;redirect.url.ips.allowed=127.0.0.1,SERVER_IP&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Any suggestions?&lt;/blockquote&gt;&lt;br /&gt;Did you Resolved the issue i am also facing same issue.</summary>
    <dc:creator>srini vasulu</dc:creator>
    <dc:date>2019-08-19T14:43:22Z</dc:date>
  </entry>
  <entry>
    <title>Liferay 7 CE GA4 - Cancel button is not working on server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=98019646" />
    <author>
      <name>chandrakant Lotke</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=98019646</id>
    <updated>2017-11-07T07:30:40Z</updated>
    <published>2017-11-07T07:30:40Z</published>
    <summary type="html">Hello, &lt;br /&gt;I am facing same issue. &lt;strong&gt;On many pages cancel button is not working.&lt;/strong&gt; &lt;br /&gt;I did the same configurations but didn&amp;#39;t worked. &lt;br /&gt;We have deployed our application on AWS in private subnet. this can be accessible by AWS Load balancer.&lt;br /&gt;172.16.98.72 is the private IP of the server and AWS Load balencer doesn&amp;#39;t have any public ip , it has only DNS name (A Record)&lt;br /&gt;The Load balencer is mapped with DNS name. &lt;br /&gt;We are accessing the application via DNS only. &lt;br /&gt;Please see my for configurations, &lt;br /&gt;&lt;strong&gt;direct.url.ips.allowed=172.16.98.72,127.0.0.1,SERVER_IP&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;redirect.url.security.mode=ip&lt;br /&gt;redirect.url.domains.allowed=&lt;br /&gt;redirect.url.ips.allowed=127.0.0.1,SERVER_IP&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Any suggestions?</summary>
    <dc:creator>chandrakant Lotke</dc:creator>
    <dc:date>2017-11-07T07:30:40Z</dc:date>
  </entry>
</feed>
