Security profiles define the security characteristics of a client/server session. Assign a security profile to a listener, which is configured as a port that accepts client connection requests of various protocols. Unwired Server uses multiple listeners. Clients that support the same characteristics can communicate to Unwired Server via the same port defined in the listener.
Profile | Authenticates | Cipher suite(s) |
---|---|---|
intl | server |
|
intl_mutual | client/server |
|
simple | server | RSA_WITH_NULL_MD5 RSA_WITH_NULL_SHA |
simple_mutual | client/server | RSA_WITH_NULL_MD5 RSA_WITH_NULL_SHA |
strong | server |
|
strong_mutual | client/server For example, this is the required option for mutual authentication of Unwired Platform and Gateway. |
|
domestic | server |
|
domestic_mutual | client/server |
|