Comment 6 for bug 1446633

Revision history for this message
bharper (bharper) wrote :

Changing the script is use a tcp connection on port 143 works as expected:

$ php ssl_bug.php
Connected to tcp://imap.ikmj.com:143
* OK ikmj-serwer.home.pl IdeaImapServer v0.80 ready
1 CAPABILITY
* CAPABILITY IMAP4rev1 LITERAL+ CHILDREN I18NLEVEL=1 IDLE SORT UIDPLUS UNSELECT XLIST STARTTLS AUTH=PLAIN AUTH=LOGIN
2 LOGOUT

It appears to be more of a ssl issue than an imap issue.

I also noticed that the ssl certificate does not include the domain name of imap.ikmj.com. Changing the script to use ikmj-serwer.home.pl results in the same time out.