<?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 NW7.11 dual-stack PI system and SSL-HTTPs  Java Stack in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nw7-11-dual-stack-pi-system-and-ssl-https-java-stack/m-p/7626616#M1570860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a NW PI 7.11 sp6 system with kernel 118 on AIX6.1 64-bit Unicode system.  I want to enable HTTPs/SSL in the JAVA stack and then use the WSnavigator to connect to a webservice listening on the HTTPs port 443.  I have done the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installed SAPCRYPTOlib for my OS version, placing the ticket, sapgenpse, and libsapcrypto.o in the correct locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup profile params in the instance profile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl/pse_provider = JAVA&lt;/P&gt;&lt;P&gt;ssf/name = SAPSECULIB&lt;/P&gt;&lt;P&gt;icm/HTTPS/verify_client = 0&lt;/P&gt;&lt;P&gt;login/create_sso2_ticket = 2&lt;/P&gt;&lt;P&gt;login/accept_sso2_ticket = 1&lt;/P&gt;&lt;P&gt;ssl/ssl_lib = /usr/sap/&amp;lt;SID&amp;gt;/SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;sec/libsapsecu = /usr/sap/&amp;lt;SID&amp;gt;/SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;ssf/ssfapi_lib = /usr/sap/&amp;lt;SID&amp;gt;/SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;icm/server_port_5 = PROT=HTTPS,PORT=50001,TIMEOUT=-1,PROCTIMEOUT=-1,VCLIENT=0&lt;/P&gt;&lt;P&gt;icm/host_name_full = &amp;lt;hostname&amp;gt;.&amp;lt;mycompany&amp;gt;.com&lt;/P&gt;&lt;P&gt;icm/keep_alive_timeout = 90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup the env variable for &amp;lt;sid&amp;gt;adm to set the SECUDIR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECUDIR=/usr/sap/&amp;lt;SID&amp;gt;/DVEBMGS00/sec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup keystore views, I created new keys, signed keys with our CA and included the cert(s) of the box where the webservice resides:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICM_SSL_&amp;lt;j2eeinstanceID&amp;gt;&lt;/P&gt;&lt;P&gt;CLIENT_ICM_SSL_&amp;lt;j2eeinstanceID&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also made sure to "export view to PSE" on any changes I made.  I did check and it does update correctly the ./../../../sec/SAPSSLS.pse and ./../../../sec/SAPSSLC.pse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have restarted the instance also ssl_provider service and restarted ICM from the ABAP stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am listening on port 50001 with a signed cert.  Good so far, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I go to &lt;A href="https://&amp;lt;hostname&amp;gt;.&amp;lt;mycompany&amp;gt;.com:50001/wsnavigator" target="test_blank"&gt;https://&amp;lt;hostname&amp;gt;.&amp;lt;mycompany&amp;gt;.com:50001/wsnavigator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plug in the WSDL of the service I want to connect to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL" target="test_blank"&gt;https://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get error "Connection Error".  If I look in the log viewer I see these errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An error occurred while loading WSDL: &lt;A href="https://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL" target="test_blank"&gt;https://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL&lt;/A&gt; &lt;/P&gt;&lt;P&gt;[EXCEPTION]&lt;/P&gt;&lt;P&gt;com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. [Proxy Generator Error. Problem with WSDL file parsing. See nested message.]&lt;/P&gt;&lt;P&gt; [see details]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;plenty of stuff in between, but this is the top/bottom&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: java.net.SocketException: Connection reset&lt;/P&gt;&lt;P&gt;at java.net.SocketInputStream.read(SocketInputStream.java:168)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.Utils.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.o.b(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.o.c(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.r.f(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.x.b(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.x.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.r.d(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.x.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.r.b(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.SSLTransport.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.k.b(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.k.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.k.read(Unknown Source)&lt;/P&gt;&lt;P&gt;at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)&lt;/P&gt;&lt;P&gt;at java.io.BufferedInputStream.read(BufferedInputStream.java:235)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:945)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:413)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.tools.WSDLDownloadResolver.resolveEntity(WSDLDownloadResolver.java:219)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.tools.WSDLDownloadResolver.resolveEntity(WSDLDownloadResolver.java:152)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:136)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attempting to create outgoing ssl connection without trusted certificates&lt;/P&gt;&lt;P&gt;&amp;lt;just a "warning", not much else in the log&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client certificate error.IP address &lt;/P&gt;&lt;P&gt;&amp;lt;just a "warning", not much else in the log&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I switch to the "http" URL for the webservice I want to hit, it works every time:&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL" target="test_blank"&gt;http://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling something is wrong with the client PSE, but I'm not sure what my next step ought to be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to a DIFFERENT PI system I just built (same versions of NW/OS, etc), and instead of JAVA, I did everything using STRUSTSSO2.  I then created an HTTP RFC in SM59.  I connected to the 443 port of the WSDL and I used the SSL Client (standard).  When I test that way, I do get the web service to return everything I would expect out of the WSnavigator in JAVA stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This further leads me to believe I have missed something when setting up SSL in JAVA stack.  Help?  thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much thanks for reading this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NICK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2011 00:22:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-16T00:22:30Z</dc:date>
    <item>
      <title>NW7.11 dual-stack PI system and SSL-HTTPs  Java Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nw7-11-dual-stack-pi-system-and-ssl-https-java-stack/m-p/7626616#M1570860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a NW PI 7.11 sp6 system with kernel 118 on AIX6.1 64-bit Unicode system.  I want to enable HTTPs/SSL in the JAVA stack and then use the WSnavigator to connect to a webservice listening on the HTTPs port 443.  I have done the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installed SAPCRYPTOlib for my OS version, placing the ticket, sapgenpse, and libsapcrypto.o in the correct locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup profile params in the instance profile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl/pse_provider = JAVA&lt;/P&gt;&lt;P&gt;ssf/name = SAPSECULIB&lt;/P&gt;&lt;P&gt;icm/HTTPS/verify_client = 0&lt;/P&gt;&lt;P&gt;login/create_sso2_ticket = 2&lt;/P&gt;&lt;P&gt;login/accept_sso2_ticket = 1&lt;/P&gt;&lt;P&gt;ssl/ssl_lib = /usr/sap/&amp;lt;SID&amp;gt;/SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;sec/libsapsecu = /usr/sap/&amp;lt;SID&amp;gt;/SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;ssf/ssfapi_lib = /usr/sap/&amp;lt;SID&amp;gt;/SYS/exe/run/libsapcrypto.o&lt;/P&gt;&lt;P&gt;icm/server_port_5 = PROT=HTTPS,PORT=50001,TIMEOUT=-1,PROCTIMEOUT=-1,VCLIENT=0&lt;/P&gt;&lt;P&gt;icm/host_name_full = &amp;lt;hostname&amp;gt;.&amp;lt;mycompany&amp;gt;.com&lt;/P&gt;&lt;P&gt;icm/keep_alive_timeout = 90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup the env variable for &amp;lt;sid&amp;gt;adm to set the SECUDIR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECUDIR=/usr/sap/&amp;lt;SID&amp;gt;/DVEBMGS00/sec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup keystore views, I created new keys, signed keys with our CA and included the cert(s) of the box where the webservice resides:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICM_SSL_&amp;lt;j2eeinstanceID&amp;gt;&lt;/P&gt;&lt;P&gt;CLIENT_ICM_SSL_&amp;lt;j2eeinstanceID&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also made sure to "export view to PSE" on any changes I made.  I did check and it does update correctly the ./../../../sec/SAPSSLS.pse and ./../../../sec/SAPSSLC.pse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have restarted the instance also ssl_provider service and restarted ICM from the ABAP stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am listening on port 50001 with a signed cert.  Good so far, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I go to &lt;A href="https://&amp;lt;hostname&amp;gt;.&amp;lt;mycompany&amp;gt;.com:50001/wsnavigator" target="test_blank"&gt;https://&amp;lt;hostname&amp;gt;.&amp;lt;mycompany&amp;gt;.com:50001/wsnavigator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plug in the WSDL of the service I want to connect to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL" target="test_blank"&gt;https://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get error "Connection Error".  If I look in the log viewer I see these errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An error occurred while loading WSDL: &lt;A href="https://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL" target="test_blank"&gt;https://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL&lt;/A&gt; &lt;/P&gt;&lt;P&gt;[EXCEPTION]&lt;/P&gt;&lt;P&gt;com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. [Proxy Generator Error. Problem with WSDL file parsing. See nested message.]&lt;/P&gt;&lt;P&gt; [see details]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;plenty of stuff in between, but this is the top/bottom&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: java.net.SocketException: Connection reset&lt;/P&gt;&lt;P&gt;at java.net.SocketInputStream.read(SocketInputStream.java:168)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.Utils.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.o.b(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.o.c(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.r.f(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.x.b(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.x.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.r.d(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.x.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.r.b(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.SSLTransport.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.k.b(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.k.a(Unknown Source)&lt;/P&gt;&lt;P&gt;at iaik.security.ssl.k.read(Unknown Source)&lt;/P&gt;&lt;P&gt;at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)&lt;/P&gt;&lt;P&gt;at java.io.BufferedInputStream.read(BufferedInputStream.java:235)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:945)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:413)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.tools.WSDLDownloadResolver.resolveEntity(WSDLDownloadResolver.java:219)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.tools.WSDLDownloadResolver.resolveEntity(WSDLDownloadResolver.java:152)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:136)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attempting to create outgoing ssl connection without trusted certificates&lt;/P&gt;&lt;P&gt;&amp;lt;just a "warning", not much else in the log&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client certificate error.IP address &lt;/P&gt;&lt;P&gt;&amp;lt;just a "warning", not much else in the log&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I switch to the "http" URL for the webservice I want to hit, it works every time:&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL" target="test_blank"&gt;http://&amp;lt;hostname&amp;gt;.&amp;lt;company&amp;gt;.com/CgiSspWebSite/InboundJobService.asmx?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling something is wrong with the client PSE, but I'm not sure what my next step ought to be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to a DIFFERENT PI system I just built (same versions of NW/OS, etc), and instead of JAVA, I did everything using STRUSTSSO2.  I then created an HTTP RFC in SM59.  I connected to the 443 port of the WSDL and I used the SSL Client (standard).  When I test that way, I do get the web service to return everything I would expect out of the WSnavigator in JAVA stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This further leads me to believe I have missed something when setting up SSL in JAVA stack.  Help?  thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much thanks for reading this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NICK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 00:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nw7-11-dual-stack-pi-system-and-ssl-https-java-stack/m-p/7626616#M1570860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-16T00:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: NW7.11 dual-stack PI system and SSL-HTTPs  Java Stack</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nw7-11-dual-stack-pi-system-and-ssl-https-java-stack/m-p/7626617#M1570861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP helped me to resolve.  They pointed me to note 1551481.  in there it describes a situation where SAP is talking on SSL versions v3.0 / 3.1 and 3.2.  But if your partner isn't talking 3.2, you could get the error we got.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I took the JAR files mentioned in the note from a NW7.0sp19 instance I had and replaced my 7.11 jars with the old jars which talk only 3.0/3/1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Real fix is getting your partner system to accept 3.2....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps someone out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NICK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nw7-11-dual-stack-pi-system-and-ssl-https-java-stack/m-p/7626617#M1570861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T21:04:13Z</dc:date>
    </item>
  </channel>
</rss>

