HTTP, One way SSL and 2 way SSL Authentication using Java Spring boot - Part 3 #video #java #coding

preview_player
Показать описание
This video is Part 3 of the mutual authentication/2 way SSL using Spring boot. This video is shows how to configure the generated JKS in a Java Spring boot client - server application.

Part 1 : Intro to mutual/2-way SSL authentication

Part 2 : Generating required certificates

Medium links
Making certificates to work across Java or Non Java platform a problem?
Authentication using Certificates?

Required Links
Spring wiring optional

Chapters
00:31 The Plan
01:23 Checking if HTTP connections works
01:58 Checking the connection using WebFlux WebClient
03:35 One way SSL
11:40 Two way SSL
16:26 Check the certificate info using Web Filter
18:07 Take away

Music Credit
Рекомендации по теме
Комментарии
Автор

Thanks Suriya! All three vides are what developer needs to watch to understand cert based authentication. Simply amazing. you connected all dots!!! keep created such a wonderful content.

gopalpatil
Автор

This was awesome. Thanks Suriya for the detailed info on this subject.

testercoder
Автор

Hi Suriya, Thanx for the wonderful video! I am using spring boot 3.0 for one way ssl. I am getting exception for error trying to obtain certificate from client. though I am proving trustkeystore. my client is running on java 11 and spring boot application is on java 17. Is tomcat 10 by default exception two way ssl?

akshaypansare
Автор

thanks suriya, is this possible can i call client(have only trust store value) service API inside in the server service. is it possible how can I rearrange the code for that call..

yazhilanj
Автор

Hi, it was a very helpful video but I am getting an error like Netscape cert type does not permit use for SSL server pl help

snehalchavan