Can we setup email in os ticket without OAuth2 ?
Os ticket - email setup
Of course. You can have Basic Authentication, No Authentication, or Modern Authentication.
Cheers.
can you provide me remote support ?
Tengo el mismo problema, migré de versiones y desde la 1.16.x hasta 1.18.x el mismo error
cannot connect to host; error = stream_socket_client(): Unable to connect to ssl://mail.midominio:993 (Unknown error) (errno = 0 )
- Edited
You can fill out the contact form on our website and request the support options we offer. You also need to check your logs on the server to see why the connection fails. Could be a blocked port, firewall, imap is not enabled on the account, etc.
epdguez You will need to follow the recommendations above of checking your logs, firewall, ports, etc.
Cheers.
- Edited
hasta la versión 1.15 me funcionó bien el servicio de correo. de manera que los tickets realizados por correo, eran procesados por el sistema y entregados a los responsables. después de migrar a las versiones superiores lo único que falló es esta configuración
el error no se puede conectar al host; error = stream_socket_client ( ): No se puede conectar a ssl://mail.midominio: 993 ( Error desconocido ) ( errno = 0 ), descarte problemas externos, como red, firewall etc.
me puden ayudar?
Información del servidor
Versión osTicket v1.18 (724de45) — Hasta la fecha
Servidor del Software Web Apache/2.4.38 (Debian)
Versión MySQL 10.3.39
Versión PHP 8.2.9
Can you telnet to that host and port? Do you have the PHP extensions installed/enabled for 8.2?
Cheers.
KevinTheJedi Si, en efecto todas las extensiones necesarias y pruebas de conexion estan verificadas. no encuentro la manera de salir del fallo. monte un servidor de correo diferente (carbonio) y pasa lo mismo.
KevinTheJedi Gracias por la sugerencia. siguiendo las indicaciones dadas, intenté hacerlo.
cree una carpeta include/pluggins/certificates
descargue el certificado de mi servidor
openssl s_client -connect mail.midominio:993 -showcerts | openssl x509 -outform PEM > certificado.crt
reinicie apache, e intente config nuevamente y no me funciona. quizás este haciendo algo mal o que deba hacer otra cosa.
imap is enabled. how to check port is blocked ?
yes installed & enabled.
we need to do any settings in php config file ?
- Best Answerset by dilip-pal
You shouldn’t, no. Do you have OpenSSL installed and enabled on your webserver? Can you check your server logs to see where the connection is failing?
Cheers.
Open SSL is not installed in system.
I am using xammp server for database.
now this error coming but not other log generated.
Why are you not using modern authentication?
Cheers.
Gmail (and O365) have started forcing Modern Authentication for emails. If you have a legacy Gmail account you can enable 2FA on the email and then configure an App Password and use that as the password for the email in osTicket if you want to use Basic Authentication. But I would not recommend this as they will disable that support in the near future so it’s best to go ahead and use Modern Authentication.
Cheers.