I have a site that uses the php SOAP client to connect to a ticketing system API, occasionally a call will throw up an exception saying 'Could not connect to host'. I'm pretty sure the SOAP server isn't going down so I'm struggling to understand what might be causing this. I can't reproduce it myself either but I can tell it's happening from the logs.
The site is running on php 5.3.3 and connecting to the server over https which might be a factor.
Does anyone have any ideas what might be causing this?