How to enable HTTPS in a Spring Boot application || Spring Boot SSL || Spring boot enable SSL

Опубликовано: 29 Август 2019
на канале: Codefarm
11,153
162

Everyone understands how important it is to keep an internet connection secure and safeguarding any sensitive data that is being sent between two systems. SSL uses encryption algorithms to scramble data in transit.

This video covers the following topics about enabling SSL in spring boot application -

1. What is SSL?

2. What is TLS?

3. What is an SSL certificate?

4. HTTP vs HTTPS

5. What are Truststore and Keystore?

6. What is a Self-signed SSL certificate?

7. How to generate a Self-signed SSL certificate?

--------------------------------------------------------------------------------------------------------------
Source code and other related videos - https://github.com/greenlearner01/ssl
---------------------------------------------------------------------------------------------------------------

Check out all Spring RestTemplate videos -    • Exchange method of Spring RestTemplat...  

Checkout all circuit breaker videos -    • Circuit Breaker In Microservices || H...  

Code explained in the video - https://github.com/greenlearner01/Cir...


Checkout all OpenFeign client videos -    • Spring Cloud OpenFeign  


Check out all microservices videos -    • Microservices with Spring Boot  




Please share your feedback in the comment section.
Do hit like, share with friends and subscribe for more such videos.


Connect with us on social media -
GreenLearner @facebook -   / greenlearner  
GreenLearner @twitter -   / greenlearner01  
GreenLearner @quora - https://www.quora.com/profile/Arvind-...
GreenLearner @Instagram -   / arvind4greenlearner  


Related videos that must be looked into -

Monitoring spring boot application with actuator part-1 -    • Microservices with Spring Boot #6.1 |...  

Monitoring spring boot application with actuator part-2 -   • Microservices with Spring Boot #6.2  ...  

Spring data JPA -    • Microservices with Spring Boot #11.1 ...  

YAML in spring boot-    • Microservices with Spring Boot #8.2 |...  

RESTfull Application using spring boot -    • Microservices with Spring boot #3 || ...  

Different Ways to Run Spring Boot Application -    • Different Ways to Run Spring Boot App...  

Logging in Spring Boot App -    • Microservices with Spring Boot #10 ||...  

Swagger -    • Microservices with Spring Boot #7 || ...  

References -
https://www.websecurity.symantec.com/...
https://www.globalsign.com/en-in/ssl-...



Happy Coding!!
Cheers!!
#HttpVsHttps
#EnableSSL
#EnableSSLInSpringBoot
#HttpsRestFulServices
#EnablingSSLInRESTServices
#GreenLearner