Forum Discussion

truongh_36312's avatar
truongh_36312
Icon for Nimbostratus rankNimbostratus
Apr 25, 2019

how to setup virtual server in different domain on both ends.

how do setup virtual server with front end F5 receive aaa.gov and backend server locate in AWS receive bbb.com? do you have article or links how to set up. I'm appreciate your reply and thanks in advance.

 

3 Replies

  • it mean user's browner using aaa.gov certificate but pool members using bbb.com certificate. How do we set up the virtual server to convert the different domain name. Thanks

     

  • Hello truongh

     

    I think it's not totally clear what you exactly your are looking for...

     

    F5 it's a full proxy, so you will be configuring one certificate in the front side (client side) and the server will present a different certificate to the F5, so there are two different certificates in play.

     

    Following this description, yes, you could have the situation where:

     

    1. The backend server presents to the F5 a certificate using 'bbb.com' as domain name.
    2. The F5 presents to the client a certificate using 'aaa.gov' as domain name.

    To do so, you should configure the 'aaa.gov' certificate in the clientssl profile of your virtual server.

     

    KR, Dario.

     

  • Hello. The client send an URL like https://aaa.com/xxx, I have in F5 the ssl client profile with this cert and it is working good. But I need to open a new the request (on the server side) from my self ip (like full proxy) but to a different domain https//:bbb.com/xxx (same or others URIs). The host header must be modified and I tried that with iRule but I seems to change only the initial request. Is there some http or ssl-server-side config to make this work? By the way. The https://bbb.com domain is on google cloud.