Switch to HTTPS #977
Unanswered
alessandromas
asked this question in
Q&A
Replies: 1 comment
-
Yes, of course it's possible and is very easy to do. Being a standard Java web application Spline has nothing to do with handling transport protocols - it's managed by the web server. If you are deploying WARs to a Tomcat all you need to do is to generate a certificate (unless you already have it) and uncomment a few lines in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm actually running the 0.5.6 version of Spline installed via WAR deployment on Tomcat ( CentOS )
For security reason i need to know if is it possibile to use the HTTPS protocol instead of HTTP mainly for rest gateway. A nice have would be to have the same switch for GUI and Agent
Is there a way? If so, how can i do that?
Beta Was this translation helpful? Give feedback.
All reactions