NAT网络下ping -c4 www.baidu.com
PING www.a.shifen.com (157.148.69.186) 56(84) bytes of data.
64 bytes from 157.148.69.186 (157.148.69.186): icmp_seq=1 ttl=128 time=8.82 ms
使用curl http://www.baidu.com能返回数据
使用curl https://www.baidu.com 就报错curl: (60) Peer’s Certificate issuer is not recognized.
修改为桥接网络使用curl https://www.baidu.com能得到返回的数据
请问各位大佬这个问题怎么解决呢?