<?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: SSL termination in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssl-termination/m-p/7097153#M1507947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You still have variables in the port parameters of the ICM http settings, so if it might just be restarting it in SMICM needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not look further yet if that is why it does not work?&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>Thu, 15 Jul 2010 20:02:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-15T20:02:34Z</dc:date>
    <item>
      <title>SSL termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssl-termination/m-p/7097152#M1507946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could ypu help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get data from other system (B) (used ssl) to my sap system A via abap webservice.&lt;/P&gt;&lt;P&gt;Another http web service already exists (switching on to https is not planned...) in A.&lt;/P&gt;&lt;P&gt;sap crypt. library is installed. Parameters were added:&lt;/P&gt;&lt;P&gt;ssl/ssl_lib = $(DIR_CT_RUN)/libsapcrypto.so&lt;/P&gt;&lt;P&gt;sec/libsapsecu = $(DIR_CT_RUN)/libsapcrypto.so&lt;/P&gt;&lt;P&gt;ssf/ssfapi_lib = $(DIR_CT_RUN)/libsapcrypto.so&lt;/P&gt;&lt;P&gt;ssf/name = SAPSECULIB&lt;/P&gt;&lt;P&gt;icm/server_port_0 = PROT=HTTP,PORT=80$$,TIMEOUT=60,PROCTIMEOUT=1500&lt;/P&gt;&lt;P&gt;icm/server_port_1 = PROT=HTTPS,PORT=443,TIMEOUT=50,PROCTIMEOUT=1500&lt;/P&gt;&lt;P&gt;wdisp/ssl_encrypt = 0&lt;/P&gt;&lt;P&gt;wdisp/ssl_auth = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For configuration SSL-termination of B and using client certificate:&lt;/P&gt;&lt;P&gt;1) I need to create the PSE request for my sap system (not for B host)?&lt;/P&gt;&lt;P&gt;2) To decrypt data I have to create request to CA and order certificate for my system or I can use existing client certificate?&lt;/P&gt;&lt;P&gt;3) After ssl-termination abap application configured on communication via webservice as HTTP?&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/EN/a6/f19a3dc0d82453e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_04/helpdata/EN/a6/f19a3dc0d82453e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SAP Cryptolib'll be install on AS (not only on Web Dispatcher) in future, only https we'll be used for webservices?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 16:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ssl-termination/m-p/7097152#M1507946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-15T16:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSL termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssl-termination/m-p/7097153#M1507947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You still have variables in the port parameters of the ICM http settings, so if it might just be restarting it in SMICM needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not look further yet if that is why it does not work?&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>Thu, 15 Jul 2010 20:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ssl-termination/m-p/7097153#M1507947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-15T20:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSL termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssl-termination/m-p/7097154#M1507948</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;this [how to guide|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60b1edfb-2a5c-2d10-2294-d1777056c46a] should help you to set up web dispatcher in SSL termination mode. You need to create PSE used by web dispatcher (check section 3.2). I don't understand what you mean by client certificate in question 2. Yes, your web service needs to be accessible via HTTP if you want to terminate SSL on 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>Thu, 15 Jul 2010 23:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ssl-termination/m-p/7097154#M1507948</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-07-15T23:40:55Z</dc:date>
    </item>
  </channel>
</rss>

