Switch viflow tracker to HTTPS
Applies to: viflow tracker | Article: 1819679 | Updated on 24.11.2025
Situation
You would like to switch access to "viflow tracker" to the encrypted communication protocol HTTPS – the required PFX certificate is already available.
Solution
- The new tracker address must be stored in the custom.js file.
-
apache\conf\extra\httpd-ssl.conf must be modified in two places – enter Listen 443.
- Extract the crt and key files from the PFX certificate.
Instructions: ››› Easy Way To Convert PFX to .Crt & .Key Files In 10 Minutes | BeingCoders (medium.com)
Rename the files to server.crt and server.key.
Save the respective files under apache\conf\ssl.crt and ssl.key.
Restart the Apache server service.