Skip to content

iptables-nmap: Switch to http to avoid errors on QEMU

Walter Lozano requested to merge wip/wlozano/iptables-fix into apertis/v2022dev3

Test case of iptables-nmap fails on SDK with error

Unable to apt-get update in lxc container Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 199.232.142.132 443]

Since the problem is only present on QEMU without a clear cause, after checking that clock time is OK workaround it by using http instead of https.

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Merge request reports