Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Security
  5. Connection Management
  6. JDBC Client Configuration
  7. ODBC Client Configuration
  8. Configuration for MicroStrategy
  9. Access Control
  10. Logs
  11. High Availability
  12. Server Control
  13. Performance Tuning
  14. Troubleshooting
  15. Appendix A: Database Keywords

Administrator Guide

Administrator Guide

Enabling SSL Communication in Dynamic Data Masking

Enabling SSL Communication in Dynamic Data Masking

To enable SSL communication, stop the Dynamic Data Masking Server and run a server network command to switch the administration port from clear to SSL. You can also run a command to view the current network settings.
From the Management Console, verify that you have selected the
SSL
check box on the Add/Edit Database form for the specific database that you want to enable SSL communication for. In the service configuration form for the corresponding Dynamic Data Masking service, input "SSL" on the appropriate row of the
Security
column.
  1. To switch the Dynamic Data Masking Server administration port between SSL and clear, run the following command:
    server network edit [<host>:]<port>[;SSL]
    • For example, to switch the administration port from clear to SSL:
      server network edit 8195;SSL
      or
      server network edit 127.0.0.1:8195;SSL
    • To switch the administration port from SSL to clear:
      server network edit 8195
      or
      server network edit 127.0.0.1:8195
    On Linux operating systems, you must enclose the
    server network edit
    parameter value in double quotes. For example:
    server network edit "8195;SSL"
  2. To view the current network settings, run the following server network command:
    server network

0 COMMENTS

We’d like to hear from you!