Hi, I’m not knowledgable in ssl matters.
I am/was having problems with email listener. Whenever I started it, I got
a stack trace with the message
Error while initializing email listener
javax.mail.MessagingException: Unconnected sockets not implemented;
nested exception is:
I debugged the actual code and found that when I comment out the following line
from EmailListener.java, the problem goes away.
line 254: Security.setProperty(“ssl.SocketFactory.provider”, SSL_FACTORY);
I believe it’s still using SSL as it’s going out on port 993 to gmail,etc…
Any idea why that line of code causes me such problems?
thanks!