Problems with "certificate inspection" on Google.com
Hello,
I have a weird problem with webfiltering, certificate inspection (NOT deep inspection) and google.com on a Fortigate 50E, v5.4.4
When I try to open google.com I get an ERR_CONNECTION_CLOSED - on several PCs with FF,IE,Chrome - all the same error; other https sites are working.
Again - I do not have the deep inspection configured only the certificate inspection, therefore I do not have a CA root from the FGT installed (then other websites won´t work as well).
When I disable either the ssl inspection or webfilter completely it works. I have tested this also with a FGT60D on 5.4.4 - same error. On the 60D with 5.2.10 everything was fine.
The configuration is attached below.
Any ideas, any known bugs?
Thanks
Sebastian
config firewall policy [...] edit 22 set srcintf "lan" set dstintf "wan1" set srcaddr "PC UTM Temp disabled" set dstaddr "all" set action accept set schedule "always" set service "ALL" set utm-status enable set webfilter-profile "default" set profile-protocol-options "default" set ssl-ssh-profile "certificate-inspection" set nat enable next [...] end config webfilter profile [...] edit "default" set comment "default web filtering" config ftgd-wf config filters edit 1 set category 2 set action warning next edit 2 set category 7 set action warning next edit 3 set category 8 set action warning next edit 4 set category 9 set action warning next edit 5 set category 11 set action warning next edit 6 set category 12 set action warning next edit 7 set category 13 set action warning next edit 8 set category 14 set action warning next edit 9 set category 15 set action warning next edit 10 set category 16 set action warning next edit 11 set action warning next edit 12 set category 57 set action warning next edit 13 set category 63 set action warning next edit 14 set category 64 set action warning next edit 15 set category 65 set action warning next edit 16 set category 66 set action warning next edit 17 set category 67 set action warning next edit 18 set category 26 set action block next end end next [...] end config firewall ssl-ssh-profile edit "certificate-inspection" set comment "SSL handshake inspection." config https set ports 443 set status certificate-inspection end config ftps set ports 990 set status disable end config imaps set ports 993 set status disable end config pop3s set ports 995 set status disable end config smtps set ports 465 set status disable end set caname "Fortinet_CA_SSLProxy" set certname "Fortinet_SSLProxy" next end