CONNECTED(00000003)
write:errno=104
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 0 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
This is not a public server and now I’d like to use it just in lan but ok, it’s important to load a ssl certificate and I’d like to add it, these are my dubts:
I could generate an SSL certificate by myself and in the future if I’ll need to publish the service to the world I’ll change it;
I could use Let’s encrypt but I know when I register a public SSL certificate I should also give a name to it like myticketservice.mycompany.com and maybe I should add it in our local DNS but I don’t know if this is the right way…
When you select the category, you’ll receive a template to fill in.
This is what I mean by “use the template” as it helps to get the information people need to help.
I have Debian Bookworm (12) and I’m using the right Zammad repository, I enabled SSL by Let’s Encrypt and it works well but Zammad’s gui says:
Can't connect to '192.168.x.xx' on port '636', Connection reset by peer - SSL_connect
I tried from CLI # openssl s_client -CAfile /etc/ssl/certs/ca-certificates.crt -connect 192.168.x.xx:636 but I have:
CONNECTED(00000003)
write:errno=104
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 297 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
Btw I will be working to search how to connect Zammad to AD DC by LDAP!
I found the solution from another server (CentOS) used by Asterisk to load AD DC users, it uses ldap://srvdomain.mycompany.local and by this line I just started the zammad wizard and I imported users, it’s a very nice feature!