friendship ended with social-app. php is my new best friend

add cert to client

Changed files
+5 -3
+4 -3
.gitignore
···
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
-
# dotenv environment variable files
+
# shit that shouldn't go in source control
.env
.env.development.local
.env.test.local
···
*.db-shm
*.db-wal
config.php
+
*.pem
+
*.pub
+
request_log.txt
# caches
.eslintcache
···
# Finder (MacOS) folder config
.DS_Store
-
-
request_log.txt
+1
index.php
···
]);
$http = new React\Http\Browser($connector);
$client = new GuzzleHttp\Client([
+
'verify' => CERT_PATH,
'headers' => [
'User-Agent' => USER_AGENT_STR
]