Forum Discussion

Konstantin_Kumi's avatar
Konstantin_Kumi
Icon for Nimbostratus rankNimbostratus
Jun 11, 2014
Solved

Translatin non-standard https to https

Is there any way to do the following port translation:

 

https://vs_ip -> https://node_ip:8080

 

Node members are listening on non-standard port but expect only https connections. Do I need an iRule for this?

 

  • If the incoming traffic is ssl and you have no clientssl profile then the pool members will receive ssl traffic. If you have a clientssl profile then you need to add a corresponding serverssl profile to ensure the serverside remains ssl encrypted.

     

4 Replies

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    No need for an iRule. Your vs can be listening on port 443 and your pool members could be configured with port 8080. The vs will port translate for you.

     

  • Thank you for quick reply.

     

    For some reason it's not working. I'm under impression that it translates from https to http:8080 when I configure pool members for 8080.

     

  • If the incoming traffic is ssl and you have no clientssl profile then the pool members will receive ssl traffic. If you have a clientssl profile then you need to add a corresponding serverssl profile to ensure the serverside remains ssl encrypted.