Imap with ssl not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello all,

I am trying to make a connection to an imap/ssl server
but without success.
I use this simple script 
<?
$mbox = imap_open
("{localhost:993/imap/ssl/novalidate-cert}INBOX",
"proto", "pass");
?>

When I put out the ssl part of this script
(ie{localhost:993/imap}INBOX") there is a tcp
connection with the server but of course unsuccessful
since it is not ssl compliant. With the ssl part
present no tcp connection is attempted and the
returned error is "imap_open(): Couldn't open stream
..."

I use PHP 4.3.3 for Windows I have commented out
php_imap.dll and php_openssl.dll in php.ini.

What is wrong?
Is it possible that php4ts.dll is compiled without
--with-imap-ssl support?

I would appreciate any help
Nick Proto


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux