So I am trying to call an external web service which uses a client certificate. From SoapUI I have this working, but from Mendix I'm having problems. The problem is in the fact that it is a dev-server with dev certificates which ca be accessed via the internet. But using a different host name of course.
So it is quite logical that Java rejects the certificate. But I would like to turn these checks off with some setting. Does anyone know if I can disable these SSL checks somewhere via the settings? Or do I need to write some Java to set a different host name verifier which accepts anything?