Skip to content
Snippets Groups Projects
Commit 317db51a authored by Walter Lozano's avatar Walter Lozano Committed by Emanuele Aina
Browse files

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


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: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 856ca1f2
No related branches found
No related tags found
1 merge request!329iptables-nmap: Switch to http to avoid errors on QEMU
Pipeline #290045 passed
......@@ -41,4 +41,4 @@ protocols:
template: debian
distribution: debian
release: buster
mirror: https://deb.debian.org/debian
mirror: http://deb.debian.org/debian
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment