> 1. By the way if I am using the server version gluu-server-2.4.4-1-1.rhel7.x86_64.rpm is that equivalent to SCIM-Client-2.4.4.sp1.jar for download?
They are not the same, the latter is an SP1, the former is not. We have just released SP2, and SP releases are updates installed on top of the main release. The update doc is [here](https://gluu.org/docs/deployment/updating/).
> 2. Is this SCIM-Client-2.4.4.sp1.jar a SCIM or SCIM2 client?
It is both 1.1 and 2.0. Please see the unit tests which are all included in SCIM-Client. 1.1 though is scheduled for deprecation very, very soon.
> I am assuming we need to create a self signed certificate for the SSL connection then import to the Java keystore?
No, you don't need to create one, what you need is Gluu's cert to be added to your client's JDK `cacerts` keystore. You can export this via the browser, for example using Google Chrome. You can import it also by `keytool`, or a GUI like [KeyStore Explorer](http://www.keystore-explorer.org/).