unable to find valid certification path to requested target - null

1
Hi there, I am running an app locally to test out an api INSERT that connects with an app in the mendix cloud. However, I run into this error locally: unable to find valid certification path to requested target - null I tried using a different network and I did not get this error, problem is that different network is my home network and I want to be able to test my api's while at work obviously.  I am able to access the mendixcloud url I use for the Api at my work, so it's not that I can't access the url at all on my work network. I do not experience any problems accessing the deployed app accessable via the same url I use for the api. It's only the locally run app on my work network that gives me this invalid certification path message. Does anyone have an idea what could be wrong or how I can figure out more details?
asked
2 answers
1

Have a look at this site for some idea on what is happening:

https://blogs.oracle.com/gc/unable-to-find-valid-certification-path-to-requested-target

answered
3

https://forum.mendix.com/link/questions/88528

The answer to this question solved my problem in combination with the mendix documentation on how to import the certificate

answered