In BP v6.1, I've created and exposed some Blue Prism Objects as Web Services, and now I'd like to encrypt the calls coming into these Web Services. I've reviewed the 'Securing BP Network Connectivity' guide, but still feel pretty lost as to how exactly i setup encryption and validate it. Here's what I've done so far:
1) Worked with my Network Team to create BP.cer and BP.pfx using the same Common Name and same .csr
2) Installed BP.pfx on my Web Service endpoint (the resource which will execute the WS) in non-admin MMC - Trusted Root Certification Authorities for Current User
3) Started the BP service with the /sslcert flag and thumbprint from the installed BP.pfx; the Service started with no errors
At this point, I'm not sure how to validate that what i've done so far is correct, nor how to actually validate that the encryption is working correctly. One simple test that I tried is that I'm no longer able to access the Web Service homepage for that resource (:8181/ws/) via http or https.
Can someone please provide me some guidance and their own experiences setting up SSL encryption? Thanks!!