<?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: no SSL inside fire wall in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097727#M1616046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PCI DSS stands for Payment Card Industry Data Security Standard. They have a website where you can find all requirements but it's s bit more complicated. There are some books as well. You can find some articles here on SDN about PCI DSS but they usually address just encryption of credit card details. I am not sure if PCI DSS is relevant for you environment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web dispatcher is just reverse proxy. So client connects to web dispatcher and web dispatcher connects to back end system on behalf of user. The outbound connections don't go through web dispatcher. They directly connect to target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2011 10:42:13 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2011-07-19T10:42:13Z</dc:date>
    <item>
      <title>no SSL inside fire wall</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097724#M1616043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a network as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet --- apache ---firewall --- webdispatcher -- EP-- (ECC, BI, ...etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) We configure the SSL in that way so that all certificates (inbound) will be terminated at the webdispatcher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And inside the firewall there is no more any SSL measurement OR any other alike  secured links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this design safe enough?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The info outbound will use the same SSL from webdispatcher above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jul 2011 03:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097724#M1616043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-17T03:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: no SSL inside fire wall</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097725#M1616044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) depends on your requirements. For example PCI DSS requires that credit card number is always encrypted during transmission. Your set up is not enough to comply with PCI DSS but it might be OK for your environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I am not sure what you mean by this question but if you are asking about outbound SSL connections from your system then they are not related to web dispatcher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 23:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097725#M1616044</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-07-18T23:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: no SSL inside fire wall</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097726#M1616045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)  Could you direct me to some blogs about PCI DSS configuration in SAP systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)  If outbound message does not go thru webdispatcher, what route it takes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 10:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097726#M1616045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-19T10:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: no SSL inside fire wall</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097727#M1616046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PCI DSS stands for Payment Card Industry Data Security Standard. They have a website where you can find all requirements but it's s bit more complicated. There are some books as well. You can find some articles here on SDN about PCI DSS but they usually address just encryption of credit card details. I am not sure if PCI DSS is relevant for you environment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Web dispatcher is just reverse proxy. So client connects to web dispatcher and web dispatcher connects to back end system on behalf of user. The outbound connections don't go through web dispatcher. They directly connect to target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 10:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097727#M1616046</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-07-19T10:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: no SSL inside fire wall</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097728#M1616047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use tokenization and the webdispatcher is a part of the same (hardened) security zone as the SAP server systems, then you should be fine to terminate ssl at the dispatcher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should plan this in advance as retro-fitting is expensive (in performance and hardware terms).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 21:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-ssl-inside-fire-wall/m-p/8097728#M1616047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-19T21:34:53Z</dc:date>
    </item>
  </channel>
</rss>

