Whats involved in converting the REST url from HTTP to HTTPS

The certificate is already there.

Do I just have to use the URL https:.... instead of http:... in

  1. TXDataServer.BaseUrl on server
  2. TXDataWebConnection.URL on client
  3. httpconfig

Do I need to change any other property?

Can you please post XData related topics to the correct forum.
I changed it for you now.

Yes.

Yes.

Yes.

You have to bind your certificate to the IP port, as explained in the documentation:

https://doc.tmssoftware.com/biz/sparkle/guide/server.html#using-http-secure-https

In the following two blog posts, there is a section on Deployment which gives a bit of a checklist for running XData, including using the HTTPConfig tool to reserve a port for XData on the (Windows) system that it is running on.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.