Previous Topic

Next Topic

Book Contents

Enable SSL with the MedML Installer utility

  1. Create an XML file with the following entry:

    <MEDMLDATA>
    <SYSCONFIG CONFIGNAME="SSLFLAG" TYPE="0" VALUE="1" />
    <MEDMLDATA/>

  2. If you are setting up the Reporting and Analysis module, include the following definition in the XML file, and change the value of the URL for the reporting server to start with https://.

    <SYSCONFIG CONFIGNAME="REPORTINGSERVER" TYPE="0" VALUE="https://<url>" />

  3. Stop the study with the following command:

    pfadmin stop trial <studyname>

  4. Install the configuration options with the MedML Installer utility.

    For more information, see the Utilities Guide.

  5. Restart the study with the following command:

    pfadmin start trial <studyname>

Send Feedback