Closed ginlik1996 closed 3 weeks ago
Hi @ginlik1996,
I have just released version 4.1.4. This should fix 2 issues.
The other issue you describe with the hosts file is indeed another strange one. The problem here is that this is not an easy one for me to reproduce. Therefore I hope that these 2 patches will fix the issue without you requiring to hotfix the hosts file.
Thank you for the fast response! I'll try it ASAP.
The strange thing with the host entry, is that if i open the console i can ping it and it gets resolved correctly. But if the fix that you implemented works as expected i won't bother to use the host entry.
Thanks!
Tested the new release and now is working correctly using the "SMTP_SECURE" variable. Thanks for the amazing work!
The problem
Even when specifying the "SMTP_SECURE: false" parameter in the configuration file, the connection to the local mail server using the private IP gives the error "[Mail] Hostname/IP does not match certificate's altnames: IP: 10.xxx.xxx.xxx is not in the cert's list:".
It would be nice to add a skip certificate check parameter. I found the following parameter online for the nodemailer connection:
What version of UniFi Voucher Site has the issue?
4.1.3
What was the last working version of UniFi Voucher Site?
No response
What type of installation are you running?
Docker
Anything in the logs that might be useful for us?
Additional information
Another strange behaviour. To work around this issue, I created in docker a "hosts file entry", so that I was using the correct hostname and not the local IP. But this also doesn't work. I get a "Connection Timeout error". The unifi network app on the same docker host with this configuration works perfectly.