Shinydrive & SSL
Shinydrive fully supports using an SSL (Secure Sockets Layer) configuration. There is nothing you need to configure in Shinydrive for this to work, it's all done on the Tomcat level. Since there is nothing to configure in Shinydrive, you will need to look at Apache Tomcat's documentation for setting this up. There are guides available based on the version of Tomcat you are using from Apache.
Tomcat 8.5
https://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html
Tomcat 9
https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html
Tomcat 10
There is no need for the Tomcat for CWS to have SSL configured as the communication is local only (localhost) and CWS communicates with Content Sever on port 2099 through it’s own protocol.
After you have switched to SSL, you will need to make sure the Shinydrive client is using https:// in the server URL field and the new port number (Tomcat's default SSL port is 8443).