Question

I'm using a .net assembly that was digitally signed (using comodo), and I noticed that the first time my application loads the assembly it connects to 'ocsp.usertrust.com' and 'crl.comodoca.com'.

Is there a way to avoid these connections?

Was it helpful?

Solution

It may be automatically checking for revocation of the certificate. There's an option for this in IE - Tools > Internet Options > Advanced > Security > Check For Publisher's Certificate Revocation

OTHER TIPS

It is just verifying the cert. The problem is???? Unsign the assembly, if you can, or block the port or address.

But what is the problem?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top