HTTP to HTTPS using SSL and SpringBoot | Java Techie

  Рет қаралды 51,724

Java Techie

Java Techie

6 жыл бұрын

This video explain you how to work with HTTPS by your own self signed certificate using spring boot & SSL
#JavaTechie #Http #Https #SpringBoot #SSL
GitHub:
github.com/Java-Techie-jt/spr...
Blogs:
javagyanmantra.wixsite.com/we...
Facebook Group
/ 919464521471923
Like & Subscribe

Пікірлер: 51
@sreekanthreddy7333
@sreekanthreddy7333 6 жыл бұрын
Learned one more point from you. Thanks bro
@ranjandas7891
@ranjandas7891 4 жыл бұрын
Nice Explanation Sir Keep it up
@mujahidkairana
@mujahidkairana 8 ай бұрын
It helped me a lot today, Thanks for your such a great contribution.
@voithia2594
@voithia2594 5 жыл бұрын
Helpful video sir. Thank you :)
@kirtim1930
@kirtim1930 3 жыл бұрын
Thank you very much! Its really useful
@psychog_ax
@psychog_ax 11 ай бұрын
Thank you so much! This is amazing!
@slavarossii-22
@slavarossii-22 11 ай бұрын
Thank you very much friend!!!
@gopishettymahindra2713
@gopishettymahindra2713 8 ай бұрын
Hi Sir , Great explanation. Can you create one video how microservices communicates with each other if each one protected with different certificates ?
@peterkyle_0125
@peterkyle_0125 9 ай бұрын
This works so well, thanks as always JavaTechie 😉
@mayconrp365
@mayconrp365 Жыл бұрын
thank you my friend!
@sharma2029
@sharma2029 6 жыл бұрын
Thank you :)
@gowtham4383
@gowtham4383 2 ай бұрын
Thank you
@Patrickus23
@Patrickus23 9 ай бұрын
Great tutorial! How can you use a frontend that consumes the backend's https endpoints?
@monishghutke1552
@monishghutke1552 2 жыл бұрын
please create another video where you are creating the web client Microservice with creative web client and consuming the secure api
@HemaLatha-dz4xr
@HemaLatha-dz4xr Жыл бұрын
Hi @javatechie can you please do video on how to consume ssl spring boot application using resttemplate or webclient without getting asl handshake exception
@Javatechie
@Javatechie Жыл бұрын
Okay i will
@rakesh2233
@rakesh2233 3 жыл бұрын
hii is there any other way to acheive https in spring boot, rather using java keystore approach ? Thanks..
@gourabgoswami8798
@gourabgoswami8798 3 жыл бұрын
Hi, Can you create one video how microservices communicates with each other if each one protected with different certificates ?
@krishnan6201
@krishnan6201 11 ай бұрын
how to verify other service trust calls while using the trust key or trust store.
@venkatmaharajan4768
@venkatmaharajan4768 4 жыл бұрын
This is for redirect from http to https. What if the certificate expired and if I access application via http, will it work??
@arpit-jain
@arpit-jain Жыл бұрын
Followed your given steps, it's working. If anyone faces 'password incorrect' issue, change property to server.ssl.key-store-password (from key-password). Can you also show how to do this with .pem file as well?
@Javatechie
@Javatechie Жыл бұрын
Okay i will
@shreyachandak5169
@shreyachandak5169 Жыл бұрын
Thanks man! Saved my day..
@chandrakantjaiswal8500
@chandrakantjaiswal8500 Жыл бұрын
Hi Basant.Could you pls make video with external tomcat server
@Javatechie
@Javatechie Жыл бұрын
Already uploaded please check kzbin.info/www/bejne/b5-nhJh_rryHd8U
@sasikala_chowdary
@sasikala_chowdary 2 жыл бұрын
I am getting " class path resource cant not be resolved to url because it doesn't exists" . I saved the keystore values in c:users:kl47***** Copied and pasted that in resources:template Why i am getting this error??
@ChetanRawattunein
@ChetanRawattunein 3 жыл бұрын
I have website where I want to access my spring boot APIs. The website has its own SSL certificate, do I need to provide the same certificate to spring boot or create a new one
@Javatechie
@Javatechie 3 жыл бұрын
Yes but I am not sure about the approach please ask in my facebook group link mentioned in video description
@akhilraj4535
@akhilraj4535 3 жыл бұрын
if i upload this application in ec2 will https work there? or i will have to do any other configuration in ec2?
@Javatechie
@Javatechie 3 жыл бұрын
I will check and update
@mamory2101
@mamory2101 2 ай бұрын
Is there a way to fix SSL error not secure show in the browser?
@prashhanthnelakanti4992
@prashhanthnelakanti4992 3 жыл бұрын
Bro do a video on hw to consume https through resttemplate
@Javatechie
@Javatechie 3 жыл бұрын
Okay that's good idea
@golu4625
@golu4625 Жыл бұрын
Looking for same bro
@anooptripathi6577
@anooptripathi6577 5 жыл бұрын
How to secure Rest client and how match SSL certificate client and resources could you give clarify
@Javatechie
@Javatechie 5 жыл бұрын
Client side I never tried @anoop , will check and let you know ok
@YantrikiThepowerofMachinesPune
@YantrikiThepowerofMachinesPune 2 жыл бұрын
in my case , it is not running on the yml port no ,its running on default port 8080, any help
@kynjribajwatmarbaniang8659
@kynjribajwatmarbaniang8659 2 жыл бұрын
try to configure everything in application .properties instead of yml
@YantrikiThepowerofMachinesPune
@YantrikiThepowerofMachinesPune 2 жыл бұрын
@@kynjribajwatmarbaniang8659 I tried the same as you suggested and only used application.properties but it says password verification failed ,keystore was tempered ,web server startstop
@aloknalawade5334
@aloknalawade5334 4 жыл бұрын
How to send the authentication credentials to the SoapService via the client ?
@Javatechie
@Javatechie 4 жыл бұрын
We need to pass as part of request header
@mayankbisht1074
@mayankbisht1074 2 жыл бұрын
did it work for you? i am getting password verification failed even after entering right password
@Javatechie
@Javatechie 2 жыл бұрын
Check your LDAP file
@oguzhan2393
@oguzhan2393 Жыл бұрын
but still shows not secure, it should be secure because you are using https?
@Javatechie
@Javatechie Жыл бұрын
Yes but we are just creating a certificate by using the keystore . We need to do same on some VM
@oguzhan2393
@oguzhan2393 Жыл бұрын
@@Javatechie how can I add it to the vm. I add certificate to my website. But when I make a rest request it says that ERR_CERT_INVALID
@DevMaster947
@DevMaster947 Жыл бұрын
Yes, even though server.servlet.session.cookie.secure=true and along server.ssl.* are set, in browser it is still showing secure flag set to false? I have checked both http and https way but no luck. I even tried enabling this secure to true by webfilter way but still not working @Java Techie - do you have any suggestions ?
@anurag-sachan
@anurag-sachan Жыл бұрын
9:48 , ERROR : Private key must be accompanied by certificate chain, SOLUTION: server.ssl.key-store-password=password
@sivaram2810
@sivaram2810 2 жыл бұрын
L
Client side Load Balancer using Spring Cloud Ribbon | Spring Boot
25:02
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 6 МЛН
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45
UNO!
00:18
БРУНО
Рет қаралды 2,2 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 31 МЛН
HTTPS, SSL, TLS & Certificate Authority Explained
43:29
Laith Academy
Рет қаралды 85 М.
SSL, TLS, HTTP, HTTPS Explained
6:31
PowerCert Animated Videos
Рет қаралды 2,5 МЛН
Spring Boot with HTTPS Example | Tech Primers
14:50
Tech Primers
Рет қаралды 83 М.
[Spring Boot Security] #15 Enable HTTPS/SSL in Spring Boot
11:57
Dan Geabunea (Romanian Coder)
Рет қаралды 54 М.
Https with TLS and springboot | Microservices | Java Expert
16:27
SSL, TLS, HTTPS Explained
5:54
ByteByteGo
Рет қаралды 721 М.
Look, this is the 97th generation of the phone?
0:13
Edcers
Рет қаралды 8 МЛН
Vision Pro наконец-то доработали! Но не Apple!
0:40
ÉЖИ АКСЁНОВ
Рет қаралды 172 М.
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 8 МЛН
iPhone socket cleaning #Fixit
0:30
Tamar DB (mt)
Рет қаралды 18 МЛН
Хакер взломал компьютер с USB кабеля. Кевин Митник.
0:58
Последний Оплот Безопасности
Рет қаралды 2,2 МЛН