Start a conversation

How to enable HTTPS/SSL in QuarkXPress Server?

Applies to: QuarkXPress Server

Solution: Following are the steps to enable HTTPS for all QuarkXPress Server applications:

 
  1. Go QuarkXPress Server installed directory C:\Program Files\Quark\QuarkXPress Server.
  2. Open the “Server.xml” file located in the C:\Program Files\Quark\QuarkXPress Server \conf folder in a text editing application.
  3. Locate the following tag (preceded by the comment <!-- Define a SSL HTTP/1.1 Connector on port 61399 -->) and uncomment it. <Connector port="61399" maxHttpHeaderSize="8192"MaxThreads="150" minSpareThreads="25" maxSpareThreads="75"enableLookups="false" disableUploadTimeout="true"acceptCount="100" scheme="https" secure="true"clientAuth="false" sslProtocol="TLS" />
  4. If you are using .pfx certificate, then add the following three parameters in the above tag:
      1. keystoreFile (Path to the .pfx file)
      2. keystorePass
      3. keystoreType

5. Save and close "Server.xml file.
6. Start QuarkXPress Server.

Note:
  • In order to access the HTTPS URL user needs to add port number 61399.
  • If the user wants to use another port, he should change the connecter string and use the same while accessing the URL.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments