cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
420
Views
0
Helpful
1
Replies

ACE WAF https in Virtual url

gustavo001
Level 1
Level 1

Hello,

I need to use an https server in the back end, but ACE don't allow me to put https in virtual url, only http. How I can do it?. The certificates are in the server.

Thanks,

Gustavo B.

1 Reply 1

mwinnett
Level 3
Level 3

Can you elaborate on the issue? If you are l4 balancing https (ie: not terminating on the ace), it can be specified as below

cdn-ace-1/msw(config)# class-map match-any server-https

cdn-ace-1/msw(config-cmap)# 2 match virtual-address 1.1.1.1 tcp eq ?
  <0-65535>  Virtual-server port
  domain     Domain Name Service (53)
  ftp        File Transfer Protocol (21)
  ftp-data   File Transfer Protocol Data (20)
  http       Hyper Text Transfer Protocol (80)
  https      HTTP over TLS/SSL (443)                      <<<<<<<<<<<<
  irc        Internet Relay Chat (194)
  ...

Matthew

Review Cisco Networking for a $25 gift card