RequestException {#11433
-request: Request {#11428
-method: "POST"
-requestTarget: null
-uri: Uri {#11422
-scheme: "https"
-userInfo: ""
-host: "scr.autodisk.nl"
-port: null
-path: "/wsLeasePrijsMatrix/wsLeasePrijsMatrix.asmx/GetCarsFromBulkProfileExtended2"
-query: ""
-fragment: ""
}
-headers: array:6 [
"Content-Length" => array:1 [
0 => "312"
]
"User-Agent" => array:1 [
0 => "GuzzleHttp/6.3.2 curl/7.58.0 PHP/7.3.27-4+ubuntu18.04.1+deb.sury.org+1"
]
"Content-Type" => array:1 [
0 => "application/x-www-form-urlencoded"
]
"Host" => array:1 [
0 => "scr.autodisk.nl"
]
"X-NewRelic-ID" => array:1 [
0 => "VgIFV1NSABAHVVNRAAQPVVI="
]
"X-NewRelic-Transaction" => array:1 [
0 => "PxQBBQMCXQcABQMDDlAEXgEHFB8EBw8RVU4aVFxdVVcHVVgDUFhSUVxTAUNKQQFXU1UHVAdTFTs="
]
]
-headerNames: array:6 [
"content-length" => "Content-Length"
"user-agent" => "User-Agent"
"content-type" => "Content-Type"
"host" => "Host"
"x-newrelic-id" => "X-NewRelic-ID"
"x-newrelic-transaction" => "X-NewRelic-Transaction"
]
-protocol: "1.1"
-stream: Stream {#11427
-stream: stream resource @315
wrapper_type: "PHP"
stream_type: "TEMP"
mode: "w+b"
unread_bytes: 0
seekable: true
uri: "php://temp"
options: []
}
-size: 312
-seekable: true
-readable: true
-writable: true
-uri: "php://temp"
-customMetadata: []
}
}
-response: null
-handlerContext: array:32 [
"errno" => 60
"error" => "SSL certificate problem: certificate has expired"
"url" => "https://scr.autodisk.nl/wsLeasePrijsMatrix/wsLeasePrijsMatrix.asmx/GetCarsFromBulkProfileExtended2"
"content_type" => null
"http_code" => 0
"header_size" => 0
"request_size" => 0
"filetime" => -1
"ssl_verify_result" => 10
"redirect_count" => 0
"total_time" => 0.031219
"namelookup_time" => 1.5E-5
"connect_time" => 0.007322
"pretransfer_time" => 0.0
"size_upload" => 0.0
"size_download" => 0.0
"speed_download" => 0.0
"speed_upload" => 0.0
"download_content_length" => -1.0
"upload_content_length" => -1.0
"starttransfer_time" => 0.0
"redirect_time" => 0.0
"redirect_url" => ""
"primary_ip" => "82.94.198.71"
"certinfo" => []
"primary_port" => 443
"local_ip" => "10.154.1.61"
"local_port" => 44012
"http_version" => 0
"protocol" => 2
"ssl_verifyresult" => 0
"scheme" => "HTTPS"
]
#message: "cURL error 60: SSL certificate problem: certificate has expired (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)"
#code: 0
#file: "/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php"
#line: 186
trace: {
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:186 {
› ? new ConnectException($message, $easy->request, null, $ctx)
› : new RequestException($message, $easy->request, $easy->response, null, $ctx);
›
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:149 {
›
› return self::createRejection($easy, $ctx);
› }
arguments: {
$easy: EasyHandle {#11431 …}
$ctx: array:32 [ …32]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:102 {
› if (!$easy->response || $easy->errno) {
› return self::finishError($handler, $easy, $factory);
› }
arguments: {
$handler: CurlHandler {#1850 …}
$easy: EasyHandle {#11431 …}
$factory: CurlFactory {#1851 …}
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php:43 {
›
› return CurlFactory::finish($this, $easy, $this->factory);
› }
arguments: {
$handler: CurlHandler {#1850 …}
$easy: EasyHandle {#11431 …}
$factory: CurlFactory {#1851 …}
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php:28 {
› ? $default($request, $options)
› : $sync($request, $options);
› };
arguments: {
$request: Request {#11428}
$options: array:7 [ …7]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php:51 {
› return empty($options['stream'])
› ? $default($request, $options)
› : $streaming($request, $options);
arguments: {
Request {#11428}
array:7 [ …7]
}
}
newrelic/Guzzle6:1
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php:66 {
›
› return $fn(Psr7\modify_request($request, $modify), $options);
› }
arguments: {
Request {#11428}
array:7 [ …7]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Middleware.php:30 {
› if (empty($options['cookies'])) {
› return $handler($request, $options);
› } elseif (!($options['cookies'] instanceof CookieJarInterface)) {
arguments: {
$request: Request {#11429 …}
$options: array:7 [ …7]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php:70 {
›
› return $fn($request, $options)
› ->then(function (ResponseInterface $response) use ($request, $options) {
arguments: {
Request {#11429 …}
array:7 [ …7]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Middleware.php:60 {
› }
› return $handler($request, $options)->then(
› function (ResponseInterface $response) use ($request, $handler) {
arguments: {
$request: Request {#11429 …}
$options: array:7 [ …7]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/HandlerStack.php:67 {
›
› return $handler($request, $options);
› }
arguments: {
Request {#11429 …}
array:7 [ …7]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Client.php:277 {
› try {
› return Promise\promise_for($handler($request, $options));
› } catch (\Exception $e) {
arguments: {
$request: Request {#11429 …}
$options: array:7 [ …7]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Client.php:125 {
›
› return $this->transfer($request, $options);
› }
arguments: {
$request: Request {#11429 …}
$options: array:7 [ …7]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Client.php:131 {
› $options[RequestOptions::SYNCHRONOUS] = true;
› return $this->requestAsync($method, $uri, $options)->wait();
› }
arguments: {
$method: "post"
$uri: Uri {#11422}
$options: array:9 [ …9]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/vendor/guzzlehttp/guzzle/src/Client.php:89 {
› ? $this->requestAsync(substr($method, 0, -5), $uri, $opts)
› : $this->request($method, $uri, $opts);
› }
arguments: {
$method: "post"
$uri: "https://scr.autodisk.nl/wsLeasePrijsMatrix/wsLeasePrijsMatrix.asmx/GetCarsFromBulkProfileExtended2"
$options: array:2 [ …2]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/Classes/TechnoleaseAutodiskApi.php:274 {
› $response = $this->client
› ->post($url, $additional);
› }catch (\Exception $ex){
arguments: {
$method: "post"
$args: array:2 [ …2]
}
}
/nas/content/live/technolease/wp-content/plugins/technolease-autodisk-api/Classes/TechnoleaseAutodiskApi.php:38 {
› 'strFilterAutoDiskSegment' => '',
› 'nTop' => 0,
› ]);
arguments: {
$url: "https://scr.autodisk.nl/wsLeasePrijsMatrix/wsLeasePrijsMatrix.asmx/GetCarsFromBulkProfileExtended2"
$formParams: array:17 [ …17]
}
}
/nas/content/live/technolease/wp-content/themes/technolease/page-pricing-manager.php:57 {
› /** @var GetCarsFromBulkProfileExtended $listCar */
› foreach($technoleaseAutodiskApi->listCars($type) as $listCar) {
› /** @var GetCarDetails $car */
arguments: {
$type: "bedrijfswagens"
}
}
/nas/content/live/technolease/wp-includes/template-loader.php:106 {
› if ( $template ) {
› \tinclude $template;
› } elseif ( current_user_can( 'switch_themes' ) ) {
arguments: {
"/nas/content/live/technolease/wp-content/themes/technolease/page-pricing-manager.php"
}
}
/nas/content/live/technolease/wp-blog-header.php:19 {
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
arguments: {
"/nas/content/live/technolease/wp-includes/template-loader.php"
}
}
/nas/content/live/technolease/index.php:17 {
› /** Loads the WordPress Environment and Template */
› require __DIR__ . '/wp-blog-header.php';
›
arguments: {
"/nas/content/live/technolease/wp-blog-header.php"
}
}
}
}
"https://scr.autodisk.nl/wsLeasePrijsMatrix/wsLeasePrijsMatrix.asmx/GetCarsFromBulkProfileExtended2"
array:17 [
"nWelkeAutos" => 0
"dDatumVan" => "2017-01-01"
"dDatumTot" => "2021-03-03"
"nModelID" => 0
"strMerkIDFilter" => ""
"strFilterAutoOmchrijving" => ""
"nMainProfileID" => 0
"strFilterTags" => ""
"strFilterLocatie" => ""
"bytLooptijd" => 0
"lngKmPerJaar" => 0
"nPrijsVan" => 0
"nPrijsTot" => 0
"nSortering" => 0
"strFilterAutoDiskSegment" => ""
"nTop" => 0
"lngAutoDiskDebiteurNummer" => 21950
]
array:1 [
"form_params" => array:18 [
"nWelkeAutos" => 0
"dDatumVan" => "2017-01-01"
"dDatumTot" => "2021-03-03"
"nModelID" => 0
"strMerkIDFilter" => ""
"strFilterAutoOmchrijving" => ""
"nMainProfileID" => 0
"strFilterTags" => ""
"strFilterLocatie" => ""
"bytLooptijd" => 0
"lngKmPerJaar" => 0
"nPrijsVan" => 0
"nPrijsTot" => 0
"nSortering" => 0
"strFilterAutoDiskSegment" => ""
"nTop" => 0
"lngAutoDiskDebiteurNummer" => 21950
"blnGeelKenteken" => "False"
]
]