APS Installation > self signed certificate in certificate chain

reSh

Member
Hallo zusammen,

ich habe mir einen kleinen Test vServer zugelegt. Auf diesem wallte ich ISPConfig kennenlernen und einige Modifikationen testen.

Es handelt sich um ein Ubuntu 14.04 64bit - ISPConfig wurde mit dem Auto Install Script von dclardy64 durchgeführt.

Das Updaten der Package List war wegen bekanntem XML Parse Error nicht möglich - nach dem Einpielen des Patches von Till funktionierte das Update - jedoch nicht die installation des Packages.

ispconfig.log sagt dazu:
Code:
10.04.2015-23:52 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
10.04.2015-23:52 - DEBUG - Found 16 changes, starting update process.
10.04.2015-23:52 - DEBUG - Calling function 'db_user_insert' from plugin 'mysql_clientdb_plugin' raised by event 'database_user_insert'.
10.04.2015-23:52 - DEBUG - Processed datalog_id 197
10.04.2015-23:52 - DEBUG - Calling function 'db_insert' from plugin 'mysql_clientdb_plugin' raised by event 'database_insert'.
10.04.2015-23:52 - DEBUG - Created MySQL database: c0aps3
10.04.2015-23:52 - DEBUG - GRANT for user c0aps3 at host localhost
10.04.2015-23:52 - DEBUG - GRANT ALL ON c0aps3.* TO 'c0aps3'@'localhost' IDENTIFIED BY PASSWORD '*D5647AAF1B76D8B2789A7DB8F18BD1D0FF19F53D'; success? yes
10.04.2015-23:52 - DEBUG - Processed datalog_id 198
10.04.2015-23:52 - DEBUG - Calling function 'install' from plugin 'aps_plugin' raised by event 'aps_instance_insert'.
10.04.2015-23:52 - DEBUG - Starting APS install
10.04.2015-23:52 - DEBUG - Processed datalog_id 199
10.04.2015-23:52 - DEBUG - Processed datalog_id 200
10.04.2015-23:52 - DEBUG - Processed datalog_id 201
10.04.2015-23:52 - DEBUG - Processed datalog_id 202
10.04.2015-23:52 - DEBUG - Processed datalog_id 203
10.04.2015-23:52 - DEBUG - Processed datalog_id 204
10.04.2015-23:52 - DEBUG - Processed datalog_id 205
10.04.2015-23:52 - DEBUG - Processed datalog_id 206
10.04.2015-23:52 - DEBUG - Processed datalog_id 207
10.04.2015-23:52 - DEBUG - Processed datalog_id 208
10.04.2015-23:52 - DEBUG - Processed datalog_id 209
10.04.2015-23:52 - DEBUG - Processed datalog_id 210
10.04.2015-23:52 - DEBUG - Processed datalog_id 211
10.04.2015-23:52 - DEBUG - Calling function 'install' from plugin 'aps_plugin' raised by event 'aps_instance_update'.
10.04.2015-23:52 - DEBUG - Starting APS install
10.04.2015-23:52 - DEBUG - Running installHandler
10.04.2015-23:52 - WARNING - SSL certificate problem: self signed certificate in certificate chain
10.04.2015-23:52 - WARNING - Unable to find the meta data file of package WordPress-4.1.1-40.app.zip
10.04.2015-23:52 - DEBUG - Processed datalog_id 212
10.04.2015-23:52 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock

Die meta data wird angelegt - Inhalt der xml ist auch korrekt.

Lediglich der Download des Packages selber funktioniert nicht - die Datei ist vorhanden hat aber 0 Byte.

Jemand eine Idee dazu?
 

Till

Administrator
Es muss noch eine weitere Zeile geändert werden:

/usr/local/ispconfig/server/lib/classes/aps_installer.inc.php

in Zeile 701 zusätzlich einfügen:

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
 

reSh

Member
Hallo,

das hat funktioniert - vielen Dank!

Kannst du den Patch ggf. anpassen oder anpassen lassen?

mfg reSh
 

Werbung

Top