Non-standalone Spring Application and SSL [closed]
When deploying a Spring Boot application on a separate Tomcat server, where do I have to configure the SSL connection and certificate?
In my "opinion" I have to do that on the Tomcat server and not in the application.properties. Am I right?
java spring spring-boot ssl tomcat
closed as off-topic by EdChum, DanielBarbarian, Yossi, greg-449, Unheilig Nov 21 '18 at 11:14
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault." – EdChum, DanielBarbarian, Yossi, greg-449
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
When deploying a Spring Boot application on a separate Tomcat server, where do I have to configure the SSL connection and certificate?
In my "opinion" I have to do that on the Tomcat server and not in the application.properties. Am I right?
java spring spring-boot ssl tomcat
closed as off-topic by EdChum, DanielBarbarian, Yossi, greg-449, Unheilig Nov 21 '18 at 11:14
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault." – EdChum, DanielBarbarian, Yossi, greg-449
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
When deploying a Spring Boot application on a separate Tomcat server, where do I have to configure the SSL connection and certificate?
In my "opinion" I have to do that on the Tomcat server and not in the application.properties. Am I right?
java spring spring-boot ssl tomcat
When deploying a Spring Boot application on a separate Tomcat server, where do I have to configure the SSL connection and certificate?
In my "opinion" I have to do that on the Tomcat server and not in the application.properties. Am I right?
java spring spring-boot ssl tomcat
java spring spring-boot ssl tomcat
asked Nov 21 '18 at 7:49
XDAFXDAF
436
436
closed as off-topic by EdChum, DanielBarbarian, Yossi, greg-449, Unheilig Nov 21 '18 at 11:14
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault." – EdChum, DanielBarbarian, Yossi, greg-449
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by EdChum, DanielBarbarian, Yossi, greg-449, Unheilig Nov 21 '18 at 11:14
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault." – EdChum, DanielBarbarian, Yossi, greg-449
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Yes. You configure SSL in server.xml
Very verbose answer ;-)
– Scary Wombat
Nov 21 '18 at 8:04
@ScaryWombat I tried simple "Yes", but it doesn't pass validation because of its length :)
– talex
Nov 21 '18 at 8:05
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes. You configure SSL in server.xml
Very verbose answer ;-)
– Scary Wombat
Nov 21 '18 at 8:04
@ScaryWombat I tried simple "Yes", but it doesn't pass validation because of its length :)
– talex
Nov 21 '18 at 8:05
add a comment |
Yes. You configure SSL in server.xml
Very verbose answer ;-)
– Scary Wombat
Nov 21 '18 at 8:04
@ScaryWombat I tried simple "Yes", but it doesn't pass validation because of its length :)
– talex
Nov 21 '18 at 8:05
add a comment |
Yes. You configure SSL in server.xml
Yes. You configure SSL in server.xml
answered Nov 21 '18 at 7:52
talextalex
11k1648
11k1648
Very verbose answer ;-)
– Scary Wombat
Nov 21 '18 at 8:04
@ScaryWombat I tried simple "Yes", but it doesn't pass validation because of its length :)
– talex
Nov 21 '18 at 8:05
add a comment |
Very verbose answer ;-)
– Scary Wombat
Nov 21 '18 at 8:04
@ScaryWombat I tried simple "Yes", but it doesn't pass validation because of its length :)
– talex
Nov 21 '18 at 8:05
Very verbose answer ;-)
– Scary Wombat
Nov 21 '18 at 8:04
Very verbose answer ;-)
– Scary Wombat
Nov 21 '18 at 8:04
@ScaryWombat I tried simple "Yes", but it doesn't pass validation because of its length :)
– talex
Nov 21 '18 at 8:05
@ScaryWombat I tried simple "Yes", but it doesn't pass validation because of its length :)
– talex
Nov 21 '18 at 8:05
add a comment |