Hi @wlandgraf and others,
I am using xDataServer to make webservice and it works fine with HTTP but not working with HTTPS.
I checked the TMS help link (Http Server | TMS Sparkle documentation) and followed same steps but no success. So request to help on setting HTTPS for xDataServer.
Following is the structure and components I use xDataServer project.
I have following certificate and key files that I want to find with Port 2002 for SSL support.
I have reserved the URL with using TMSHTTPConfig tool.
I have installed the certificates on Local Computer by using MMC
Now, when I bind the certificate to 2002 using TMSHTTPConfig tool then it gets following error.
In Selected Certificate -> I selected the 1st certificate one.
The same I get when I try from netsh command.
I went through many support topics and blogs, many have mentioned that can be a private key issue. Then in my case, how can I check if it is a private key issue.
And above certificate details seems does not have private key but the same folder have a KEY file, then will that not work. Or I need to regenerate the certificate with Key, if so how?