Solution: Following are the steps to enable HTTPS for all QuarkXPress Server applications:
- Go QuarkXPress Server installed directory C:\Program Files\Quark\QuarkXPress Server.
- Open the “Server.xml” file located in the C:\Program Files\Quark\QuarkXPress Server \conf folder in a text editing application.
- 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" /> -
If you are using .pfx certificate, then add the following three parameters in the above tag:
-
- keystoreFile (Path to the .pfx file)
- keystorePass
- 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.
Priyanka Bhotika
Comments