CSS SSL and link modification problem

Hi all
We have a problem using our CSS to offload SSL for a site. The offload works for the first connection, but the web application seems to be rewriting relative links as absolute links.
For example, a user hits the site at https://www.mydomain.com. The CSS is configured to terminate the SSL traffic, and then send HTTP to the internal web server on TCP/81.
What we're seeing in the client's browser is that all links are being returned as http://www.mydomain.com:81/... instead of https://www.mydomain.com/...
Any idea of how we can do this without messing around with the web server too much? I.e. is there a way on the CSS to do link translation?
Thanks

If the link are indeed hardcoded like this, there is nothing the CSS can do.
Bad server design.
If the server is returning a redirect to http://... the CSS can intercept it and rewrite it to https.
Please verify if there is a redirect.
Gilles.

Similar Messages

  • CSS SSL and client certificate

    Hello,
    In a situation where SSL Traffic is terminated on a SSL Module.
    And having clients which to clientcertification.
    There are 2 contents aviable on the webserver.
    One for certified users and one for both.
    Is there a way to restrict a path of a url to clients which performed a client cert?
    And have all other content on that server aviable to both , certified and not certified clients?
    Sven

    Hi Gilles,
    i have not described my problem at all.
    Currently we are doing the SSL Termination on a webserver.
    There are two locations specified in the apache config.
    Like this:
    location /webservices/onlytoca>
    SSLVerifyClient require
    SSLVeridfyDepth 0
    So the path /webservices/onlyToCa is only allowd to clients which did a certification via clientcert.
    The /content is allowed to all.
    I have to migrate to the SSL-Module because we need to analyse the URL for stickyness.
    My question was, is there a way to restrict a url path to clients which did a client certification.
    I can set up the ssl-server to ignore certificaton failures.
    Also, do you know about the HTTP-Header insert? Is the header to be inserted also if the client has not been certified via cc or only if the client performed a certification?
    If not, a solution would be to have 3 contet_rules
    one, which checks for a existing of http-header which is set when the request is cerfified.
    There i can limit the URL to /webservices/toCaOnly/*
    one cr, which allows any other content
    one cr, which sends a redirect to a error page. This one should only be accessed if the url is /webservices/toCaOnly and the http header is not set.
    I hope i wrote it down clear enough to understand.
    Sven

  • Currency and Linked documents problem.

    Hello all,
    I am using the sdk to import documents form one database to another. I have a currency problem when I try to create an AR Invoice based on a Sales Order already in the target database.
    We are running SBO 2005 sp1 pl45
    The Sales order document currency set up like this:
    Header : CAD
    Line 0 : USD
    Line 1 : USD
    Line 5 : USD
    When I create an AR Invoices using the SDK based, I set the currency the same way as for the sales orders. The SDK add the document without errors.
    However, there are always one or more lines that switch to CAD currency.
    Header : CAD
    Line 0 : USD
    Line 1 : CAD
    Line 5 : USD
    I have check the database to make sure the currency field and DocCur field where set to the proper value in the order table.
    This is a simplified version of my code. I am having the same behavior as my application. I also tried to remove the itemcode and currency info without success.
    I have also checked that:
    - The currency exists in the database and the exchange rate is up do date.
    - The Customer, Series and Tax Code are correct.
                   oDoc = oComp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
                    oDoc.CardCode = "C10003"
                    oDoc.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items
                    oDoc.Series = 2
                    oDoc.DocCurrency = "CAD"
                    oDoc.Lines.ItemCode = "GC0001"
                    oDoc.Lines.BaseEntry = 3
                    oDoc.Lines.BaseLine = 0
                    oDoc.Lines.BaseType = 17
                    oDoc.Lines.UnitPrice = 580
                    oDoc.Lines.Currency = "USD"
                    oDoc.Lines.Quantity = 9
                    oDoc.Lines.TaxCode = "TAXNO"
                    oDoc.Lines.Add()
                    oDoc.Lines.BaseEntry = 3
                    oDoc.Lines.BaseLine = 1
                    oDoc.Lines.BaseType = 17
                    oDoc.Lines.ItemCode = "GC0002"
                    oDoc.Lines.UnitPrice = 1233.58
                    oDoc.Lines.Currency = "USD"
                    oDoc.Lines.Quantity = 9
                    oDoc.Lines.TaxCode = "TAXNO"
                    oDoc.Lines.Add()
                    oDoc.Lines.BaseEntry = 3
                    oDoc.Lines.BaseLine = 2
                    oDoc.Lines.BaseType = 17
                    oDoc.Lines.ItemCode = "WH0001"
                    oDoc.Lines.UnitPrice = 447.01
                    oDoc.Lines.Currency = "USD"
                    oDoc.Lines.Quantity = 9
                    oDoc.Lines.TaxCode = "TAXNO"
                    oDoc.Lines.Add()
                    oDoc.Lines.BaseEntry = 3
                    oDoc.Lines.BaseLine = 3
                    oDoc.Lines.BaseType = 17
                    oDoc.Lines.ItemCode = "WH0001"
                    oDoc.Lines.UnitPrice = 997.5
                    oDoc.Lines.Currency = "USD"
                    oDoc.Lines.Quantity = 9
                    oDoc.Lines.TaxCode = "TAXNO"
                    oDoc.Lines.Add()
                    oDoc.Lines.BaseEntry = 3
                    oDoc.Lines.BaseLine = 4
                    oDoc.Lines.BaseType = 17
                    oDoc.Lines.ItemCode = "WH0001"
                    oDoc.Lines.UnitPrice = 276.15
                    oDoc.Lines.Currency = "USD"
                    oDoc.Lines.Quantity = 9
                    oDoc.Lines.TaxCode = "TAXNO"
                    oDoc.Lines.Add()
                    oDoc.Lines.BaseEntry = 3
                    oDoc.Lines.BaseLine = 5
                    oDoc.Lines.BaseType = 17
                    oDoc.Lines.ItemCode = "TM9999"
                    oDoc.Lines.UnitPrice = 205
                    oDoc.Lines.Currency = "USD"
                    oDoc.Lines.Quantity = 9
                    oDoc.Lines.TaxCode = "TAXNO"
                    If oDoc.Add <> 0 Then
                        MessageBox.Show("Error " + oComp.GetLastErrorDescription())
                    Else
                        MessageBox.Show("Good")
                    End If
    Thank you for your help.
    Simon
    Edited by: Simon Lizotte on Jul 29, 2008 10:35 PM

    HI Simon,
    For me it is works perfect.
    I do not know about the taxno tax group, and your localization, but on my 2007APL38 works fine.
    I have used the demo database  SBODEMO_HU, and added an order and invoice from order, and it is works (without TaxCode).
    generally if you inherit a document, you need you the quantity (less or equal then basic) have to be check and the price modified.
    here is my, i have a BP in multi currency = C20007, and items from A00002 to A00005 in the code at the
    If oDoc.Add <> 0 Then there is less than and more than sign, but here is not visible...
    Sub addSalesOrder()
            Dim oDoc As SAPbobsCOM.Documents = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
            oDoc.CardCode = "C20007"
            oDoc.DocType = BoDocumentTypes.dDocument_Items
            oDoc.DocDueDate = Today
            oDoc.DocCurrency = "CAD"
            oDoc.Lines.ItemCode = "A00002"
            oDoc.Lines.Quantity = 9
            oDoc.Lines.UnitPrice = 100
            oDoc.Lines.Currency = "USD"
            oDoc.Lines.Add()
            oDoc.Lines.ItemCode = "A00003"
            oDoc.Lines.Quantity = 9
            oDoc.Lines.UnitPrice = 100
            oDoc.Lines.Currency = "USD"
            oDoc.Lines.Add()
            oDoc.Lines.ItemCode = "A00004"
            oDoc.Lines.Quantity = 9
            oDoc.Lines.UnitPrice = 100
            oDoc.Lines.Currency = "USD"
            oDoc.Lines.Add()
            oDoc.Lines.ItemCode = "A00005"
            oDoc.Lines.Quantity = 9
            oDoc.Lines.UnitPrice = 100
            oDoc.Lines.Currency = "USD"
            If oDoc.Add <> 0 Then
                MsgBox("Erreur " + oCompany.GetLastErrorDescription())
            Else
                Dim newCode As String = oCompany.GetNewObjectKey()
                MsgBox(newCode)
                AddInvoice(newCode)
            End If
        End Sub
        Private Sub AddInvoice(ByVal e As Integer)
            Dim oDoc As SAPbobsCOM.Documents = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
            oDoc.CardCode = "C20007"
            oDoc.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items
            oDoc.DocDate = Today
            oDoc.DocDueDate = Today
            oDoc.DocCurrency = "CAD"
            oDoc.Lines.BaseEntry = e
            oDoc.Lines.BaseLine = 0
            oDoc.Lines.BaseType = 17
            oDoc.Lines.Quantity = 9
            oDoc.Lines.UnitPrice = 580
            oDoc.Lines.Currency = "USD"
            oDoc.Lines.Add()
            oDoc.Lines.BaseEntry = e
            oDoc.Lines.BaseLine = 1
            oDoc.Lines.BaseType = 17
            oDoc.Lines.Quantity = 9
            oDoc.Lines.UnitPrice = 1233.58
            oDoc.Lines.Currency = "USD"
            oDoc.Lines.Add()
            oDoc.Lines.BaseEntry = e
            oDoc.Lines.BaseLine = 2
            oDoc.Lines.BaseType = 17
            oDoc.Lines.Quantity = 9
            oDoc.Lines.UnitPrice = 447.01
            oDoc.Lines.Currency = "USD"
            oDoc.Lines.Add()
            oDoc.Lines.BaseEntry = e
            oDoc.Lines.BaseLine = 3
            oDoc.Lines.BaseType = 17
            oDoc.Lines.Quantity = 9
            oDoc.Lines.UnitPrice = 997.5
            oDoc.Lines.Currency = "USD"
            If oDoc.Add <> 0 Then
                MsgBox("Erreur " + oCompany.GetLastErrorDescription())
            Else
                MsgBox("Good")
            End If
        End Sub
    Regards,
    J.
    Edited by: Janos  Nagy on Jul 30, 2008 5:02 PM

  • URL adapter/OraMobile and links/servicePath problem

    i have an application running on Oracle Mobile which uses the oramobile URL adapter(i think) - i just point a URL which generates simpleResult mobile xml.
    however, using the URL adapter on P2G and pointing to the same URL does NOT work. all my menuitem or anchor links are broken!
    for example:
    <SimpleMenuItem target="login.cfm?did=9">
    this works on oramobile and it connects to the next deck (on webphone). generated code looks like:
    <SimpleMenuItem target="?PAservicepath=%2FUser+Home%2FN%2FNP%2FNpang%2FApplications%2FeRegistry+Mobile&#38;OMPMobileRef=login.cfm&#38;did=9">login</SimpleMenuItem>
    with P2G, the path is unchanged, with just login.cfm... i have set the PAservicepath, forced absolute URLs, etc. but nothing seem to qualify the path.
    help...

    Hello,
    In NWA, check if the 'SLDAccess' property of the CPA service is set to "false". If yes, set it to "true".
    Ensure you use FQHN and that in your SLD you have all the six components registered:
    Domain
    Integration Server
    Integration Repository
    Integration Directory
    RWB
    Adapter Engine
    If one of them are missing, please apply note #764176.
    As a last resource, you may check MANUALLY the steps from link:
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/45/2e4c1b16bb4aa8e10000000a11466f/frameset.htm
    (This is for 7.1, you may find at help.com the link for your version, if it's not 7.1)
    Regards,
    Caio Cagnani

  • Font problem in import and link

    I'm using RH8 and have a problem with a Word doc I linked.In a numbered list, NumberList2, the font reverts to Times New Roman from Arial 10pt. I attach a pic. I've tried reapplying the style, linking again and again and it's very stubborn. Is there a fix?

    Hi
    If this is a Linked Word Document, Try going to File>Project Settings >Next and Click on Edit for Word Document conversion Settings, and
    Select Edit and it would prompt you with all avauilable tags along with their Appearance, Example in Word and Robohelp.
    Check your tag in the List and Select "Source " in Drop Down of RoboHelp Style.
    And try to Select that and observe if the Appearnace or Style is imporved.
    Alternately, if you want you can import the Word Doccument and its assocaiated CSS file would be imported too and you can make changes directly to CSS and reapply them.
    Thanks,
    Anjaneai Srivastava

  • SSL and problems serving images.

    We've recently begun testing our application through SSL (we've
    concluded non-SSL testing and all issues have been resolved.)
    When running through SSL, some images fail to load properly but
    re-appear with a "refresh" or an explicit "show picture" from the
    browser. This doesn't happen to any images in particular but does occur
    frequently -- one or two images for every couple pages served.
    Our installation specifics are as follows:
    NT
    Weblogic 5.1 (sp4) running through DOS batch file
    Oracle 8.1
    JSP / EJB
    VeriSign certificate.
    Any help you can provide will be appreciated.
    Thanks - Jackson

    Thanks for the response.
    I am serving all of the images myself through the SSL connection (i.e., we don't
    have a mixture secure and non-secure images on the page.)
    I agree that we shouldn't require ANY app-side changes as we move from non-SSL
    to SSL.
    Has anyone else experienced this type of problem?
    Sunil Kuchipudi wrote:
    Jackson:
    Whether your images appear or not should be transperent to the application.
    What I mean, when you move from non ssl to ssl mode,
    there should be no changes required for the application code.
    Having said that I would check the following
    Does your page contain and mixture of SSL (ie images served from https) and
    non ssl links (ie image or links served like http:). If the page
    contains a mixture of SSL and non SSL tags then you would run into the
    problems. Netscape would not display the images properly and IE
    would warn you with a dialog box. I would recommend that you go through the
    generated HTML or JSP and check the http and https links.
    I hope this helps.
    -Sunil . K
    Jackson Wilson <[email protected]> wrote in message
    news:[email protected]..
    We've recently begun testing our application through SSL (we've
    concluded non-SSL testing and all issues have been resolved.)
    When running through SSL, some images fail to load properly but
    re-appear with a "refresh" or an explicit "show picture" from the
    browser. This doesn't happen to any images in particular but does occur
    frequently -- one or two images for every couple pages served.
    Our installation specifics are as follows:
    NT
    Weblogic 5.1 (sp4) running through DOS batch file
    Oracle 8.1
    JSP / EJB
    VeriSign certificate.
    Any help you can provide will be appreciated.
    Thanks - Jackson

  • Hyper link of public image(hyperlink or image) can not be saved on windows server 2012 and sharepoint 2010 problem

    hyper link of public image(hyperlink or image) can not be saved on windows server 2012 and sharepoint 2010 problem, is this a bug?
    thanks for any reply.
    Rosone

    It is not a bug, you might be using IE in Windows server 2012 and and browser might be restricting your site actions to respond properly.
    Check this in a different browser or access site in a differ OS.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    It is not possible to do that.
    Allan

  • EDSPermissionError(-14120) problems with LDAP, SSL and Directory Utility

    Hello everyone,
    Apologies for the repost but I think I may have made a mistake by posting this originally in the Installation, Setup and Migration forum instead of the Open Directory forum. At least I think that may be why I didn't receive any responses.
    Anyway, I've been trying to get my head around Open Directory and SSL as they are implemented in Mac OS X Server 10.5 Leopard, and have been having a few issues. I would like to set up a secure internal infrastructure based around a local Certificate Authority that signs certificates for other internal services like LDAP, email, websites, etc.
    I only have one Mac OS X Server and it is kind of a small office so I have gone against best practice and simply made it a CA (through Keychain Utility). I then generated a self-signed SSL certificate through Server Admin, and used the "Generate CSR" option to create a Certificate Signing Request. This went fine, but I did have some problems signing it with the CA, because the server documentation suggested that once I signed it it would pop open a Mail message containing the ASCII version of the signed certificate - it did not, and it took me a loooong time to realize that I could simply export the copy of the signed certificate it put in my local Keychain on the server as a PEM file and paste this back into the "Add Signed or Renewed Certificate from Certificate Authority" dialog box in Server Admin. Hopefully this can be fixed in a forthcoming patch, but I thought I would mention it here in case anyone else is stuck on this issue.
    Once I did this I was able to use this certificate in the web server on the same machine and sure enough I was able to connect to it with with clients who had installed the CA certificate in their system Keychains without getting any error messages - very cool.
    However, I haven't had quite as much luck getting it going with LDAP/Open Directory. I installed the certificate there as well, but have run into a number of problems. At first I could not get clients (also running 10.5.2) to talk to the server at all over SSL, receiving an error in Directory Utility that the server did not support SSL. I eventually discovered that the problem seemed to lie in the fact that the OpenLDAP implementation on Leopard is not tied in with the system Keychain, necessitating some command-line voodoo to install a copy of the CA cert in a local directory and point /etc/openldap/ldap.conf at it, as documented here: http://www.afp548.com/article.php?story=20071203011158936
    This allowed me to do an ldapsearch command over SSL, and seemingly turn SSL on on clients that were previously bound to the directory, and additionally allowed me to run Directory Utility on new clients and put in the server name with the SSL box checked and begin to go through the process of binding. Once this seemed to work, I turned off all plaintext LDAP communication and locked down the service by checking the "Enable authenticated directory binding," "Require authenticated binding," "Disable clear text passwords," and "Encrypt all packets" options in Server Admin. However, I am now running into a new problem, specifically that I cannot successfully bind a local account to a directory account over SSL.
    Here's what happens:
    1) I run Directory Utility, (or it auto-runs) and add a server, typing in the DNS name and clicking the SSL box.
    2) I get asked to authenticate, and type in user credentials, including computer name (incidentally, should this be a FQDN or just a hostname?)
    3) Provided I put admin credentials in here and not user-level credentials, I get taken to the "Do you want to set up Mail, VPN, etc.?" box that normally appears when you autodiscover or connect to an Open Directory server.
    4) I click through, and am asked for a username and password on the server, as well as the password for my local account.
    5) When I put this information in, I get a popup with the dreaded "eDSPermissionError(-14120)" and it fails.
    Checking the logs in Server Admin reveals nothing special, and while I have seen a couple other threads on this error and various other binding problems:
    http://discussions.apple.com/thread.jspa?messageID=5967023
    http://discussions.apple.com/message.jspa?messageID=5982070
    these have not solved the problem. In the Open Directory user name field I am putting the short username. I have tried putting [email protected] and the user's longname but this fails by saying the account does not exist. For some reason it does seem to work if I bind it to the initial admin account I created, but no other user accounts.
    If I turn all the encryption stuff off I am able to join just fine, so I am suspecting that the error may lie in some other "under the hood" piece of software that doesn't get the CA trust settings from the Keychain or the ldap.conf file, but I'm stymied as to which piece of software this might be. Does anyone have any clues on what I might be able to do here?
    Thanks,
    Andrew

    Hard to tell what is happening without looking at the application
    source, knowing what OS & hardware you're using etc. You might want to
    try running with different JVM versions to see if it's actually the VM
    that is the problem. If you have a support contract with BEA you could
    ask support to help you diagnose this.
    Regards,
    /Helena
    Ayub Khan wrote:
    I have an application running on Weblogic 8.1 ( with JRockit as the JVM). This
    application in turns talks to an iPlanet Directory server via LDAP/SSL. The problem
    seems to happen on loading the machine..the performance progressively gets worse
    and after a couple of seconds, all the threads stop responding. I checked the
    heap, cpu and the idle threads in the execute queue and there is nothing there
    to trigger alarms...there are quite a few idle threads still and the heap and
    the cpu utilization seem OK. On doing a thread dump, Is see that all the other
    threads seem to be in a state where they are waiting for data from LDAP and it
    is basically read only data that they are waiting on.
    Does anyone know what it is going on and help point me in the right direction.
    -Ayub

  • Internal links in portal (CSS, images, and other struts actions)

    Good morning gurus! I have another question regarding Struts Portlets. We have an application that builds a page with an image that comes from the database. The application is composed of two Struts actions. One that's in charge of drawing the page and the other action is in charge of bringing the image from the database. The second action is called from a JSP (img src="/getImage.do"). In portal, once the portlet rendered the JSP it doesn't recongnize the other links inside the JSP (the call to the second action). Also, other links suchs as images, CSS, and others Struts actions are not recognized. How can I access images, links, and CSS from the main application (the actual application).
    Best regards,
    Marcelo Oliva
    Message was edited by:
    molivas08

    Hi Andrew -
    This is a pretty big topic for one thread ... I will try to provide some pointers on where to look for more information.
    1. Need ability for non-html literate authors to update text, images and links on their portion of a shared web page
    In the following whitepaper, see the section: Associated Funtion for Item Display
    http://www.oracle.com/technology/products/ias/portal/pdf/oow_10gr2_1336_fender.pdf
    This will allow you to prompt your non-HTML literate users for the "parts" to display and you worry about the UI.
    2. Need ability to enforce common look and feel on content provided by non-html literate authors.
    Create pages based on Templates. Templates can force the style on users. Again - do not use text items and the RTE for users, you control the display with an Associated Function.
    3. Prefer ability to approve content before it goes live.
    Grant content contributors "Manage with Approval" access
    5. Need advanced search capabilities
    Check out the search section on Portal OTN
    http://www.oracle.com/technology/products/ias/portal/content_management_10gr2.html
    Hope this helps,
    Candace

  • New layout, CSS errors and Firefox problems

    Hi
    Could it be that some of the Firefox problems are caused by:
    1) The wrong mime type for the CSS files? Currently it appears to be:
    application/x-css
    shouldn't it be
    text/css
    2) Errors in the CSS files and inline CSS of.
    http://forums.oracle.com/forums/categoryHome.jspa?categoryID=84
    Can recommend using:
    http://jigsaw.w3.org/css-validator/
    ==== New layout ======
    The border error on the download button has been fixed, but the alt attribute of the upper right search icon is still "faq", shouldn't it be "Search"
    <img src="images/search-16x16.gif" width="16" height="16" border="0" alt="Search">
    Axel

    There are a number of fixes still to be made, but most of them will wait until our upgrade (still a few months out).

  • The iPad does not ship unless he closed  ITunes does not recognize or computer  If he shipped fully closed device  I bought a charger and bought Link and the same problem persists  IPad without Jelbrak

    The iPad does not ship unless he closed
    ITunes does not recognize or computer
    If he shipped fully closed device
    I bought a charger and bought Link and the same problem persists
    IPad without Jelbrak

    What do you mean 'does not ship unless he closed' ? What are you trying to do with your iPad, and what happens when you do it ?
    If your computer's iTunes isn't recognising the iPad then do you have the latest version of iTunes installed on your computer ?
    device not showing in iTunes on a PC : http://support.apple.com/kb/TS1538
    on a Mac : http://support.apple.com/kb/TS1591

  • Problems with RH 9Printed Documentation not displaying some popups, drop-downs, and links

    I generate a Word document for reviewers. PrintedDoc properties include: Retain hyperlinks; Include drop-down text; Include expanding text.
    Sometimes the Word 2010 document includes hyperlinks, sometimes it doesn't.
    Popups typically don't work in the Word document.
    Drop-down and expanding text appear intermittently in the Word document.
    Has anyone experienced this and have a solution?
    Thanks.
    Carol

    I have never known hyperlinks to fail except in two situations.
    The target topic is not in the printed document. Obviously it cannot link to something that is not there.
    The hyperlink is a popup.
    Not sure what you mean by popups not working in a printed document. If you mean the links to them break, then see above. Known issue.
    I'm not sure why you are having the dropdown and expanding text problem as I have not known that to be an issue either. Is it always the same dropdowns that fail? Have you compared a good dropdown and a bad dropdown?
    Take a look at Printed Documentation on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • CSS 115xx and SSL module.

    Good day, I have a general question on the SSL module. Currently we have a pair of CSS's handeling our external site web sites. We are starting to run out of external IP addresses, If we installed the SSL module and terminated the Certificates on the CSS would we be able to read the ssl header and utilize 1 ip for multiple ssl sites?
    thx
    -Rich

    Check the URL: Overview of CSS SSL:
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.40/configuration/ssl/guide/overview.html
    Examples of CSS SSL Configurations:
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.10/configuration/ssl/guide/examples.html

  • CSS 11501 and SSL

    Hi,
    I have a few questions regarding the CSS and SSL certificates.
    I have 2 CSS 11501 and 3 web servers, how many SSL certificates do I need?
    I want to configure the CSS as active - active, is this supported using the SSL accelleration module? If it is, is it configured the same way as a standalone CSS. The documentation only mentions configurations using single module and 2 modules in the same CSS.
    And a clarificacion: Does the term Backend in the CSS SSL config refer to servers on a different subnet (in our case physically separated). Our config is 2 FW -> 2 CSS -> 3 Web servers -> 2 backend FW -> 6 Backend servers (app and DB). Am I correct in assuming that Backend refer to this backend? (This might seem like a silly question but the documentation has me confused)
    Any help is much appreciated.
    Thanks,
    Niels

    Niels,
    there is currently an ASK THE EXPERT event.
    Please join us if you have more questions.
    Regarding the certificate, you could just use one.
    Get 1 certificate for your VIP and upload it on both SSL module.
    However, you might have to get 2, because certificate providers usually say it's one per physical device.
    If you plan on doing SSL on the servers as well, you need 3 more certificates. Or you coul use a single certificate if this is allowed by the company that will give it to you.
    Backend refers to server behind the CSS.
    Like a firewall defines inside and outside interfaces, the CSS define the frontend and the backend.
    The frontend is the client side and the backend the server side.
    When you say active/active, what do you want to achieve exactly ?
    You can indeed have 2 Vip and one is active on CSS1 while the other is active on CSS2.
    However, if the CSS shares the same set of servers, you need to be careful that the return traffic from the server to the client goes back to the same server. This may require client nat (group config).
    Regards,
    Gilles.

Maybe you are looking for

  • Text caption to disapear when press play

    I have a video fil on the slide, we want a text box/caption to tell the user press play button(on video) to start it and the text caption fade out when U have pressed play, not automatic fade in and fade out. Is that possible?

  • Customizing Error Message in Jsp app.?

    Hi, In my small application created by JDev10g wizard, I would like to customize errors received from database on dml operations before showing on jsp page. How/Where could I capture the error? Please advise. Thanks

  • Adjusting brightness of display

    I finally installed my KVM switch so I could use my old Windows box again (as little as possible), and I noticed that my Windows display is much brighter and more vibrant than my mini's display. Unfortunately I can't seem to figure out how to adjust

  • Laserjet CP2025 When printing colored text I get a shadow/halo around each letter

    I am able to print black text perfectly but when I try to print any colored text there is a shadow/halo around each letter that makes it difficult to read. I tried turning off the Edge control in the printing properties section but the problem stayed

  • MY POSSIBLE FIX for Time Machine preparing for ages every hour

    Like many others, i have had problems with Time Machines backups - ever since upgrading to 10.5.2. Every hour it would say 'preparing' for ages, and then, when it did finally backup, the data transfer was incredibly slow. Not to mention the amount of