I have a simple spring boot web api application using java 20 and I just need to be able to test on localhost/8080. The app works fine; however, talend api tester refuses my requests, asking me if I have a valid certificate instead. Given difficulties with permissions, I created a keystore in a directory under /Home. I assume that I will need to configure my application.properties file, I'm just not sure how to do it.
Asked
Active
Viewed 12 times