cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
529
Views
0
Helpful
2
Replies

ACE 4710 Appliance end-to-end SSL

dpastor
Level 1
Level 1

Hello,

Am I able to use a port other than 443 to the servers in a end to end SSL config?  For example, 443 to the users and 8443 to the servers?

Thanks,

Dave

1 Accepted Solution

Accepted Solutions

Sean Merrow
Level 4
Level 4

Hi Dave,

Sure that's not a problem at all.  Just make sure you add the 8443 after the rserver name in the serverfarm configuration

serverfarm host REAL_SERVERS
  probe HTTPS-KEEPALIVE
  rserver SERVER_01 8443
    inservice
  rserver SERVER_02 8443
    inservice

Hope this helps,

Sean

View solution in original post

2 Replies 2

Sean Merrow
Level 4
Level 4

Hi Dave,

Sure that's not a problem at all.  Just make sure you add the 8443 after the rserver name in the serverfarm configuration

serverfarm host REAL_SERVERS
  probe HTTPS-KEEPALIVE
  rserver SERVER_01 8443
    inservice
  rserver SERVER_02 8443
    inservice

Hope this helps,

Sean

Thanks, Sean.