https и php

Alexbank

Guest
https и php

Error connecting to IMAP server: https://spbmail.xxx.ru/exchange/.
3746976 : Unable to find the socket transport "https" - did you forget to enable it when you configured PHP?
Че делать то подскажите ?
 

Alexbank

Guest
Фанат да я понимаю что он говорит как php отконфигурировать !
 

Alexandre

PHPПенсионер
Alexbank
а разве на php можно отконфигурить удаленный IMAP server ?
 

tony2001

TeaM PHPClub
вы по HTTP(s) коннектитесь к IMAP-серверу?
а давно IMAP-сервера стали HTTP понимать?
 

si

Administrator
Нечто
нет, https это http over ssl.так же over ssl может быть что угодно, например pop3, imap, и т.д
 

Alexbank

Guest
ну так что делать то, как настроить php
вообще как откофигурировать php что бы он бегал по http или по https на другой сервак
 

si

Administrator
Alexbank
ты вообще читал что тебе писали ? тебе https нужен или imap over ssl ?
 

Alexbank

Guest
Автор оригинала: si
Alexbank
ты вообще читал что тебе писали ? тебе https нужен или imap over ssl ?
да мне нуже imap over ssl, тоесть организовать тунель к сревку exchang по ssl
 

si

Administrator
http://www.php.net/imap

This extension requires the c-client library to be installed. Grab the latest version from ftp://ftp.cac.washington.edu/imap/ and compile it.

It's important that you do not copy the IMAP source files directly into the system include directory as there may be conflicts. Instead, create a new directory inside the system include directory, such as /usr/local/imap-2000b/ (location and name depend on your setup and IMAP version), and inside this new directory create additional directories named lib/ and include/. From the c-client directory from your IMAP source tree, copy all the *.h files into include/ and all the *.c files into lib/. Additionally when you compiled IMAP, a file named c-client.a was created. Also put this in the lib/ directory but rename it as libc-client.a.

Note: To build the c-client library with SSL or/and Kerberos support read the docs supplied with the package.

Note: In Mandrake Linux, the IMAP library (libc-client.a) is compiled without Kerberos support. A separate version with SSL (client-PHP4.a) is installed. The library must be recompiled in order to add Kerberos support.
 
Сверху