orangehrm
orangehrm copied to clipboard
Email configuration still use TLS option even though I disabled the option
OrangeHRM version
5,5
Environment details
- OrangeHRM source: orangehrm-5.5.zip
- Platform: Ubuntu 22.04
- PHP version: 8.1.24
- Database and version: MySQL 8.0
- Web server: apache
- Browser: chrome
Describe the bug
On email configuration:
- Sending method: SMTP
- SMTP Port: 587
- Use SMTP Authentication: Yes
- TLS: disabled (grey) On test email, I see that process is failed, and on my postfix log I got:
Oct 16 09:48:51 mail postfix/smtpd[13166]: connect from unknown[xxx.xxx.xxx.xxx]
Oct 16 09:48:51 mail postfix/smtpd[13166]: SSL_accept error from unknown[xxx.xxx.xxx.xxx]: 0
Oct 16 09:48:51 mail postfix/smtpd[13166]: warning: TLS library problem: error:14094415:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate expired:s3_pkt.c:1278:SSL alert number 45:
I am aware that is not secure, because it's old system. But why still try using TLS when I disabled?
To reproduce
No response
Expected behavior
Test email arrive on the inbox
Relevant log output
No response