Easy way to implement security link using SSL technology
Posted: 24 Jun 2014, 08:59
Our current mode is:
[CLIENT] ----internet---> [SERVER]
The data between client and server is unprotected.
My suggest mode is:
[CLIENT] --> [SSL PROXY] ----internet---> [SSL GATEWAY] --> [SERVER]
CLIENT and SSL PROXY running on same client PC.
SSL GATEWAY and SERVER can be on same server PC or different, both are ok.
Local client connect to local SSL PROXY process, which listens data and forward data transparaently. In the remote server side, make a SSL GATEWAY to forward all data to real SERVER.
So, the data between client and server is well protected by standard SSL. The CLIENT and SERVER even don't know the existence of SSL, developers don't need to change a single source code.
What you guys think?
[CLIENT] ----internet---> [SERVER]
The data between client and server is unprotected.
My suggest mode is:
[CLIENT] --> [SSL PROXY] ----internet---> [SSL GATEWAY] --> [SERVER]
CLIENT and SSL PROXY running on same client PC.
SSL GATEWAY and SERVER can be on same server PC or different, both are ok.
Local client connect to local SSL PROXY process, which listens data and forward data transparaently. In the remote server side, make a SSL GATEWAY to forward all data to real SERVER.
So, the data between client and server is well protected by standard SSL. The CLIENT and SERVER even don't know the existence of SSL, developers don't need to change a single source code.
What you guys think?