No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
Re: 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 … |
The End.