-
I'm currently trying to generate a certificate with this plugin for my S3 bucket which is being used solely as a CDN (just image files) being served from a subdomain on my website.
This is running on…
Rjs37 updated
8 years ago
-
Getting this error every few hours in our exception handler. Some googling leads to this thread laravel/framework#9852 which talks about sentry/sentinel. Wondering if anyone else is seeing this show u…
-
stream's ssl and tls are not working in hhvm.
Running the openssl tests
http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fopenssl%2Ftests%2Fsni_001.phpt
None of them pass. HHVM …
-
All the POST requests I'm trying to send end up with exception:
"An error occurred while validating SSL connectivity. Please make sure you are using TLSv1 or above."
I see curl is forced to use TLSv1…
-
I'm having a different result from the documentation as far as the response type. If I use Api::respond or Api::error I'm getting a header type of text/html. If I use Api::content it's coming back a…
-
One of my tests fails with this message:
```
1) ViewTest::testCreateWithLocale
BadMethodCallException: Method Mockery_0_Illuminate_Routing_Router::getRoutes() does not exist on this mock object
.../…
-
So far, we have chosen to call the main interface ReadableContainerInterface.
The rational behind it is that "ContainerInterface" might be too generic.
We thought about "SimpleContainerInterface" but…
-
Hello,
I've been using this package for over a year now, this is the only time I've had an issue so first and foremost - thank you.
I've been using `2.0.*@dev` for about a month now as suggested for…
-
http://d.pr/i/1cv7Y/2yg6q7un
The way you are detecting these properties is extremely brittle and is breaking vital production projects.
-
# Problem
When starting a new Laravel project that will be shared across several team environments, and staging /production/development environments, there are a number of "boilerplate" changes that …