Hi @udi-moshe_0021,
Thanks for the information and I appreciate the background. Did you try the method of referencing the certificate by it's thumbprint while using the Windows Store? The only logs we have is if you run the IWS in a console instead of as a Windows service. This will allow you to see the console output from .NET when we register the certificate. You can do that with the following command:
"C:\Program Files\ProGet\Service\ProGet.Service.exe" run webonly
Based on the error you originally provided though, that error almost always means that the Service Account doesn't have access to the certificate and it's private keys. Can you tell me a little more about your setup?
- Are you binding only the port (
Urls="http://*:80;https://*:443"in the config file ) or did you configure it for port sharing? - Is there a proxy in front of your site?
- What account are you running your IWS service as, Network Service, local domain account, etc....?
Thanks,
Rich