<?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 SM59-HTTPS type G connection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101509#M1508501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have issue to consume web service. I am trying to consume web service form external plm server. it has https protocol. For this i tried to create rfc type G for external server but I am wondering that what i need to know to create rfc to ping https web service. I created rfc but not able to ping by sm59 and only reason i am finding is this it is http not https but i am sure you can create rfc for https also. we are on ecc6.0 and SAP_ABA patch level 21. I will greatly appreciate if someone can help me out from this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jul 2010 21:01:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-15T21:01:33Z</dc:date>
    <item>
      <title>SM59-HTTPS type G connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101509#M1508501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have issue to consume web service. I am trying to consume web service form external plm server. it has https protocol. For this i tried to create rfc type G for external server but I am wondering that what i need to know to create rfc to ping https web service. I created rfc but not able to ping by sm59 and only reason i am finding is this it is http not https but i am sure you can create rfc for https also. we are on ecc6.0 and SAP_ABA patch level 21. I will greatly appreciate if someone can help me out from this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 21:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101509#M1508501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-15T21:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: SM59-HTTPS type G connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101510#M1508502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the RFC destination definition using service 443 and the other relevant settings for HTTPS?  Do you have HTTPS configured on your system (does SMICM show that the HTTPS service is running on port 443)?  If not, your system profile needs to be set for HTTPS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 21:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101510#M1508502</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-07-15T21:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: SM59-HTTPS type G connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101511#M1508503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply to my query. I already checked those thing before posing here. I checked on help sap and find this. I am curious to know is it possible that destination host port is not configured to understand protocol HTTPS. Do you know any debugging technique to find exact problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 19:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101511#M1508503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T19:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: SM59-HTTPS type G connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101512#M1508504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it could be a number of things causing the issue.  Generally, when I have a problem making an HTTP or HTTPS connection though, I will crank the trace settings all the way up in SMICM and then use the trace files/logs to determine the issue.  You'll be able to determine if the issue is on your end or the other end and possibly the root cause.  If the issue is on the other side not related to the format of your call, I would contact the technical support on the other side and have them view the inbound request and tell you what's wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 20:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101512#M1508504</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-07-16T20:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: SM59-HTTPS type G connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101513#M1508505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Creating the SSL Server PSE&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/20/37c33ae8361838e10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/20/37c33ae8361838e10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this mandatory step to consume PLM web service(HTTPS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMICM TRACE ERROR SCREEN SHOT ( THAT IS WHAT I AM GETTING IN TRACE)--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Thr 6644] *** ERROR during SecudeSSL_SessionStart() from SSL_connect()==SSL_ERROR_SSL&lt;/P&gt;&lt;P&gt;[Thr 6644]    session uses PSE file "E:\usr\sap\GTX\DVEBMGS10\sec\SAPSSLC.pse"&lt;/P&gt;&lt;P&gt;[Thr 6644] SecudeSSL_SessionStart: SSL_connect() failed&lt;/P&gt;&lt;P&gt;  secude_error 9 (0x00000009) = "the verification of the server's certificate chain failed"&lt;/P&gt;&lt;P&gt;[Thr 6644] &amp;gt;&amp;gt;            Begin of Secude-SSL Errorstack            &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;[Thr 6644] ERROR in ssl3_get_server_certificate: (9/0x0009) the verification of the server's certificate chain failed #&lt;/P&gt;&lt;P&gt;ERROR in af_verify_Certificates: (24/0x0018) Chain of certificates is incomplete : "OU=Class 3 Public Primary Certification Auth&lt;/P&gt;&lt;P&gt;ERROR in get_path: (24/0x0018) Can't get path because the chain of certificates is incomplete #&lt;/P&gt;&lt;P&gt;[Thr 6644] &amp;lt;&amp;lt;            End of Secude-SSL Errorstack&lt;/P&gt;&lt;P&gt;[Thr 6644]   SSL_get_state() returned 0x00002131 "SSLv3 read server certificate B"&lt;/P&gt;&lt;P&gt;[Thr 6644]   No certificate request received from Server&lt;/P&gt;&lt;P&gt;[Thr 6644] &amp;lt;&amp;lt;- ERROR: SapSSLSessionStart(sssl_hdl=00000000015BB9F0)==SSSLERR_SSL_CONNECT&lt;/P&gt;&lt;P&gt;[Thr 6644] &amp;lt;&amp;lt;- SapSSLErrorName()==SSSLERR_SSL_CONNECT&lt;/P&gt;&lt;P&gt;[Thr 6644] *** ERROR =&amp;gt; IcmConnInitClientSSL: SapSSLSessionStart failed (-57): SSSLERR_SSL_CONNECT &lt;SPAN __jive_macro_name="00007cfe"&gt;&lt;/SPAN&gt; [icxxconn.c 2032]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 14:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101513#M1508505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-23T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: SM59-HTTPS type G connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101514#M1508506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP notes 1094342 and 1318906 should be used to understand the error messages from the dev_icm trace file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you find the missing certificates, you should be able to import them into the relevant PSE (SAPSSLC.pse).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Cristiano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 18:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm59-https-type-g-connection/m-p/7101514#M1508506</guid>
      <dc:creator>cris_hansen</dc:creator>
      <dc:date>2010-07-26T18:33:16Z</dc:date>
    </item>
  </channel>
</rss>

