Kick Start file is not accessible through https/443 port while building rocky 8 vm machine through packer

Hi Team,

We are facing issue that Kick Start file is not accessible through https/443 port while building rocky 8 vm machine through packer dev server rocky8. we have installed SSL Certificate successfully and we are able to do the wget and download the ks file.

Please find the screenshot of error getting on console of vm while building vm through packer dev server rocky8.

Thanks in advance.

You use a self signed certificate that is not trusted by the system.
So you can either import the certificate in the ISO, but I wouldn’t know how. Or you can skip SSL verification on the comman line with inst.noverifyssl.
https://anaconda-test.readthedocs.io/en/latest/boot-options.html#inst-noverifyssl

ok let me check on this Thanks.