SSL tunneling with reverse proxy

Hi,
I have configured reverse proxy on Sun Web Proxy server. Now I am trying to configure SSL tunneling .
Steps followed :
1. Server Manager tab -> my server instance -> Routing tab.
2. Clicked the Enable/Disable Proxying link.
3. Created a new regular expression connect://.*.5000 (as my content server listens for SSL connections on port 5000.
4. Selected the connect://.*.5000 resource from the drop-down list.
5. Selected Enable Proxying Of This Resource and clicked OK.
But it doesn't seems to work, Is there a way to verify ? Does SSL tunneling applicable to reverse proxy ?
Thanks,
Nitin

SSL tunneling is a forward proxy operation.

Similar Messages

  • SSL Issue with reverse proxy module

    Hi there,
    I'm hoping someone can help me. I am using Sun ONE Web Server 6.1SP7 Reverse Proxy Plugin to connect to a backend server over SSL.
    However the backend server is reporting errors on the SSL handshake: SSL_ERROR_NO_CYPHER_OVERLAP
    I have installed ssldump and can see the following set of cipher suites are offered by the client (in this case, the reverse proxy module:
    New TCP connection #6: dptettsw02(62951) <-> dptdevss01(31006)
    6 1 0.0105 (0.0105) C>S SSLv2 compatible client hello
    Version 3.1
    cipher suites
    SSL2_CK_RC4
    SSL2_CK_RC2
    SSL2_CK_3DES
    SSL2_CK_DES
    SSL2_CK_RC4_EXPORT40
    SSL2_CK_RC2_EXPORT40
    TLS_RSA_WITH_RC4_128_MD5
    Unknown value 0xfeff
    TLS_RSA_WITH_3DES_EDE_CBC_SHA
    Unknown value 0xfefe
    TLS_RSA_WITH_DES_CBC_SHA
    TLS_RSA_EXPORT1024_WITH_RC4_56_SHA
    TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA
    TLS_RSA_EXPORT_WITH_RC4_40_MD5
    TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
    How do I configure the reverse proxy module to use a different cipher suite?
    Any help would be greatly appreciated and please let me know if anything is unclear
    Thanks!
    Kev

    Hi there.
    The server.xml file is below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    Copyright (c) 2003 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    -->
    <!DOCTYPE SERVER PUBLIC "-//Sun Microsystems Inc.//DTD Sun ONE Web Server 6.1//EN" "file:///opt/SUNWwbsvr/servers/bin/https/dtds/sun-web-server_6_1.dtd">
    <SERVER qosactive="no" qosmetricsinterval="30" qosrecomputeinterval="100">
    <PROPERTY name="docroot" value="/opt/iplanet/servers/docs"/>
    <PROPERTY name="user" value=""/>
    <PROPERTY name="group" value=""/>
    <PROPERTY name="chroot" value=""/>
    <PROPERTY name="nice" value=""/>
    <PROPERTY name="dir" value=""/>
    <PROPERTY name="accesslog" value="/opt/SUNWwbsvr/servers/https-ETT03WEB02/logs/accessSSL"/>
    <LS id="group1" ip="0.0.0.0" port="2080" acceptorthreads="1" blocking="no" security="off" defaultvs="https-ETT03WEB02" servername="dptettsw02"/>
    <LS id="ls2_default" ip="0.0.0.0" port="20443" acceptorthreads="1" blocking="no" security="on" defaultvs="https-ETT03WEB02" servername="ptpcam-ptpett-drs.dwpptp.londondc.com">
    <SSLPARAMS servercertnickname="Server-Cert" ssl2="off" ssl2ciphers="&#43;rc4,&#43;rc4export,&#43;rc2,&#43;rc2export,&#43;desede3,&#43;des" ssl3="on" ssl3tlsciphers="-rsa_rc4_128_sha,-rsa_rc4_128_md5,-rsa_rc4_56_sha,-rsa_rc4_40_md5,-rsa_3des_sha,-rsa_des_sha,-rsa_des_56_sha,-rsa_rc2_40_md5,&#43;rsa_null_md5,-fortezza,-fortezza_rc4_128_sha,&#43;fortezza_null,-fips_3des_sha,-fips_des_sha" tls="on" tlsrollback="off" clientauth="off"/>
    </LS>
    <MIME id="mime1" file="mime.types"/>
    <ACLFILE id="acl1" file="/opt/SUNWwbsvr/servers/httpacl/generated.https-ETT03WEB02.acl"/>
    <VSCLASS id="defaultclass" objectfile="obj.conf" rootobject="default" acceptlanguage="off">
    <PROPERTY name="docroot" value="/opt/iplanet/servers/docs"/>
    <PROPERTY name="user" value=""/>
    <PROPERTY name="group" value=""/>
    <PROPERTY name="chroot" value=""/>
    <PROPERTY name="nice" value=""/>
    <PROPERTY name="dir" value=""/>
    <VS id="https-ETT03WEB02" connections="group1" urlhosts="dptettsw02" mime="mime1" aclids="acl1" state="on">
    <USERDB id="default" database="default"/>
    </VS>
    <VS id="ETT03WEB02_SSL" connections="ls2_default" urlhosts="ptpcam-ptpett-web.dwpptp.londondc.com" mime="mime1" aclids="acl1" state="on">
    <USERDB id="default" database="default"/>
    </VS>
    </VSCLASS>
    <JAVA javahome="/opt/SUNWwbsvr/servers/bin/https/jdk" serverclasspath="/opt/SUNWwbsvr/servers/bin/https/jar/webserv-rt.jar:${java.home}/lib/tools.jar:/opt/SUNWwbsvr/servers/bin/https/jar/webserv-ext.jar:/opt/SUNWwbsvr/servers/bin/https/jar/webserv-jstl.jar:/opt/SUNWwbsvr/servers/bin/https/jar/ktsearch.jar" classpathsuffix="" envclasspathignored="true" debug="false" debugoptions="" dynamicreloadinterval="2">
    <JVMOPTIONS>-Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter</JVMOPTIONS>
    <JVMOPTIONS>-Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl</JVMOPTIONS>
    <JVMOPTIONS>-Djava.security.policy=/opt/SUNWwbsvr/servers/https-ETT03WEB02/config/server.policy</JVMOPTIONS>
    <JVMOPTIONS>-Djava.security.auth.login.config=/opt/SUNWwbsvr/servers/https-ETT03WEB02/config/login.conf</JVMOPTIONS>
    <JVMOPTIONS>-Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager</JVMOPTIONS>
    <JVMOPTIONS>-Xmx256m</JVMOPTIONS>
    <JVMOPTIONS>-Xrs</JVMOPTIONS>
    <SECURITY defaultrealm="file" anonymousrole="ANYONE" audit="false">
    <AUTHREALM name="file" classname="com.iplanet.ias.security.auth.realm.file.FileRealm">
    <PROPERTY name="file" value="/opt/SUNWwbsvr/servers/https-ETT03WEB02/config/keyfile"/>
    <PROPERTY name="jaas-context" value="fileRealm"/>
    </AUTHREALM>
    <AUTHREALM name="ldap" classname="com.iplanet.ias.security.auth.realm.ldap.LDAPRealm">
    <PROPERTY name="directory" value="ldap://localhost:389"/>
    <PROPERTY name="base-dn" value="o=isp"/>
    <PROPERTY name="jaas-context" value="ldapRealm"/>
    </AUTHREALM>
    <AUTHREALM name="certificate" classname="com.iplanet.ias.security.auth.realm.certificate.CertificateRealm"/>
    </SECURITY>
    <RESOURCES/>
    </JAVA>
    <LOG file="/opt/SUNWwbsvr/servers/https-ETT03WEB02/logs/errors" loglevel="finest" logtoconsole="true" usesyslog="false" createconsole="false" logstderr="true" logstdout="true" logvsid="false"/>
    </SERVER>

  • Fronting actual application with reverse proxy

    Hi All
    I am very novice to proxy server field.
    Actually i have to use proxy server as a top layer for an application which is using Sun access manager authentication.
    Now to configure the reverse proxy i first map the regular and reverse mapping for my application lets say mapping
    http://rp1/app1 to http://example.com/app
    Now this app http://example.com/app is protected by Sun Access manager and redirect the request to url something like http://hostname/amserver/UI/login/goto.....
    Now when the user hit the url http://rp1/app1 as the application is protected it redirect the user to
    http://hostname/amserver/UI/login/goto..... and it is visible to user which should not be.
    I want that actual url shud not be shown to the user so i also try to map
    http://hostname/amserver/UI/login with reverse proxy url (new).
    but then it gives me HTTP 403 error.
    I want to know in case of reverse proxy if the destination url redirect the request to some other application how can we avoid the user to show the actual redirection url and show him some proxy url so that user will not be know the url where actually the applications are deployed.
    Please help.
    Any pointer will be really helpful.
    Thanks in advance.

    Hi,
    pease try the JDeveloper forum
    JDeveloper and ADF
    Frank

  • Peoplesoft Portal with Reverse Proxy, content provider also need RP?

    Hello there,
    I need your help, I am currently implementing a PS Portal, I set my CRM as content provider, for safety reasons public access portal is configured using a reverse proxy (rp), my question is: Is there a different option to configure the CRM also with reverse proxy? as static content generated by CRM are then shown through the Website Portal (already rp),
    Thanks and regards.
    Alexander C.

    I also would like overcome this issue. I could not find an answer anywhere on Metalink or OTN.
    Can a reverse-proxy (i.e. using ProxyPass & Reverse) be used with and internal Portal?
    John Z
    Butler Mfg. Co.
    [email protected]

  • Portal 10.1.2 with reverse proxy

    Hi,
    Does anybody configure Portal 10.1.2 working with reverse proxy behind the firewall?
    I tried using generic docs and Metalink Notes 270160.1, 262451.1, unsuccessful.
    I ended with SSO not starting at all.
    Now i have fresh install without proxy and I am looking for some success reference.
    Thanx
    Jiri

    What are you going to use for the Reverse Proxy?
    1) Apache
    2) Oracle Isapi IIS Plugin
    3) Oracle HTTP Server
    4) Webcache
    I've been dealing with basically #1, #2 for the past month so I could have some info for you there. How is your MT's / Infra configured? same server, different servers? Will the proxy be in another server? Do you have webcache running?
    I would suggest making sure it works internally first with the name that you want before putting the reverse proxy infront of it. I have 1 URL that works now both internally and externally though a reverse proxy.
    It sounds like your having some SSO configuration related issues with your name. These are somewhat difficult to troubleshoot, so if needed open a TAR and Oracle Support can pretty quickly help you resolve those.

  • Portal 9041 with reverse proxy

    Hi,
    Does anybody configure Portal 9.0.4.1 working with reverse proxy ?
    I doesn't find any doc for 9041... only for 10.1.2 and 902
    Thao

    The 9.0.4 Portal Configuration Guide has a section about setting this up:
    5.6 Configuring Reverse Proxy Servers
    The 9.0.4 documentation library can be found on OTN:
    http://www.oracle.com/technology/documentation/appserver10g.html

  • What is the alternative to TMG/ISA For SSL-Bridging-Capable Reverse Proxy For System Center 2012 R2 IBCM?

    When I look up alternatives to TMG many other answers say something like "Don't worry about it. TMG 2010 is under support until 2020."
    Well, we don't have TMG and can't buy it since it is off the market.  Can it still be legitimately purchased through any resellers?
    We need a reverse proxy that specifically supports SSL-Bridging so that device certificate authentication is not broken when the connection passes through the proxy.
    Which reverse proxies that are currently on the market are known to work successfully with System Center Config Manager Internet-Based Client Management and also with other Microsoft products such as Lync 2010 and RD Gateway 2012 R2?
    Do any Cisco ASA or ACE models support the required functionality for machine certificate authentication?
    We have ISA 2006 licenses available, but I would hate to roll that out and then have to replace it in only 2 years rather than using something that can stay in place long term.  Maybe we could use ISA 2006 temporarily as a stopgap if the next version
    released of Windows Server Web Application Proxy would meet the requirements and can be deployed in production before ISA 2006 is completely EOL.
    I hate that Microsoft keeps discontinuing all the related products to this before they have their replacements ready.

    Hi,
    You are correct, all TMG product sales officially ended in December 2012.
    In addition, an ISA Server and a TS Gateway server can be used together to enhance security for remote connections to internal network resources. However, it
    seems that ISA 2006 cannot support that on Windows Server 2012 R2. For more detailed information:
    Configuring the TS Gateway ISA Server Scenario
    Personally, Web application proxy would be an alternate. In addition, for the question related to Cisco product, you can contact Cisco for assistance.
    Best regards,
    Susie

  • Load Balancing with Reverse Proxy Plug-in in SunOne 6.1

    Hello
    we are configuring our reverse proxy web server SunOn 6.1 for load balancing and we have some conflicting information that we have found on the internet. The options we have found are the following:
    1- In one case, it seems that all we need to do is add the destination servers to the servers parameter (quoted, space-delimited). We have read that the proxy server will simply round-robin requests.
    2- In another case, we have seen that we have to use an loadbalancer.xml file with the server names and reference the file from both magnus.conf and obj.conf.
    I have doubts about the second option because I really think this is configuration in 7.0 not 6.1.
    Also, I also need to configure session stickiness but it is not clear how this works. There is an option for sticky cookies that defaults to JSESSIONID if not configured. Does this mean that I will have session stickiness but simply without the use of cookies?
    ANY HELP? We need to solve this in the next day.

    HI,
    This may work for you.
    obj.conf
    <Object name="passthrough1">
    Service fn="service-passthrough" servers="http://localhost:8080"
    </Object>
    <Object name="default">
    AuthTrans fn="match-browser" browser="MSIE" ssl-unclean-shutdown="true"
    NameTrans fn="assign-name" from="/idm(|/*)" name="passthrough1"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="D:/Sun/WebServer6.1/ns-icons" name="es-internal"
    NameTrans fn="document-root" root="$docroot"
    PathCheck fn="nt-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="intro.htm,index.html,home.html,index.jsp"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="~magnus-internal/" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    ============================================
    magnus.conf
    # The NetsiteRoot, ServerName, and ServerID directives are DEPRECATED.
    # They will not be supported in future releases of the Web Server.
    NetsiteRoot D:/Sun/WebServer6.1
    ServerName abc
    ServerID https-www.abc.com
    RqThrottle 128
    DNS off
    Security off
    ExtraPath D:/Sun/WebServer6.1/bin/https/bin
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-modules" shlib="D:/Sun/WebServer6.1/bin/https/bin/j2eeplugin.dll" shlib_flags="(global|now)"
    Init fn="load-modules" shlib="D:/Sun/WebServer6.1/plugins/passthrough/passthrough.dll"

  • HCI/ECC connection issue with reverse proxy

    Hi,
    we are struggling to set up the connection from C4C to ECC using a reverse proxy (apache).
    Thank you for any help!
    Best Regards
    Florian
    Our apache config is as follows:
    <VirtualHost *:443>
      ServerName customer.reverseproxy.com
      SSLEngine             On
      SSLProxyEngine             On
      ErrorLog              /var/www/customer/log/error.log
      Customlog             /var/www/customer/log/access.log "common"
    # TransferLog  "<Apache_home>/logs/access.log"
    # Offical SSL Certificate for customer.reverseproxy.com
      SSLCertificateFile    "/etc/apache2/ssl/customer/customer_cert.pem"
      SSLCertificateKeyFile "/etc/apache2/ssl/customer/customer_key_np.pem"
      SSLCACertificateFile "/etc/apache2/ssl/customer/SSL123_CA_Bundle.pem"
    # SSLCertificateChainFile "<Apache_home>/conf/proxy-server-ca.crt"   # activate the client certificate  authentication
    #SSLCertificateChainFile "/etc/apache2/ssl/customer/SAP-CA.crt"
    # Signing CA's for SAP client certificate (Baltimore CyberTrust Root & Verizon Public SureServer CA G14-SHA2 + more)
    SSLCertificateChainFile "/etc/apache2/ssl/customer/SAPClientCA.pem"
    SSLVerifyClient require
    SSLVerifyDepth  10
    SSLOptions +ExportCertData +StdEnvVars
    # CA's from SAP and customer for backend connections between Proxy and SAP system (Baltimore CyberTrust Root & Verizon Public SureServer CA G14-SHA2 + more)
    SSLProxyCACertificateFile "/etc/apache2/ssl/customer/SAP-CA.crt"
    # SSLProxyMachineCertificateFile <Apache_home>/conf/proxy-client.pem
      # initialize the special headers to a blank  value to avoid http header forgeries
      RequestHeader set  SSL_CLIENT_CERT ""
      <Location /> 
         # add  SSL_CLIENT_CERT header to forward real client certificate
        RequestHeader set SSL_CLIENT_CERT "%{SSL_CLIENT_CERT}s"
        ProxyPass        https://sap.internal.com:8300/
        ProxyPassReverse https://sap.internal.com:8300/
      </Location>
    </VirtualHost>
    On the HCI we get the following error shown
    Message Processing Log{
      ContextName         = com.sap.scenarios.cod2erp.customermaster.replicate
      IntermediateError   = true
      MessageGuid         = AFU2MVOblsS5yIwpSvYiCt7XnLaT
      Node                = vsaxxxxxx.od.sap.biz
      OverallStatus       = FAILED
      ReceiverId          = Q47_
      StartTime           = Tue Apr 21 11:15:31 UTC 2015
      StopTime            = Tue Apr 21 11:15:31 UTC 2015
      Children [
        Invoked endpoint{
          Cxf.EndpointAddress = https://HCI.intaas.hana.ondemand.com/cxf/COD/ERP/BP_MASTER_REPLICATION
          Error               = Inbound processing in endpoint at https://HCI.intaas.hana.ondemand.com/cxf/COD/ERP/BP_MASTER_REPLICATION failed with message "Sequential processing failed for number 0. Exchange[Message: [Body is not logged]]. Caused by: [org.apache.cxf.interceptor.Fault - Could not send Message.]", caused by "SunCertPathBuilderException:unable to find valid certification path to requested target"
          StartTime           = Tue Apr 21 11:15:31 UTC 2015
          Status              = FAILED
          StopTime            = Tue Apr 21 11:15:31 UTC 2015
          Children [
            Entering Camel route route52{
              StartTime           = Tue Apr 21 11:15:31 UTC 2015
              Children [
                Exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38 created in Endpoint[cxf://bean:my308416_]{
                  StartTime           = Tue Apr 21 11:15:31 UTC 2015
                  Children [
                    Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38 in ref:encodingProcessor{
                      StartTime           = Tue Apr 21 11:15:31 UTC 2015
                      StepId              = process151
                      StopTime            = Tue Apr 21 11:15:31 UTC 2015
                      Children [
                        Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38 in removeHeaders[*]{
                          StartTime           = Tue Apr 21 11:15:31 UTC 2015
                          StepId              = removeHeaders52
                          StopTime            = Tue Apr 21 11:15:31 UTC 2015
                          Children [
                            Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38 in setHeader[MessageId]{
                              StartTime           = Tue Apr 21 11:15:31 UTC 2015
                              StepId              = setHeader76
                              StopTime            = Tue Apr 21 11:15:31 UTC 2015
                              Children [
                                Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38 in sap-map-pi:COD_ERP_BusinessPartnerERPBulkReplicateRequest{
                                  Sent To URI         = sap-map-pi://COD_ERP_BusinessPartnerERPBulkReplicateRequest
                                  StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                  StepId              = CallActivity_1
                                  StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                  Time Taken          = 11
                                  Children [
                                    Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38 in ref:idocOutboundRequest{
                                      StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                      StepId              = process152
                                      StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                      com.sap.sod.utils.idoc.soap.messageid= 00163E0CB1A01EE4BA82F713C72AD65B
                                      Children [
                                        Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38 in split[bean{idocPackageSplitter, method=split}]{
                                          Error               = org.apache.camel.CamelExchangeException: Sequential processing failed for number 0. Exchange[Message: [Body is not logged]]. Caused by: [org.apache.cxf.interceptor.Fault - Could not send Message.], cause: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
                                          StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                          StepId              = CallActivity_2
                                          StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                          Children [
                                            Successor Exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-39 created with reference to Exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38{
                                              StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                              StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                              Children [
                                                Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-39 in setHeader[SapIDocContentType]{
                                                  StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                                  StepId              = setHeader77
                                                  StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                                  Children [
                                                    Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-39 in removeHeader[ssl_client_cert]{
                                                      StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                                      StepId              = removeHeader197
                                                      StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                                      Children [
                                                        Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-39 in removeHeader[ssl_client_user]{
                                                          StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                                          StepId              = removeHeader198
                                                          StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                                          Children [
                                                            Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-39 in removeHeader[operationName]{
                                                              StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                                              StepId              = removeHeader199
                                                              StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                                              Children [
                                                                Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-39 in removeHeader[operationNamespace]{
                                                                  StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                                                  StepId              = removeHeader200
                                                                  StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                                                  Children [
                                                                    Processing exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-39 in cxf:bean:Q47_{
                                                                      Error               = org.apache.cxf.interceptor.Fault: Could not send Message., cause: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
                                                                      Sent To URI         = cxf://bean:Q47_
                                                                      StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                                                      StepId              = MessageFlow_2
                                                                      StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                                                      Time Taken          = 123
                                                                      Children [
                                                                        Sent message to endpoint{
                                                                          Cxf.EndpointAddress = https://customer.reverseproxy.com:443/sap/bc/srt/idoc?sap-client=310
                                                                          Error               = Outbound processing in endpoint at https://customer.reverseproxy.com:443/sap/bc/srt/idoc?sap-client=310 failed with message "Could not send Message.", caused by "SunCertPathBuilderException:unable to find valid certification path to requested target"
                                                                          StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                                                          Status              = FAILED
                                                                          StopTime            = Tue Apr 21 11:15:31 UTC 2015
                                                                        Exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-39 failed{
                                                                          StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                                                          Status              = FAILED
                                            Exchange ID-vsaxxxxxx-od-sap-biz-40387-1427614280233-51-38 failed{
                                              StartTime           = Tue Apr 21 11:15:31 UTC 2015
                                              Status              = FAILED
                                              Children [
                                                Exiting Camel route route52{
                                                  StartTime           = Tue Apr 21 11:15:31 UTC 2015
      ReceiverIds [
        Q47_

    Hi Abinash,
    now we are one step further and receive a HTTP 401 on the reverse proxy. It looks like the client cert from HCI is not handled correctly. Can you help?
    Best Regards
    Florian
    HCI log
    Sent message to endpoint{
    Cxf.EndpointAddress = https://customer.reverse.com:443/sap/bc/srt/idoc?sap-client=310
    Error = Outbound processing in endpoint at https://customer.reverse.com:443/sap/bc/srt/idoc?sap-client=310 failed with message "HTTP response '401: Unauthorized' when communicating with https://customer.reverse.com:443/sap/bc/srt/idoc?sap-client=310"
    StartTime = Fri Apr 24 11:03:12 UTC 2015
    Status = FAILED
    StopTime = Fri Apr 24 11:03:12 UTC 2015
    Apache config
    <VirtualHost *:443>
    ServerName cuscrm.webmail.cus.com
    SSLEngine             On
    SSLProxyEngine             On
    ErrorLog /var/www/cuscrm/log/error.log
    Customlog /var/www/cuscrm/log/access.log "common"
    # TransferLog  "<Apache_home>/logs/access.log"
    # Offical SSL Certificate for cuscrm.webmail.cus.com
    SSLCertificateFile "/etc/apache2/ssl/cuscrm/cuscrm_cert.pem"
    SSLCertificateKeyFile "/etc/apache2/ssl/cuscrm/cuscrm_key_np.pem"
    SSLCertificateChainFile "/etc/apache2/ssl/cuscrm/ThawteCAChain.pem"
    # SAP Baltimore Cybertrust Chain for Client authentication
    SSLCACertificateFile "/etc/apache2/ssl/cuscrm/SAPCybertrust.pem"
    SSLVerifyClient require
    SSLVerifyDepth  10
    SSLOptions +ExportCertData +StdEnvVars
    # CA's from SAP and Schunk for backend connections between Proxy and SAP system
    #SSLProxyCACertificateFile "/etc/apache2/ssl/cuscrm/SAP-CA.crt"
    SSLProxyCACertificateFile "/etc/apache2/ssl/cuscrm/SAPCHAIN.pem"
    #  SSLProxyMachineCertificateFile <Apache_home>/conf/proxy-client.pem
    # initialize the special headers to a blank  value to avoid http header forgeries
    RequestHeader set  SSL_CLIENT_CERT ""
    <Location />
    # add  SSL_CLIENT_CERT header to forward real client certificate
    RequestHeader set SSL_CLIENT_CERT "%{SSL_CLIENT_CERT}s"
    ProxyPass        https://internal.sap:8300/
    ProxyPassReverse https://internal.sap:8300/
    </Location>
    </VirtualHost>

  • HTTP tunneling and reverse proxy server

    We're currently using Windows Media Services (WMS) to stream
    video on our website. There is an option WMS to use the HTTP
    protocol and to specify the port you'd like to use. This has
    allowed us to stream video through our external firewall, through
    our reverse proxy server, and through our internal firewall to our
    media server. I've been trying for two days now to get Flash Media
    Server (FMS) to do the same thing. For some reason the HTTP
    tunneling (RTMPT) protocol doesn't appear to be acting like the
    HTTP protocol that WMS is using. Anyone have some tips on this
    configuration. I've scoured web resources and documentation as best
    I could. Any help would be greatly appreciated.
    Thanks.

    To give a better picture, here's a more complete description of set up and goals
    Static IP hits external interface of ASA. ASA has a static nat rule to forward it to my DMZ server.
    DMZ server is running IIS 8. Here are what some of the sites look like.
    jira.xxxxx.com -> 10.1.10.21 (ubuntu server) | port 80
    email.xxxxx.com - > 10.1.10.16 (domain joined server 2012) port 80, 443
    media.xxxxx.com -> 10.1.10.14 (domain joined server 2012) port 80, 443
    other stuff like this -> 10.1.10.x port 80 or others
    All of the A records for those domain names point to the static which routes to the ASA and then is NAT'd to the DMZ server. 
    What do I need to do in IIS to have those sites get directed to the proper internal locations?
    Thanks!!

  • DMZ with reverse proxy

    Hi All,
    I am trying to configure DMZ.
    But I am having only one node for apache.
    So I thought of configuring DMZ using Reverse Proxy with no External node.
    But I am bit confused with configuration of Reverse Proxy using the apache shipped with E-business
    My current archecture like:
    Node 1 : Apache ,Forms and MWA
    Node 2 : CM and DB
    OS : AIX 5.3
    Version : 11.5.10.2
    DB : 10.2.0.4
    1.Will there be 2 apache process running as applmgr on node1(one for external and other for internal)
    2.Will there be 2 context files in node1 (one for external and other for internale)
    3.How to configure 2 Server name for node1
    Thanks in advance

    Hi,
    Did you review (Note: 438744.1 - Case History: Implementing a Reverse Proxy Alone in a DMZ Configuration - 11i)?
    Regards,
    Hussein

  • Windows Intergrated Authentication with reverse proxy issue with Safari

    Hi All
    I having a application which has Windows Integrated Authentication, for Internet users we are having a reverse proxy which has a IIS server which will authenticate using basic authentication then redirected to the actual application, every thing works as expected in IE and firefox but in safari there is a second login dialog box appears. When I did a packet capture using wireshark I noticed that in IE and FF the basic authentication which is carried forward to the actual application from IIS server but in Safari there is a NTLM negotiation in between because there is a 401 response so my application asks for on more login dialog. Dose any one knows why safari is behaving like this?
    Thanks & Regards
    Karthikeyan Vaithilingam

    I found a related post https://discussions.apple.com/thread/3274071?start=0&tstart=0. There is an issue with basic authentication and Http Redirect.

  • HTTP adapter using SSL through a reverse proxy (Apache)

    I've configured SSL on the PI Server (Double_Stack) and it is working fine.  I need to configure an Apache server to act as a reverse proxy which will accept client certificates.  Is there a how to or SDN post on this?  I have been searching but no luck.  I have found info on www.apache.org but it is confusing.  Web Dispatcher is not an option in this case (mandated Apache).  Thanks for the help.

    Didn't need to use Apache.

  • SharePoint 2010 portal on DMZ with reverse proxy

    Hi,
    I need to publish sharepoint portal for extranet,Portal can access on internet with AD credential.
    i have one WFE,one App and on db server,I need to know WFE server is required to host on DMZ or new server with any reverse proxy tool.
    we are more concern about security threat.
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

    Chek below:
    http://technet.microsoft.com/en-us/library/dn607304%28v=office.15%29.aspx
    Port details:
    APP\WEB
    1.1.1.1
    1.1.1.2
    APP\WEB
    1.1.1.1
    1.1.1.2
    TCP 16500-16519
    search index component
    APP\WEB
    1.1.1.1
    1.1.1.2
    APP\WEB
    1.1.1.1
    1.1.1.2
    TCP 22233-22236
    AppFabric Caching Service 
    APP\WEB
    1.1.1.1
    1.1.1.2
    APP\WEB
    1.1.1.1
    1.1.1.2
    TCP 808
    Windows Communication Foundation communication
    APP\WEB
    1.1.1.1
    1.1.1.2
    APP\WEB
    1.1.1.1
    1.1.1.2
    TCP 32843, 32844, 32845
    Web servers and service applications (the default is HTTP)
    APP\WEB
    1.1.1.1
    1.1.1.2
    AD DS \DNS(If multiple please include)
    1.1.1.3
    TCP 5725 TCP&UDP 389 (LDAP service) TCP&UDP 88 (Kerberos) TCP&UDP 53 (DNS) UDP 464 (Kerberos Change Password)
    synchronizing profiles between SharePoint 2013 and Active Directory Domain Services (AD DS)
    APP\WEB
    1.1.1.1
    1.1.1.2
    SQL
    1.1.1.4
    TCP 1433, UDP 1434
    SQL Server communication
    APP\WEB
    1.1.1.1
    1.1.1.2
    APP\WEB
    1.1.1.1
    1.1.1.2
    TCP 32846
    SharePoint Foundation User Code Service
    APP\WEB
    1.1.1.1
    1.1.1.2
    SMTP server
    1.1.1.5
    TCP 25
    SMTP for e-mail integration
    APP\WEB
    1.1.1.1
    1.1.1.2
    APP\WEB
    1.1.1.1
    1.1.1.2
    TCP 30000
    Central Admin
    APP\WEB
    1.1.1.1
    1.1.1.2
    APP\WEB
    1.1.1.1
    1.1.1.2
    TCP 2382
    SQL Server Browser service
    SQL1
    1.1.1.4
    SQL2
    1.1.1.5
    TCP 1433 and TCP 5022.
    Multiple SQL if exists
    APP\WEB
    1.1.1.1
    1.1.1.2
    SQL1
    1.1.1.4
    TCP port 135
     Integration Services service
    APP\WEB
    1.1.1.1
    1.1.1.2
    All clients
    All
    TCP 80/443
    For client access
    If this helped you resolve your issue, please mark it Answered

  • Portal with reverse proxy

    I have been trying to implement my portal with a reverse proxy as described in the whitepaper Oracle9iASPortal Configuration Options dated Dec 2000. It hasn't gone well. I did get it to work on a plain portal with no users or customizations but now when I try to set it up with a portal with minor configuration changes, it no longer works thru the reverse proxy. Has anyone had success using Oracle9iASPortal v 1.0.2.1 with a reverse proxy?

    The 9.0.4 Portal Configuration Guide has a section about setting this up:
    5.6 Configuring Reverse Proxy Servers
    The 9.0.4 documentation library can be found on OTN:
    http://www.oracle.com/technology/documentation/appserver10g.html

Maybe you are looking for