There is client C# application deployed on server A. That application communicates with server B where ActiveMQ is running and uses SSL protocol. Certificates imported on server A and server B (both certs into Current User store: client cert into personal folder and server cert into Cert Authority).
Running application directly from machine A courses no problem. But for real work, user has to run C# application from machine C using shared folder on server A. In such case, connection cannot be established. If I do import cert on machine C, it works fine.
Does it mean, I have to import cert on each user machines? Or put certificates on server A into Local Computer folder?