diff --git a/src/HPCloud/Bootstrap.php b/src/HPCloud/Bootstrap.php index 7163270..58a2102 100644 --- a/src/HPCloud/Bootstrap.php +++ b/src/HPCloud/Bootstrap.php @@ -121,7 +121,11 @@ class Bootstrap { public static $config = array( // The transport implementation. By default, we use the PHP stream // wrapper's HTTP mechanism to process transactions. - 'transport' => '\HPCloud\Transport\PHPStreamTransport', + //'transport' => '\HPCloud\Transport\PHPStreamTransport', + + // This is the default transport while a bug persists in the + // Identity Services REST service. + 'transport' => '\HPCloud\Transport\CURLTransport', ); /**