Webservices on Mx cloud v4

1
The webservices that are hosted in the free slots and on the Mx cloud v4 seem to be hosted on TLSv1.2 with the cipher AES_256_GCM. Is this the only option that is available? As it seems that java 7 clients do not support the cipher AES_256_GCM and are therefor unable to connect to Mendix applications.
asked
1 answers
1

Do you have a stacktrace?Mendix Cloud v4 currently supports protocols TLS1.0, TLS1.1 and TLS1.2. You can check which ciphers are currently supported using a tool like SSL Labs. Java 7 should be supported.

My guess is that this might be an SNI issue. You can try using the default .mendixcloud.com url.

answered