Got SSL Handshake error while running in localhost

0
hi team , i face this SSL handshake error in my company laptop when i run mendix project locally and consume APIs.   plz tell the steps how i can resolve this . 
asked
1 answers
0

What security has been done on the API that you are trying to use? If you have mutual SSL for instance it means that the certificate checks on both ends that it only allows communication with the URL provided in the certificate. And this means that you could never use the API while in localhost mode unless you are on the same network as the machine where Mendix is running on. And if you are running in the Mendix cloud that is impossible.

So check what the security is and if the same security could be applied on the localhost situation. But you might need to make seperate certificates for this to make the API work on localhost.

Regards,

Ronald

 

answered