<?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: Certificate warning when using HTTPS through reverse proxy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428860#M1550190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course, I have thought about a live distribution but my PC is protected against booting on cdrom or usb key !&lt;/P&gt;&lt;P&gt;I am an administrator of the SAP ECC6 production server but not on my PC !&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, 25 Nov 2010 11:57:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-25T11:57:24Z</dc:date>
    <item>
      <title>Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428850#M1550180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a SAP Portal 7.01 with 1 CI and 2 App servers. SSL configuration has been done on it and HTTPS is working fine. We have also imported the CA certificate request response as well and it works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, now we have introduced a hardware load balancer (URL: &lt;A href="http://eptest01.domain.com)" target="test_blank"&gt;http://eptest01.domain.com)&lt;/A&gt; that redirects to one of the app servers of the system. We have also enabled it to direct the requests to HTTPS URLs of the portal's app servers so the following URL works: &lt;A href="https://eptest01.domain.com" target="test_blank"&gt;https://eptest01.domain.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Redirection also works fine but the problem is that the browser shows a certificate warning page which says that "the security certificate presented by this website was issued for a different website's address."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ignore this and continue to the website and then I can click on the lock icon and see the certificate. In that, it shows the website address as hostname of the app server that it redirects to: appserver.domain.com. I think this might be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I configure for the correct certificate? Can someone please provide the correct steps? I have already created a new view in Key Storage and called it ReverseProxy. Within it, I create a keypair entry with CN=hostname of load balancer (eptest01.domain.com). Exported the CSR and ordered a certificate. Received the CSR response and imported into key storage. But still I get the certificate warning as stated earlier. Why is this certificate not being issued by the server instead of the app server's own cert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shitij&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 11:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428850#M1550180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-22T11:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428851#M1550181</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;you are right. The hostname has to match exactly with name on SSL certificate. There are usually two options. The first is is terminating SSL connection on reverse proxy. Hence you need to generate a proper certificate for reverse proxy host name and use it there. The second option is to create another SSL connection between proxy and application server. In this case the proxy has more work because it has to decrypt data and encrypt them again  but you don't send data unencrypted over network. Check documentation for SAP web dispatcher. It has a nice description of these use cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 20:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428851#M1550181</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-11-22T20:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428852#M1550182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I am aware of the scenarios, but my main question is, how do I generate the certificate? It is a reverseproxy and not a Web Dispatcher. If it were a WDisp, I could still have installed SAP Cryptolib and set parameters and used sapgenpse for the cert generation, but what to do in our case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to create an entry in Key Storage in my AS Java system? If yes, where and in which View? Because the ICM_SSL_&amp;lt;instanceid&amp;gt; view already contains a key pair for the SSL of the app server and as far as I know, one view cannot have 2 key pairs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly should I do?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shitij&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 06:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428852#M1550182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428853#M1550183</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;How to Installi a signed certificate on your reverse proxy has nothing to do with the SAP java system.&lt;/P&gt;&lt;P&gt;You have to read the reverse proxy documentation to learn how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, a web dispatcher &lt;STRONG&gt;IS&lt;/STRONG&gt;  a reverse proxy...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 12:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428853#M1550183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T12:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428854#M1550184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just want to add that you can still use sapgenpse to generate certificate. How to import this certificate into your reverse proxy depends on what product you use. But I guess it's documented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 20:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428854#M1550184</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-11-23T20:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428855#M1550185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use sapgenpse to create a separate file for the private key  and a separate file for the public key ?&lt;/P&gt;&lt;P&gt;I tried and I only found out how to create a PSE file and  a PKCS12 file (p12) which was of no use for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to install an OpenSSL windows version on my PC to be able to generate a certificate for an Apache reverse proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 09:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428855#M1550185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T09:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428856#M1550186</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;no I don't know better way than using PKCS#12 and convert it using OpenSSL. I just don't understand why you had to install OpenSSL. You had to have module mod_ssl installed on your reverse proxy which relies on OpenSSL library. Hence you should have already had it on your proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 22:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428856#M1550186</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-11-24T22:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428857#M1550187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;I just don't understand why you had to install OpenSSL&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that you don't understand ! It is because of my company's strange security rules.&lt;/P&gt;&lt;P&gt;I am in charge of the Apache Reverse Proxy but, for security reason, because the Reverse proxy is in a DMZ giving access to the Internet, I am not allowed to connect to the Linux box running Apache !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to write a configuration document which will be played by the production team in charge of the DMZ hosts.&lt;/P&gt;&lt;P&gt;So it is much easier for me to use OpenSSL on my Windows PC (I don't even have a Linux box.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 08:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428857#M1550187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T08:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428858#M1550188</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;there are some nice live distributions which you can use to avoid installing additional soft on your laptop.&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, 25 Nov 2010 09:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428858#M1550188</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-11-25T09:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428859#M1550189</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;there are some nice live distributions which you can use to avoid installing additional soft on your laptop.&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, 25 Nov 2010 09:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428859#M1550189</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-11-25T09:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428860#M1550190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course, I have thought about a live distribution but my PC is protected against booting on cdrom or usb key !&lt;/P&gt;&lt;P&gt;I am an administrator of the SAP ECC6 production server but not on my PC !&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, 25 Nov 2010 11:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428860#M1550190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T11:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate warning when using HTTPS through reverse proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428861#M1550191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved this problem in another way. I have generated a new keystore entry in ICM_SSL_* view and this time I gave CN=hostname of proxy/load-balancer. Once I got the CSR response imported, then access using proxy started working without the certificate errors since it accepted the new certioficate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 06:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/certificate-warning-when-using-https-through-reverse-proxy/m-p/7428861#M1550191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-26T06:46:22Z</dc:date>
    </item>
  </channel>
</rss>

