Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~2K People Reached
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for Troy

Hi, I have to extract contacts from an Exchange server over SSL authentification. --------------------------------------------------------------------------- $exchange_server = "https://mail.justexchange.com/exchange/"; $exchange_username = "demo1@JustExchange.net"; $exchange_password = "Password1!"; --------------------------------------------------------------------------- Using this code I could not connect. This is the error message I've got:Warning: fgets() [[function.fgets](http://localhost/asterisk/function.fgets)]: SSL: fatal protocol error in C:\wamp\www\asterisk\class_http.php on line 127 Can …

Member Avatar for dskanth
0
2K

The End.