Hi @Lela Keller ,
In this case, you are most likely trying to bind to a public certificate. That's not going to work. A web server requires both a private and public key to be able to both encrypt and decrypt information. If you only have a public key then you can only encrypt data -- you won't be able to decrypt it. This is obviously a problem. To fix this problem, you will need a certificate with both a private and public key. You're not going to get this working with just a public key.
An easy way to tell if this is the problem you're facing is to examine the certificates panel in MMC, please refer to: Troubleshooting SSL Certificate Binding on SSRS/PBIRS.
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.