root@report:/var/www/user# cat ./defaults.php
<?php
// This is used to override values in defaults.php at main level.
$mydbr_defaults['page_title'] = 'myDBR Celsis';
$mydbr_defaults['export']['wkhtmltopdf']['command']='/usr/local/bin/wkhtmltopdf';
$mydbr_defaults['db_connection']['pooled_connections'] = true;
$mydbr_defaults['embed_url']['CURLOPT_SSL_VERIFYPEER'] = false;
$mydbr_defaults['embed_url']['CURLOPT_SSL_VERIFYHOST'] = false;
/*
Debug flag to determine server cookie problems.
Enabling this may expose your database login information so use with caution
$mydbr_defaults['debug_cookie'] = true;
*/
root@report:/var/www/user#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
root@report:/var/tmp# wget --no-check-certificate -t 1 https://report.kmv.local/scheduler.php?debug=1 -O scheduler_debug.txt
--2017-06-20 08:31:47-- https://report.kmv.local/scheduler.php?debug=1
Ieškoma report.kmv.local (report.kmv.local)... 10.18.156.251
Jungiamasi prie report.kmv.local (report.kmv.local)|10.18.156.251|:443... prisijungta.
ĮSPĖJIMAS: cannot verify report.kmv.local's certificate, issued by ‘/C=LT/ST=Lithuania/L=Kaunas/O=Celsis/OU=IT/CN=report.kmv.local/emailAddress=log@aa.bb’:
Rastas savo-pasirašytas sertifikatas.
HTTP užklausa išsiųsta, laukiama atsakymo... 200 OK
Dydis: 0 [text/html]
Saving to: ‘scheduler_debug.txt’
[ <=> ] 0 --.-K/s per 0s
2017-06-20 08:31:47 (0,00 B/s) - ‘scheduler_debug.txt’ saved [0/0]
root@report:/var/tmp#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scheduler_debug.txt - empty, zero size
Maybe it is something with ubntu, apache or php configuration?