<?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: HTTP_POST and OpenSSL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187503#M127608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Struggling a bit here. If I were to use CL_HTTP_CLIENT, how might I get it to communicate using SSL or TLS so I can call an HTTPS URI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2006 15:32:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-16T15:32:39Z</dc:date>
    <item>
      <title>HTTP_POST and OpenSSL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187499#M127604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the function module "HTTP_POST" to try to post to a particular page. However, there's a problem. I need to post to an HTTPS URI, and when I try to run it, I get the message "OpenSSL not available". I can't find what that message actually means anywhere - does anyone know? This is a proper blocker for me so if anyone can help it would be much appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 10:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187499#M127604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T10:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_POST and OpenSSL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187500#M127605</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;Are you already using 4.7 or higher or have a WebAs avalaible? Then you can use the method described in&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/just" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/just&lt;/A&gt; browsing around.article&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 10:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187500#M127605</guid>
      <dc:creator>eddy_declercq</dc:creator>
      <dc:date>2006-02-16T10:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_POST and OpenSSL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187501#M127606</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;OpenSSL, is an open projet to the implementation of the SSL concept. The URL you try to connect is waiting to start a SSL communication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try to find and HTTPS* function. Or check OSS Note about SSL connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 10:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187501#M127606</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-02-16T10:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_POST and OpenSSL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187502#M127607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know what OpenSSL actually &lt;STRONG&gt;is&lt;/STRONG&gt;, I just don't know why it's telling me that it isn't available. I've installed SAPCRYPTOLIB as per note &amp;lt;a href="https://websmp203.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&amp;amp;_OBJECT=012006153200000077842002"&amp;gt;510007&amp;lt;/a&amp;gt; so I shouldn't be having any problems using SSL. I've been into STRUST and created the client certificates to get around the silly technical limitation, too. Maybe I should try using CL_HTTP_CLIENT - it looks a bit more robust. I still wouldn't mind using the function module if someone knows what that error message actually means though? Does it mean there's some configuration I've screwed up or does it mean that the function module fundamentally does not understand HTTPS and SSL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 11:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187502#M127607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T11:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_POST and OpenSSL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187503#M127608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Struggling a bit here. If I were to use CL_HTTP_CLIENT, how might I get it to communicate using SSL or TLS so I can call an HTTPS URI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 15:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187503#M127608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T15:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_POST and OpenSSL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187504#M127609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It turns out that this is due to SAP having out-of-date certificates for certificate path verification - the new Verisign one is missing. Importing it solves the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 09:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/http-post-and-openssl/m-p/1187504#M127609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T09:08:06Z</dc:date>
    </item>
  </channel>
</rss>

