My requirement is to secure my APIs with SSL using spring boot. I have explored two options
**1. Enable SSL certificate verification for all APIs using application.properties SSL confiuration.
2. Enable SSL for HTTPS port using application.properties**
Is there any way to configure URL(Servlet Path) based SSL certificate verification in Spring boot? .
Like some urls should be consumed by SSL certificate only.
Any help will be greatly appreciated!!!