Display connection security

It would be nice to be able to see/determine what type of connection clients are using to connect to the gateway, secured or unsecured. It would be nice if the gateway sessions page showed the connection type for each client. It would also be good if I could get that information from within the client application, that way I could indicate to the user whether their session was secure or not.

I though that was determined by a gateway setting. If set to use https, then all client connections would be secure.

The gateway setting ‘Use SSL’ forces all clients to use SSL, if you don’t have it enabled your clients can still use SSL if they launch the application from the gateway’s HTTPS page. So it is possible to have clients communicating with the gateway secured and unsecured at the same time.

Something new I learned today.