Skip to main content
Skip table of contents

Security settings in config.ini

The config.ini file can be used for further configuration of the MyQ Print Server. It contains sections with parameters and values for multiple settings, however it is highly recommended to always consult with MyQ Support before editing the file.

Config.ini is a text file, located by default in C:\ProgramData\MyQ, and you can edit it in Notepad or any other text editor.

config ini file location

After you edit and save the file, all services need to be restarted for the changes to take effect.

Security section

The configuration files traefik.custom.rules.yaml or httpd.conf manage secure communication with the web server, however there are other components using secure communication and they have a separate setting in the config.ini file. Those components are: SMTP, IPP, LPR, Messages (WebSockets), and HTTP Router. The Traefik configuration is also affected since MyQ Print Server 10.1 RC1.

When a Traefik custom rules file exists in the installation with the TLS version specified, it takes precedence over the config.ini option. The config.ini settings apply to other MyQ components, but Traefik TLS is set by the custom rules file.

To specify the minimum security protocol to be used for communication, go to C:\ProgramData\MyQ and open the config.ini file in a text editor.

Add a section called [Security] and in a new line under that, add the parameter sslProtocol with the value you want. The possible values are: SSL2, SSL3, TLS1.0, TLS1.1, TLS1.2, and TLS1.3 (since MyQ Print Server 10.1 RC2+, the default value is TLS1.0).

For example, you can add sslProtocol=TLS1.3

sslProtocol example

Save the file and restart all services for the change to take effect.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.