Resolved! Allowing encrypted FTP traffic
When I create a simple FTP entry, this works: object network BH host 99.199.xx.xx ! object network FTP_APACHE01 host 10.10.31.159 nat (inside,BH) static interface service tcp ftp ftp access-list BH extended permit tcp any host 10.10.31.159 eq ftp I...