Search found 1 match

by buset1974
05 Nov 2021 06:45
Forum: Discussion
Topic: Ipv6 disabled but detected
Replies: 3
Views: 4092

Re: Ipv6 disabled but detected

edit vi /usr/sbin/eFa-Post-Init

locate row with contain this line

wget -q --tries=3 --timeout=20 --spider https://ipv4.efa-project.org

add parameter --no-check-certificate on it
so it will be

wget -q --tries=3 --timeout=20 --spider https://ipv4.efa-project.org --no-check-certificate