Changing the restserver to an HTTPS server from http and can not get it work
Witch parameters should be set and to what
1 on the restserver
2 on my IIS webserver
3 in Http.Sys
4 if others that are needed
I have a certicate om the webserver
I also have pointer from my domainserver that points to the adress where the actual server is
Your server either runs on HTTP or HTTPS. Not both.
If you wan to run it as HTTP you have to change the BaseURL of your XData server so that it starts with http:// instead of https://.
Giving more information like error messages and configuration details might help us to better guess what's' wrong.
IF I run everything in HTTPS
Witch parameters must be set and to what
in my restserver
in my Webprograms
in My server IIS
in Http.sys
others that I do not now
I have a certicate om the webserver
I also have pointer from my domainserver that points to the adress where the actual server is
Here is documentation about the subject:
And an article about the subject: