ID: 27482
User updated by: ronanmcnulty at hotmail dot com
-Summary: imap_open won't work with ssl
Reported By: ronanmcnulty at hotmail dot com
-Status: Feedback
+Status: Open
Bug Type: IMAP related
Operating System: WINXP
PHP Version: 4.3.4
New Comment:
I've tried every method stated in the manual e.g.
$mbox = imap_open ("{localhost:993/imap/ssl}INBOX", "user_id",
"password");
$mbox = imap_open ("{localhost:993/imap/ssl/novalidate-cert}INBOX",
"user_id", "password");
I still recieve the error "invalid remote specification". I have tried
it on a number of ssl enabled imap servers, and it does not work on any
of them. Is this purely a windows problem? Nothing is stated in
http://www.php.net/imap_open to imply that it is. I don't know what
other information I can give you other than, it has been tried hundreds
of times, and failed hundreds of times.
Previous Comments:
------------------------------------------------------------------------
[2004-03-03 12:45:05] [EMAIL PROTECTED]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2004-03-03 12:27:00] ronanmcnulty at hotmail dot com
Description:
------------
I can't get imap_open to connect with SSL.
I have included the openssl module, but this has made not difference
Reproduce code:
---------------
$mbox =
imap_open('{'.$server.':993/imap/ssl/novalidate-cert}INBOX',$name,
$pass)
Expected result:
----------------
I was hoping to have secure connections to ssl enabled imap servers.
Actual result:
--------------
ERROR: Can't open mailbox {imap.cc:993/imap/ssl/novalidate-cert}INBOX:
invalid remote specification
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27482&edit=1