@ggiesen said in FOG Client with CA-issued TLS certificate:
The SnapIn client appears to be trying to talk to the web server using HTTP and on the IP address rather than the FQDN. Any way to fix this?
Unfortunately this is a known issue discussed on github: https://github.com/FOGProject/fogproject/issues/371
I worked around this temporarily by adding the following to /etc/httpd/conf.d/fog.conf:
…
Well done! Overall you’ve made quick progress on making this work!