OCSP Server Not Contacted by FortiGate
Hi,
I have a FortiGate 80D on v5.2.8 and FortiAuthenticator (trial) on v4.1.1 (v4.00-build0081).
I have a local user on the FAC and is authenticated via RADIUS from the FortiGate - that's working.
I set up CA, SCEP, Device Certificate Enrollment, User self-registration etc. and everything is working.
Now I want to use online certificate revocation checking - according to FAC document it should be done via SCEP on port 2560.
The settings on the FortiGate:
# show vpn certificate ocsp-server config vpn certificate ocsp-server edit "fac_ocsp" set url "http://192.168.231.3:2560" set cert "REMOTE_Cert_1" next end
When I connect with the FortiClient using username/password and certificate the CRL via SCEP is not checked. I cannot see any communication from the FortiGate to FortiAuthenticator on port 2560.
When I try telnet from FortiGate it seems to be working:
# execute telnet 192.168.231.3 2560 Trying 192.168.231.3... Connected to 192.168.231.3. HTTP/1.0 200 OK Content-Type: application/ocsp-response Content-Transfer-Encoding: Binary Content-Length: 5 Date: Jul 26 13:54:03 2016 GMT Expires: Jul 26 13:59:03 2016 GMT 0 Connection closed by foreign host.
Why the FortiGate is not checking the revocation status? Some other configuration is needed or is it a bug?
