I'm trying to connect to
mongodb+srv://USER:PASSWORD@CLUSTER.drknv.mongodb.net/qa?retryWrites=true&w=majority
from Laravel 6 in Homestead but I get
Failed to look up SRV record Operation not permitted
Though I can connect to it using the same DSN from Compass. Please note that username, password and cluster name don't contain any special characters. How to solve this issue?