SSL certificates and more than one hostname / interface

Hi,
I'm trying to configure the directory proxy server of DSEE7 to listen at 636 (SSL) at 2 different interfaces. As both of them got different hostnames, I get a certificate error for one of them because the name does not match the one of the certificate. Is there a way to configure the proxy server with different certs for different interfaces / hostnames?
thank you,
solst_ice

Hi,
Did you tried SAN certificates (also known as Unified Communication Certificates by Public CA like DigiCert, Entrust etc..) ?
SAN stands for Subject Alternate Names - this allows more than one hostname to be binded to a single certificate for such multihosting setup. I think you should try using a self-signed SAN certificate before purchasing a SAN certificate from External Public CA (if you rely on External Public CA). If you have Private CA then I think there should be much cost impact for you.
HTH,
Randip Malakar

Similar Messages

  • Problems installing SSL certificates for more than one alias on iMS 5.2

    I have a problem to getting encyption on IMAP/HTTP/SMTP when they are on the same server. I only getting one SSL certificate installed by the Netscape console wizard, and therefore only one alias.
    Let's say I have 3 aliases to the same server just for the scalability, imap.vxu.se, smtp.vxu.se and mail.vxu.se for http (https). Then I can only have one certificate installed at the same time, for example https://mail.vxu.se. And the others, like (S)IMAP I getting a dialouge that says the hostname doesnt is the same as the registred in the certificate. How do I solve this? Is there some possibillity to install more than ONE certificate, so I can have one certificate for each alias?
    Environment: Full 420R, Solaris 8, iMS5.2
    Thanks in advice

    Although I completely agree the comments that suggestion this is not a great configuration idea, the error you are seeing ("...bean not found...") likely has nothing to do with the configuration - at least not as mentioned. My first guess is that if you are running the same exact form (FMX) as you ran for your first test then there should be no error. The only way such an error would appear is if the proper jar files are not being pulled to the client JRE or if the fmx was not properly generated. Be sure you are including config=webutil in the URL or that you have added the Webutil configuration info to your own named configuration section of formsweb.cfg
    Regardless, if this is a Windows machine, the probability of having problems with multiple installations of the same version is high. Consider that the system PATH, CLASSPATH, ORACLE_HOME and various other system variables needed by the server side of the installation will overlap for each installation. This will cause problems. On the client side, attempting to download jars of the same name from the same server, but which are not actually the same files will confuse the JRE. If the JRE detects that a file which it has already cached is coming from the same server (host) then it will not attempt to pull it again. This will be a problem if the jars are not exactly the same in both installation. Making the problem worse is that you may not be able to easily determine from which installation the jars (or any files) were obtained.
    So. as a general rule, regardless of whether multple installations can co-exist, I would not recommend it. This is especially true on a Windows platform.

  • EJB3 - More than one remote interface for Session Bean?

    Hi,
    Is it possible in EJB3 to have more than one remote interface for a SessionBean?
    I have seen it posetd on here that it is possible but never been able to find any other information.
    Using JBoss as my App Server, I have deployed an App, where a SessionBean is defined as implementing 2 interfaces, both of which are annotated using @remote.
    However when I examine the JBoss JMX Console, Global JNDI Namespace only one remote interface is listed, and indeed it is the first one defined in the SessionBean.
    Considering I use a String similar to (MyApp/MyBean/remote) to do the JNDI lookup, this would indicate that it is not possible to have more than one remote interface.
    1. Is this a JBoss specific limitation?
    2. Is there another way of performing the JNDI lookup?
    Thanks,
    Alan.

    Hi,
    Thanks for prompt response! I tried the suggestion in my application, and the output from JBoss JMX Console was
    +- XXXBean (class: org.jnp.interfaces.NamingContext)
      |   |   +- remote (proxy: $Proxy291 implements No ClassLoaders found for: xxx.xxx.xxx.xxx.xxx.Remote1 (no security manager: RMI class loader disabled))Again only displaying the remote interface that is first in the @remote ({ Remote1.class , Remote2.class}) list. This would lead me to believe that JBoss does not support this.
    Can anyone confirm this?
    Alan.

  • I entered calculates hands and more than one account and used a credit card please raise security measure for Visa card and thank you

    I entered calculates hands and more than one account and used a credit card please raise security measure for Visa card and thank you

    Hi Eva B.,
    Please refer to the help document below:
    Adobe Store | Online order and payment FAQ
    Regards,
    Sheena

  • More than one outbound interface for the webservice scenario

    Hi Experts,
    Is it possible to have more than one outbound interface for the Webservice synchronous scenario? I have tried it , but I couldn't implement it.
    I would like to have your suggestions.
    Regards
    Sara

    Hey,
    Creation of a wsdl file
    /people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i
    N:1 seemz he was refering to multimapping scenario.
    <b>Cheers,
    *RAJ*
    *REWARD POINTS IF FOUND USEFULL*</b>

  • Can i record with more than one audio interface

    I need to record 16 tracks, I have two different audio iterface, in GarageBand i can only find one of them, if i go to prefrenses-audio, I can set any of them as my audio interface, but only one at the time.
    Any tips to how I can use bouth simultanious? Cubase, Logic mabye, GarageBand no can do? :-)

    josteinfromoslo wrote:
     can i record with more than one audio interface
    yes, create an aggregate device:
    http://www.bulletsandbones.com/GB/Tutorials.html#allaboutaggregatedevices
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    josteinfromoslo wrote:
    I need to record 16 tracks
    GB can only record 8 tracks at a time, however that is 16 channels, so with some extra effort you can get the outcome you desire, see the second tip here:
    http://www.bulletsandbones.com/GB/TricksHacks.html

  • Populating more than one table and more than one field

    I need some suggestions and this forum has always been a great source of good advice.
    I have a web form at the following location: http://www.webdevpractice.com/genoptix/CE/register.php
    Here's what the web form needs to do:
    Send a confirmation email listing seminars the visitor checked on the form.
    Create a similar message on a confirmation page.
    Populate 2 two tables.
    Items 1 and 2 are working fine.
    The advice I need is on how to populate two tables in the database.
    There are three tables:
    ACCOUNTS
    account_id
    first_name
    last_name
    medtech_id
    job_title
    npi
    company
    city
    state
    email
    phone
    contact
    ATTENDANCE
    attendance_id
    account_id
    seminar_id
    SEMINARS
    seminar_id
    seminar
    speaker_first_name
    speaker_last_name
    date
    The web form contains data that need to go into the ACCOUNTS table and the ATTENDANCE table. The challenge is getting the account_id and seminar_id into the ATTENDANCE table. If all the information was inserted properly, I could write a query that revealed who was taking what seminar.
    Inserting data into the ACCOUNTS table is not a problem. I will create another form to insert information into the SEMINARS so that should not be a problem. But inserting the account_id and the seminar_id is what I am wondering about. Also, can more than one record be inserted in a table? If an user checks more that one seminar, each seminar (seminar_id) would need to be inserted in the ATTENDANCE table as separate records along with the account_id. I'm thinking I may have to do this manually. Also, the values for each seminar are their dates and titles. I used these as values to send the confirmations.
    I'm just looking for advice at this point. Is this doable?

    Bregent,
    The table I am wondering about is the ATTENDANCE table. There are two fields in addition to the primary key: account_id and seminar_id. The field I am concern with is the seminar_id which comes from a group of checkboxs on the form. So, one form could create several records. For example, presently there are three seminars that are offered. If the visitor selects all three seminars, that would create three records in the SEMINARS table. So, it might look like this:
    attendance_id     account_id     seminar_id
         1                    1                    1
         2                    1                    2
         3                    1                    3
    My PHP skills are basic. I've done other forms and use PHP in other ways. But I have never had to populate several rows in one table with an array of checkboxes nor have I be able to find an example of this.
    So the advice I am seeking (and perhaps this is premature) is this:
    Can one field from a table populate more than one record?
    Should I set up checkboxs as a group or individually with a different name?
    I am also considering setting up my tables differently so there is a table from each seminar--that may solve my problem.

  • Once I updated to Firefox 11, I can't open pdf's. This is on more than computer, snow leopard and lion and more than one website.

    I've updated to Firefox 11 and now I can't open online pdf's. This has happened on more than 1 computer, using both OS 10.6.8 and OS 7.0 and on more than one website. I tried unchecking "block pop-ups" under preferences but that didn't help.
    When I use Safari to open the same pdf's, they open up fine. Everything worked fine with my Firefox until I did the upgrade.
    I'd prefer to continue to use Firefox, but I can't figure out the root of the problem.
    Has anyone else had this happen as well?

    I found a recommendation in another thread:
    ''If using a Mac, go to the Firefox Plugins and disable the Adobe Acrobat NPAPI Plug-in, Version 10.1.3. This is a recent plugin update, and as soon as it was installed I noticed that PDFs wouldn't download.''
    ''Location: [Menu] Tools/Add-Ons/Plugins ''
    https://support.mozilla.org/en-US/questions/775819

  • IChat AV with NAT and more than one Mac

    I am a bit confused about firewall settings for iChat AV. I have a netgear FVS328 router. Obviously to have iChat working, I first open the firewall on my mac (Tiger) for the appropriate ports. Then I defined a service on the router and a rule to open those ports. It works... however, I have an issue.
    In the router firewall setup I had to give an LAN IP Address to which packets for those specific iChat ports would be forwarded. Now, I understand this when a connexion is ignited from the Internet and (for example) you would want all HTTP trafic on port 80 to go to your web server. But here I have more than one mac behind my firewall. Moreover, they get there address by DHCP. I can't change the firewall setting each time I want to chat from a different computer!
    I tried to have a look at port triggering, but it doens't seem to exist on the netgear. But even though, I would have to specify an IP address on my LAN.
    Why is this needed since basically both iChat parties are already connected to .Mac so the connexion is made!
    I am also wondering how they manage that kind of problem in Internet cafes where they certainly do not have a fixed Internet IP address for each PC or Mac available!

    It is not possible to port forward the same port number to more than one computer on any router that does NAT. It is impossible for the router to know which of the computers to send it to and sending it to both would confuse the software.
    Think of it another way all post for a particular house is delivered by a postman. Once posted in the mailbox someone picks it up and ensures it reaches the correct person by the name written on the post. Now if you have 2 John Smiths in the same house nobody will know which one it is for. The same applies to the port numbers on the router. Some applications allow you to select a unique range of ports for each computer so you can organize a unique port for each computer but iChat doesn't.

  • BPM with more than one incoming interface.

    Hi experts.
    My scenario is File --> BPM --> SOAP
    The BPM is:    Fork Step               - Necessary branches is set to one.
                                                                   First branch - Async recieve step for Msg1 Interface. Start process is checked.
                                                                   Second branch - Async recieve step for Msg2 Interface. Start process is checked.
                            Transformation step - Which maps the recieved msg to another interface.
                            Async Send step    -  Which sends the message to the receiver.
    There are a few more steps in the bpm before the send step but they are not relevant.
    The goal of the bpm is to recieve one of the 2 messages and perform the needed actions on it.
    I took the idea from the SAP BASIS template of the "BPMpattermColectMultiIf" bpm,
    and changed to the number of necessary branches to 1.
    My problem is that the process runs fine only for the first msg.
    When Msg2 is being set to the bpm a SYS EROR ocuurs in the inbound side of the bpm "BPM parameter error".
    I have made a few checks and figured that if the Property of "Start process" is not set on both recieve steps the error doesn't ocurr.
    Hope you will be able to help me solve my problem.
    Regards Max.

    As far as i understand, you have set on two branches for receiver "Start Process" ??
    Yes you are wright.
    Both recieve steps can starts the process.
    But in case the property "start Process" of the first MSG recieve step is unchecked,
    the second msg is recieved just fine.
    And in case both recieve steps may start the process only the first msg could be recieved.

  • Setup more than one ethernet interface

    Hi,
    On a 10.5.2 server, I have 4 ethernet ports, 2 on Lan and 2 on Wan with public IP.
    What I am suposed to do first :
    1- Setup 1 lan interface, DNS, others interfaces an d thne services
    2- Setup 4 interfces, Dns, Services
    3- Other
    Services planned on that Xserve : DNS, OD, Ical, VPN, MAil, Web.
    Thank's four your help
    Eric Sudan

    Thank's for your response servantofserver,
    I'll have an internal DSN, so I'am not sure of one thing :
    What ethernet interface is suposed to be the "primary" ?
    One of the lan, or one of the wan ?
    Can it be changed later, changing the order by drag and drop ?, need to use changeip ?
    Thank's
    Eric

  • Adf faces, data control and more than one session context ?

    I already put the question in the forum but nobody answered may be my question may not be so clear so i would put it again with other words.
    Each xml page definition are instantiated in a binding container for a http session, you are able to get the data with bindings or data that represent the current binding container (bindings) or a given container corresponding to an another page that the current (data).
    It is perfect when you don't allow multiple instances of the same page in the same application session. Browser are now offering tab management that allow user to navigate through multiple applications just by changing the current tab. It's very useful. I imagine that user's will be using it also in my application and will use it to compare or more simply just watch about two different entities of the same type (the same xml page definition, the same object instantiated in the binding container).
    Because the binding container is associated with the http session all tabs will share the same one, isn't ? So i understand the problem and that it is forbidden to have many identical page for a single instance in the binding container because of synchronization issues.
    Is all that i said true ?
    Is it a way to solve this type of problem ?
    Will this problem be addressed by adf faces and data controls ?
    Hope somebody will answer !
    Message was edited by:
    micwic

    I already put the question in the forum but nobody answered may be my question may not be so clear so i would put it again with other words.
    Each xml page definition are instantiated in a binding container for a http session, you are able to get the data with bindings or data that represent the current binding container (bindings) or a given container corresponding to an another page that the current (data).
    It is perfect when you don't allow multiple instances of the same page in the same application session. Browser are now offering tab management that allow user to navigate through multiple applications just by changing the current tab. It's very useful. I imagine that user's will be using it also in my application and will use it to compare or more simply just watch about two different entities of the same type (the same xml page definition, the same object instantiated in the binding container).
    Because the binding container is associated with the http session all tabs will share the same one, isn't ? So i understand the problem and that it is forbidden to have many identical page for a single instance in the binding container because of synchronization issues.
    Is all that i said true ?
    Is it a way to solve this type of problem ?
    Will this problem be addressed by adf faces and data controls ?
    Hope somebody will answer !
    Message was edited by:
    micwic

  • HT202213 Home sharing.  Multiple ipods and more than one user..... Do they all need seperate accounts?

    I have set my kids ipods up on home sharing.  Now when their games on each personal ipod, they are the same user.  Is there any way of changing this?  Or do I have to make each kid a seperate account and buy all of these games twice? 

    It doesn't look like anybody had any answers for me, but its no big deal as I solved it myself. The problem was dependent on the WebLogic's implementation of their security context and hence there probably isn't a generic solution. It turns out that WebLogic can associate a user object with each thread. If a thread does not have a user object associated with it, it uses the default user which is assigned the first time a user signs in. The problem was that the application thread was used to initially sign in, but the awt event thread was used to access the ejb. Since the awt thread had no context it would use the default.
    If anyone wants to know more about the exact solution you can email me at r k e n w o r t h y@h o t m a i l . c o m (pardon the spaces - hopefully they will avoid extra spam going to my account).

  • How to use development certificate on more than one machine?

    Hello,
    I have two Mac Mini's. One which I use to run the publicly released OS's on, and one I use to run beta software on. I do this because if the beta machine gets "screwy" due to a buggy beta release (which is usually inevitable) I don't really care. It's not affecting my other needs.
    I signed up for the developer license for iOS,which was easy enough and it works flawlessly on the machine I initially signed up on.
    The question is, how do I specifically "unlock" the other machine? I made a backup (pursuant to the instructions) of the "MyProfile.developerprofile" file. Is it as simple as me just copying that file to my other machine? If so, where do I place it and how do I get Xcode to read it?
    I am sorry for the "newbie" question. The information on the Apple site wasn't very clear to me and I'd rather not screw this up if I don't have to.
    Thank you all for your help.
    -Spo-

    2 activations allowed - Cloud License http://www.adobe.com/legal/licenses-terms.html

  • More Than One Website and More Than One Column

    Hi. I have two questions.
    1. I have two websites on my iWeb - one for me and one for a company I'm making a website for. I only want to upload the one for me onto my .Mac account, but I don't want to delete the other site. How do I get only one site uploaded without deleting one?
    2. How do I have my text box divided into two columns? I don't want to wind up with a rather long list of items.
    Thank you.

    Andlabs,
    How do I get only one site uploaded without deleting one?
    Separate your sites into individual Domain files. Instructions for this can be found here.
    How do I have my text box divided into two columns?
    iWeb is no where near Word when it comes to handling text; in fact, it is frustratingly inept. My suggestion would be to use multiple text boxes placed next to one another; you can eliminate the lines that define the text boxes in Inspector, which will give a good 'illusion' of columns. (Stroke/none).
    Mark

Maybe you are looking for

  • Alert message 1611

    Could someone help me to exit from a recovery mode for my iphone? I've searched through many website and tried many ways but still can't have the problem fixed. An alert message 1611 comes out when I wanted to get an updated itunes. I tried re-bootin

  • Runtime error and unable to create new web application

    Hi when i create new web application i faced this error Runtime error and unable to create new web application. in this farm we have 2 wfe servers 2 application servers. adil

  • Cannot Align text in cell

    Greetings, I am having issues when trying to format my spreadsheet.  First of all, I have "Wrap Text in Cell" option turned on.  So when I have text that can fit into the cell, its fine.  But when I have long text in the cell, it wraps the text in th

  • Is it possible to install v.10.9 on new MAC with disk v.10.7?

    After inserting disk nothing happens.

  • Do I need to register after purchase of lenovo s860

    Hi ,     Do I need to register explicity after purchased of lenovo s860 through online?. If I want to check the product is origninal or not? If I want to increase the warrently what should i have to do? Please let us know answers for the above doubts