Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

fails on second call #12

Open
AidasK opened this issue Oct 27, 2017 · 0 comments
Open

fails on second call #12

AidasK opened this issue Oct 27, 2017 · 0 comments

Comments

@AidasK
Copy link

AidasK commented Oct 27, 2017

>>> app('pubsub')->publish('channel_name', 'messagesr');                                
=> null
>>> app('pubsub')->publish('channel_name', 'messagesr');
Google\Cloud\Core\Exception\ServiceException with message 'cURL error 35: Bulk data encryption algorithm failed in selected cipher suite. (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)'

On the first call channel_name is created (I can see it in the console), but on the second one it fails.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant