I have a point-to-site VPN connection configured for my Azure Virtual Network. I am using certs I created from a PKI I have created in the AD running in the Azure virtual network. I can connect to the Virtual Network from a client computer just fine.
However, if I revoke the client certificate that was issued by my PKI, the client can still connect--are CRL checks not being performed when a point-to-site VPN connection is made? Or is there something else that needs to be done?
Thanks,
Mark