[deleted]
When I'm setting something up to use my on prem Exchange server for email I've always used https://mail.domain.com for the hostname. When I use that with osTicket I'm getting an error:
Failed to connect to https://mail.domain.com:25 [SMTP: Failed to connect socket: Unable to find the socket transport "https" - did you forget to enable it when you configured PHP? (code: -1, response: )]
extension=php_openssl.dll is not commented out in my php.ini file. I've tried entering mail.domain.com, tcp://mail.domain.com, and ssl://mail.domain.com. All give me a different error.
I can login to my owa at https://mail.domain.com just fine. Is there a setting within PHP that I'm missing to allow this?