After I got the policy to export now im trying to test the services.
It consist on a device on the Untrust VR accessing a serving on the Trust VR via HTTPS, but i dont even see traffic accessing the SRX, but when i ping I get response from the server, even see the traffic floz for the ping.
any idea
The policy is Open for any traffic and any application.
set security policies from-zone Internet to-zone SES policy SES_VIP description "Nat para interface SES"
set security policies from-zone Internet to-zone SES policy SES_VIP match source-address any
set security policies from-zone Internet to-zone SES policy SES_VIP match destination-address SES_VIP
set security policies from-zone Internet to-zone SES policy SES_VIP match application any
set security policies from-zone Internet to-zone SES policy SES_VIP then permit
set security policies from-zone Internet to-zone SES policy SES_VIP then log session-init
set security policies from-zone Internet to-zone SES policy SES_VIP then log session-close
Is the SRX blocking HTTPS traffic?
Thanks in advanced