JaxB not Unmarshalling due to SSL error on cloud foundry?
问题 I have an web application, Using thymeleaf, springboot, angularjs, and oracle sql developer db. Locally I am able to connect and get values from oracle. But when I push my application to cloud foundry, I am getting status=500. ERROR The url that I am unmarshalling has a untrusted certificate ("Your connection is not secured)". I added cacerts into my jvm, which allowed it to work locally. but I believe I need to add the cacerts into cloud foundry. How would I be able to do so? SSL error ERR