<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Hi. I am running a docker container with recent version(3.0.3) of CDash so far most things work i have a problem with mailing. CDash don’t send ANY email, and users also can’t reset password which is the biggest issue. I get the following error when i hit the reset password button:<br />
<br />
Starting cdash_mysql_1 ... done<br />
Starting cdash ... done<br />
Attaching to cdash_mysql_1, cdash<br />
mysql_1 | [Entrypoint] MySQL Docker Image 5.7.35-1.2.4-server<br />
mysql_1 | [Entrypoint] Starting MySQL 5.7.35-1.2.4-server<br />
mysql_1 | 2021-08-17T11:41:11.268672Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).<br />
mysql_1 | 2021-08-17T11:41:11.271698Z 0 [Note] mysqld (mysqld 5.7.35) starting as process 1 ...<br />
mysql_1 | 2021-08-17T11:41:11.275827Z 0 [Note] InnoDB: PUNCH HOLE support available<br />
mysql_1 | 2021-08-17T11:41:11.275855Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins<br />
mysql_1 | 2021-08-17T11:41:11.275859Z 0 [Note] InnoDB: Uses event mutexes<br />
mysql_1 | 2021-08-17T11:41:11.275862Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier<br />
mysql_1 | 2021-08-17T11:41:11.275869Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11<br />
mysql_1 | 2021-08-17T11:41:11.275871Z 0 [Note] InnoDB: Using Linux native AIO<br />
mysql_1 | 2021-08-17T11:41:11.276188Z 0 [Note] InnoDB: Number of pools: 1<br />
mysql_1 | 2021-08-17T11:41:11.276335Z 0 [Note] InnoDB: Using CPU crc32 instructions<br />
mysql_1 | 2021-08-17T11:41:11.278647Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M<br />
mysql_1 | 2021-08-17T11:41:11.289169Z 0 [Note] InnoDB: Completed initialization of buffer pool<br />
mysql_1 | 2021-08-17T11:41:11.291390Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().<br />
mysql_1 | 2021-08-17T11:41:11.303738Z 0 [Note] InnoDB: Highest supported file format is Barracuda.<br />
mysql_1 | 2021-08-17T11:41:11.321990Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables<br />
mysql_1 | 2021-08-17T11:41:11.322056Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...<br />
mysql_1 | 2021-08-17T11:41:11.371910Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.<br />
mysql_1 | 2021-08-17T11:41:11.373566Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.<br />
mysql_1 | 2021-08-17T11:41:11.373608Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.<br />
mysql_1 | 2021-08-17T11:41:11.373991Z 0 [Note] InnoDB: Waiting for purge to start<br />
mysql_1 | 2021-08-17T11:41:11.424186Z 0 [Note] InnoDB: 5.7.35 started; log sequence number 28075768<br />
mysql_1 | 2021-08-17T11:41:11.424378Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool<br />
mysql_1 | 2021-08-17T11:41:11.424671Z 0 [Note] Plugin 'FEDERATED' is disabled.<br />
mysql_1 | 2021-08-17T11:41:11.430322Z 0 [Note] InnoDB: Buffer pool(s) load completed at 210817 11:41:11<br />
mysql_1 | 2021-08-17T11:41:11.435466Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.<br />
mysql_1 | 2021-08-17T11:41:11.435488Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.<br />
mysql_1 | 2021-08-17T11:41:11.435494Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.<br />
mysql_1 | 2021-08-17T11:41:11.435497Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.<br />
mysql_1 | 2021-08-17T11:41:11.436478Z 0 [Warning] CA certificate ca.pem is self signed.<br />
mysql_1 | 2021-08-17T11:41:11.436620Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.<br />
mysql_1 | 2021-08-17T11:41:11.437017Z 0 [Note] Server hostname (bind-address): '*'; port: 3306<br />
mysql_1 | 2021-08-17T11:41:11.437141Z 0 [Note] IPv6 is available.<br />
mysql_1 | 2021-08-17T11:41:11.437207Z 0 [Note] - '::' resolves to '::';<br />
mysql_1 | 2021-08-17T11:41:11.437307Z 0 [Note] Server socket created on IP: '::'.<br />
mysql_1 | 2021-08-17T11:41:11.462113Z 0 [Note] Event Scheduler: Loaded 0 events<br />
mysql_1 | 2021-08-17T11:41:11.462562Z 0 [Note] mysqld: ready for connections.<br />
mysql_1 | Version: '5.7.35' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server (GPL)<br />
cdash | [Tue Aug 17 11:41:11.614566 2021] [core:warn] [pid 16] AH00098: pid file /var/run/apache2/apache2.pid overwritten -- Unclean shutdown of previous Apache run?<br />
cdash | [Tue Aug 17 11:41:11.617083 2021] [mpm_prefork:notice] [pid 16] AH00163: Apache/2.4.38 (Debian) PHP/7.4.22 configured -- resuming normal operations<br />
cdash | [Tue Aug 17 11:41:11.617110 2021] [core:notice] [pid 16] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND'<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:17 +0000] "GET /index.php?project=PDFixer HTTP/1.1" 200 5412<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:17 +0000] "GET /api/v1/index.php?filterstring=&project=PDFixer HTTP/1.1" 200 4442<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:17 +0000] "GET /image/1 HTTP/1.1" 200 9119<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:17 +0000] "GET /api/v1/filterdata.php?filterstring=&page_id=index.php&project=PDFixer&showlimit=0 HTTP/1.1" 200 1726<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:23 +0000] "POST /logout HTTP/1.1" 302 1942<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:23 +0000] "GET / HTTP/1.1" 302 1456<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:23 +0000] "GET /viewProjects.php HTTP/1.1" 200 2845<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:23 +0000] "GET /img/cleardot.gif HTTP/1.1" 304 179<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:23 +0000] "GET /api/v1/viewProjects.php HTTP/1.1" 200 1371<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:26 +0000] "GET /login HTTP/1.1" 200 2516<br />
cdash | 212.55.237.227 - - [17/Aug/2021:11:41:30 +0000] "GET /recoverPassword.php HTTP/1.1" 200 2519<br />
<br />
There is also a TLS error but i tried this with "CDASH_USE_HTTPS = ‘0’; and still not working. The second question would be how to enable https. I set the "CDASH_USE_HTTPS = '1’;” but as you can see it complains about deprecated tls.<br />
<br />
Thank you for your answer.<br />
<br />
Regards, </div>
</div>
<div name="messageSignatureSection"><br />
<div class="matchFont">Ing. Karol Molnár</div>
</div>
</body>
</html>