It helped me a lot today, Thanks for your such a great contribution.
@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 Жыл бұрын
Okay i will
@krishnan6201 Жыл бұрын
how to verify other service trust calls while using the trust key or trust store.
@gopishettymahindra2713 Жыл бұрын
Hi Sir , Great explanation. Can you create one video how microservices communicates with each other if each one protected with different certificates ?
@sreekanthreddy73336 жыл бұрын
Learned one more point from you. Thanks bro
@Patrickus23 Жыл бұрын
Great tutorial! How can you use a frontend that consumes the backend's https endpoints?
@YantrikiThepowerofMachinesPune2 жыл бұрын
in my case , it is not running on the yml port no ,its running on default port 8080, any help
@kynjribajwatmarbaniang86592 жыл бұрын
try to configure everything in application .properties instead of yml
@YantrikiThepowerofMachinesPune2 жыл бұрын
@@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
@RO_BOMan3 жыл бұрын
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??
@ranjandas78915 жыл бұрын
Nice Explanation Sir Keep it up
@ChetanRawattunein3 жыл бұрын
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
@Javatechie3 жыл бұрын
Yes but I am not sure about the approach please ask in my facebook group link mentioned in video description
@oguzhan23932 жыл бұрын
but still shows not secure, it should be secure because you are using https?
@Javatechie2 жыл бұрын
Yes but we are just creating a certificate by using the keystore . We need to do same on some VM
@oguzhan23932 жыл бұрын
@@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 Жыл бұрын
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 ?
@akhilraj45353 жыл бұрын
if i upload this application in ec2 will https work there? or i will have to do any other configuration in ec2?
@Javatechie3 жыл бұрын
I will check and update
@mamory21017 ай бұрын
Is there a way to fix SSL error not secure show in the browser?
@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 Жыл бұрын
Okay i will
@shreyachandak5169 Жыл бұрын
Thanks man! Saved my day..
@venkatmaharajan47684 жыл бұрын
This is for redirect from http to https. What if the certificate expired and if I access application via http, will it work??
@monishghutke15523 жыл бұрын
please create another video where you are creating the web client Microservice with creative web client and consuming the secure api
@rakesh22333 жыл бұрын
hii is there any other way to acheive https in spring boot, rather using java keystore approach ? Thanks..
@anurag-sachan Жыл бұрын
9:48 , ERROR : Private key must be accompanied by certificate chain, SOLUTION: server.ssl.key-store-password=password
@peterkyle01 Жыл бұрын
This works so well, thanks as always JavaTechie 😉
@aloknalawade53345 жыл бұрын
How to send the authentication credentials to the SoapService via the client ?
@Javatechie5 жыл бұрын
We need to pass as part of request header
@mayankbisht10742 жыл бұрын
did it work for you? i am getting password verification failed even after entering right password
@Javatechie2 жыл бұрын
Check your LDAP file
@anooptripathi65775 жыл бұрын
How to secure Rest client and how match SSL certificate client and resources could you give clarify
@Javatechie5 жыл бұрын
Client side I never tried @anoop , will check and let you know ok
@chandrakantjaiswal85002 жыл бұрын
Hi Basant.Could you pls make video with external tomcat server