<?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 HTTPS Communication in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949366#M64906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing a problem while trying to acces HTTPS site after configuring HTTP port and ssl. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message that we get in the SMICM trace logs when we test from SM59 is like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  session uses PSE file "E:\usr\sap\R3D\DVEBMGS00\sec\SAPSSLABCDE.pse"                                               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; &amp;gt;&amp;gt;            Begin of Secude-SSL Errorstack            &amp;gt;&amp;gt;                                                            &lt;/P&gt;&lt;P&gt;[Thr 3548] 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: (27/0x001b) Chain of certificates is incomplete : &lt;/P&gt;&lt;P&gt;ERROR in get_path: (27/0x001b) Found root certificate , CN=, OU=Certi &lt;/P&gt;&lt;P&gt;ERROR in verify_with_PKs: (27/0x001b) Found root certificate of &amp;lt;&amp;lt;            End of Secude-SSL Errorstack                                                SSL_get_state() returned 0x00002131 "SSLv3 read server certificate B"                                               &lt;/P&gt;&lt;P&gt;SapSSLSessionStart(sssl_hdl=0609CED0)==SSSLERR_SSL_CONNECT                                                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to do this very urgently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Help, &lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2005 18:54:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-07T18:54:30Z</dc:date>
    <item>
      <title>HTTPS Communication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949366#M64906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing a problem while trying to acces HTTPS site after configuring HTTP port and ssl. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message that we get in the SMICM trace logs when we test from SM59 is like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  session uses PSE file "E:\usr\sap\R3D\DVEBMGS00\sec\SAPSSLABCDE.pse"                                               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; &amp;gt;&amp;gt;            Begin of Secude-SSL Errorstack            &amp;gt;&amp;gt;                                                            &lt;/P&gt;&lt;P&gt;[Thr 3548] 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: (27/0x001b) Chain of certificates is incomplete : &lt;/P&gt;&lt;P&gt;ERROR in get_path: (27/0x001b) Found root certificate , CN=, OU=Certi &lt;/P&gt;&lt;P&gt;ERROR in verify_with_PKs: (27/0x001b) Found root certificate of &amp;lt;&amp;lt;            End of Secude-SSL Errorstack                                                SSL_get_state() returned 0x00002131 "SSLv3 read server certificate B"                                               &lt;/P&gt;&lt;P&gt;SapSSLSessionStart(sssl_hdl=0609CED0)==SSSLERR_SSL_CONNECT                                                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to do this very urgently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Help, &lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2005 18:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949366#M64906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-07T18:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Communication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949367#M64907</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;I haven't had this problem myself so I'm only guessing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the error message states that the certification chain could not be verified. In my opinion this means that the server's certificate isn't signed by any authority known to the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be that you are using a self-signed certificate for the server - as is often the case with test-environments? If so, the client maybe tries to verify the certificate against known CAs (Thawte, VeriSign,...), but fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2005 06:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949367#M64907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-08T06:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Communication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949368#M64908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looks very simular to the probs I had. Is your cert CA'ed and is the CA incorporated in your PSE? Have also a look at /people/eddy.declercq/blog/2005/06/14/it146s-a-matter-of-trust and note 510007&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2005 07:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949368#M64908</guid>
      <dc:creator>eddy_declercq</dc:creator>
      <dc:date>2005-07-08T07:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Communication</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949369#M64909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;Thanks for your replies . It hepled us in moving in the right direction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2005 20:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/https-communication/m-p/949369#M64909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-08T20:51:56Z</dc:date>
    </item>
  </channel>
</rss>

