Using certificat for a Published webservice

0
Is it possible to secure a published webservice with a certificate? I read it is possible to use a certificate but that the certificate is then used by the app for the whole app and we want to use it only for one (published) service. The app is running in the Mendix cloud.
asked
3 answers
1

If possible in your setup you could restrict incoming connections to have either the certificate or belong to an ip-range. This way not all users need to have the certificate.  This can be setup in the cloud portal, see below:

answered
0

It is something I requested a couple of years ago We might try the Idears forum part, because I still think this would be a usefull option.

Regards,

Ronald

answered
0

edit: I think you can add custom requesthandler for /ws/foo and /ws/bar seperately and apply different access restriction configurations to them.

 

So I actually think you can configure this the way you want it to.

answered