SSL::respond¶
Description¶
Returns the specified plaintext data back to the origin over the
encrypted SSL connection.
Syntax¶
SSL::respond <data>
SSL::respond <data>¶
- Returns the specified plaintext data back to the origin over the encrypted SSL connection.
- Sends the specified data directly to the peer.
Note that unlike HTTP::respond, this command
does not close the TCP connection. Your iRule will need to call
TCP::close if you need it to do that.