Is anyone having issues with 2.3 => 2.4 where listenPortSSL is appearing 
not to work?

STARTTLS is working 100%, but it seems that listenPortSSL is being 
ignored as the port is plain text not SSL.

Running perl 5.20, with latest assp2 2.4.1 14167...
Jun-27-14 11:34:21 [startup] ASSP version 2.4.1(14167) (Perl 5.020000) 
(on linux)
Jun-27-14 11:34:21 [init] IO::Socket::SSL module version 1.994 installed 
- https and TLS/SSL is possible

Logs show that it should be listening...  (assp 2.3 works 100%)
Jun-27-14 11:35:13 [init] Listening for SMTP connections on 0.0.0.0:1025
Jun-27-14 11:35:13 [init] Listening for SMTPS (SSL) connections on 
0.0.0.0:1465
Jun-27-14 11:35:13 [init] Listening for admin HTTPS connections on 
0.0.0.0:55565
Jun-27-14 11:35:13 [init] Listening for stat HTTP connections on 
0.0.0.0:55566
Jun-27-14 11:35:13 [init] Listening for additional SMTP connections on 
0.0.0.0:1587


SSL answering in plain text...
# telnet localhost 1465
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220-xxxxxxxxx ESMTP Exim 4.82 #2 Fri, 27 Jun 2014 11:46:45 +0200
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.

Netstat output...
tcp        0      0 0.0.0.0:1465 0.0.0.0:*                   LISTEN      
7764/assp.pl


TLS working on 1487...
# openssl s_client -host xxxxxxxx -port 587 -starttls smtp
CONNECTED(00000003)
depth=1 C = IL, O = StartCom Ltd., OU = Secure Digital Certificate 
Signing, CN = StartCom Class 2 Primary Intermediate Server CA
......


-N

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to