Hi @javatechie can you please do video on how to consume ssl spring boot application using resttemplate or webclient without getting asl handshake exception
Hi Sir , Great explanation. Can you create one video how microservices communicates with each other if each one protected with different certificates ?
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 ?
@@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
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??
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
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?
For people who will watch this: This is self signed ssl, not CA certificate, but still it's good to know how self signed ssl works just in case
It helped me a lot today, Thanks for your such a great contribution.
Hi @javatechie can you please do video on how to consume ssl spring boot application using resttemplate or webclient without getting asl handshake exception
Okay i will
We need to set sslContext in webclient Configuration.
Learned one more point from you. Thanks bro
Hi Sir , Great explanation. Can you create one video how microservices communicates with each other if each one protected with different certificates ?
Great tutorial! How can you use a frontend that consumes the backend's https endpoints?
how to verify other service trust calls while using the trust key or trust store.
Nice Explanation Sir Keep it up
This works so well, thanks as always JavaTechie 😉
please create another video where you are creating the web client Microservice with creative web client and consuming the secure api
but still shows not secure, it should be secure because you are using https?
Yes but we are just creating a certificate by using the keystore . We need to do same on some VM
@@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
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 ?
Thank you very much! Its really useful
Is there a way to fix SSL error not secure show in the browser?
in my case , it is not running on the yml port no ,its running on default port 8080, any help
try to configure everything in application .properties
instead of yml
@@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
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??
Thank you so much! This is amazing!
Hi Basant.Could you pls make video with external tomcat server
Already uploaded please check th-cam.com/video/9nDSeIyWTAc/w-d-xo.html
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
Yes but I am not sure about the approach please ask in my facebook group link mentioned in video description
How to secure Rest client and how match SSL certificate client and resources could you give clarify
Client side I never tried @anoop , will check and let you know ok
9:48 , ERROR : Private key must be accompanied by certificate chain, SOLUTION: server.ssl.key-store-password=password
Helpful video sir. Thank you :)
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?
Okay i will
Thanks man! Saved my day..
if i upload this application in ec2 will https work there? or i will have to do any other configuration in ec2?
I will check and update
Thank you very much friend!!!
did it work for you? i am getting password verification failed even after entering right password
Check your LDAP file
hii is there any other way to acheive https in spring boot, rather using java keystore approach ?
Thanks..
Nice
Hi,
Can you create one video how microservices communicates with each other if each one protected with different certificates ?
This is for redirect from http to https. What if the certificate expired and if I access application via http, will it work??
Thank you)!!
How to send the authentication credentials to the SoapService via the client ?
We need to pass as part of request header
Thank you
thank you my friend!
Bro do a video on hw to consume https through resttemplate
Okay that's good idea
Looking for same bro
Thank you :)
L