Imaging Issue After Upgrading FileWave and Using Self-Signed SSL Certificate
What
You are experiencing difficulties imaging machines after upgrading your FileWave Server, IVS, and Clients while using a Self-Signed SSL Certificate.
When/Why
This step is necessary when using a Self-Signed SSL Certificate. Ensure to include this additional step in your IVS upgrade process if you are not using a Root Trusted SSL Certificate.
How
- Access the IVS via SSH or locally:
- Connect to the IVS via SSH or access it locally.
- Edit the dnsmasq.lua file:
- Use your preferred command-line editor (e.g., vi) to edit the dnsmasq.lua file.
vi /imaging/scripts/bin/dnsmasq.lua
- Navigate to line 128:
- Switch to insert mode:
- Press 'i' to switch to insert mode in vi.
- Add the following line:
req.tls = false
- Save and exit vi:
- Press the Esc key to exit insert mode.
- Type ':wq' and press Enter to save and exit vi.
- Verify functionality:
- You should now be able to image machines successfully.
No Comments