- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Since your code works on your local machine I would suspect that the server configuration is wrong or somewhat different than your local machine.
Are you running the same version of PHP ? Do you have the same PHP modules installed (you need the SSL module) ?
Did you check your PHP/Apache error logs to see if there was any indication of what could be wrong ?
You can try to enable the debug messages ( add "RTC::$Debug = true;" to your code ) and send us the log messages if you still can't figure what is different between your two instances of your application.