Question
Load Balance http conversion to https
Hello everyone! I' m running a 310B with V4 MR2 Patch 7 and I' m having trouble with one small feature. I' ve created a VIP as type server-load-balance and server-type https and enabled ssl-http-location-convertion however, I' m still only able to use https://my.site.com to navigate to the site. The redirection from http to https doesn' t seem to be working. Here is the rest of the config as well. config firewall vip edit " MySiteHTTPS" set type server-load-balance set extip xxx.xxx.xxx.xxx set extintf " amc-sw1/1" set server-type https set monitor " Do A Test" set ldb-method least-session set extport 443 config realservers edit 1 set ip 10.0.0.x set port 80 next edit 2 set ip 10.0.0.xx set port 80 next end set ssl-certificate " mySite" set ssl-http-location-conversion enable next end The firewall policy is setup for this LoadBalance for " any" service and " always" for schedule. Like I said, the LoadBalance seems to be working properly, I' m just not able to get it to respond to http and replace it with https. Any ideas or documents that could point me in the right direction? Thanks! Nick.