Search:     Advanced search
Browse by category:
Glossary | Ask question



How does SSL port forwarding feature work?
Add comment
Views: 421
Votes: 0
Comments: 0
The SSL port forwarding feature terminates and decrypts a SSL connection and forwards the decrypted traffic to the configured destination. In this sense it is SSL acceleration. SSL port forwarding can be used with any TCPS protocol including HTTPS, however no L7 HTTP processing (e.g. enforcement of ACLs, etc) will be done on traffic handled by SSL port forwarding.
 
      Similar functionality is available with the clientapp feature. The main differences are
 
     (a) Clientapp traffic is authenticated to ensure that the user has a valid session on the SP,
           whereas port forwarded traffic is not
 
     (b) Clientapp requires Java support on the client, whereas port forwarding does not
 
     (c) Clientapp requires the client machine to resolve the server's hostname to localhost
          (by automatic host mapping, or by reconfiguring external DNS). This does not apply  with SSL port forwarding.
 
Each SSL port forwarding service is defined by <local IP, local port> and <remote IP, remote port>. Note that one or more SSL port forwarding services may share a single SSL virtual host.


Other questions in this category
Do we support the Extended Validation SSL certificate or cipher suites?
PKI server (CA or RA) is used for authentication. Can Array SP bypass login and talk to the PKI server for the authentication?
When Web or FTP (that is set by "ssl setting crl" for CRLDP) is down, will client authentication of Array SPX still work by CRLDP that the Array SPX has downloaded?
What does the "Resumed SSL Session" mean?
What value in ArrayOS is equivalent to "SSLSessionCacheTimeout" from Apache mod_ssl?
What "Compression Method" does ArrayOS SSL handshake accept?
What vendor should be used to acquire a certificate from Verisign or any CA?
What version of SSL does ArrayOS support?
Does the ArrayOS support end to end SSL using fwd tcps?