I am trying to implement REST Service for uploading documents in my CS10 environment.I have written the client service using Jersey and the upload is working fine over http. But, to make the webservice secured, i would like to implement it over https with SSL certificate authentication using the same Jersey Client. We have the Content Server Directory Services but not OTDS in our environment.Is it possible to implemment the same.?
Any suggestions would be greatly appreciated.