mybeez
Results
1
issues of
mybeez
Hello, I'm trying to connect using the implicit secure option with port 990. Here my configuration: ``` _connectionProperties.secure = true; _connectionProperties.secureOptions = { 'rejectUnauthorized': false }; ``` I've tried with...