cURL error 60: SSL certificate problem: self signed certific

Problems with the Windows version of XAMPP, questions, comments, and anything related.

cURL error 60: SSL certificate problem: self signed certific

Postby nube » 10. November 2016 00:20

Hi,

as the title says I have problem with Curl and SSL certificate... I followed a lot of guides on internet as it seems to be a common problem on Windows but for me, at least, seem that there is no solution..

The problem is that when I try to install a theme on Wordpress I get this error message, no matter what theme I try install but I have always the same problem: "cURL error 60: SSL certificate problem: self signed certific"

The first that I did was to install curl on windows and it seems that it works and installation was ok. Then i copied as txt files the following certificate from this site:

https://curl.haxx.se/ca/cacert.pem

and saved it as cacert.pem and copied on my machine in the following path:

"C:\xampp\cacert.pem"

then I edited the php.ini files and added the following line:

curl.cainfo = "C:\xampp\cacert.pem"

Then I restarted the apache server but the problem is still there...

As second try I tried to change the path into:

curl.cainfo = "C:/xampp/cacert.pem"

thinking that maybe the problem was the path but nothing changed...

Then, still browsing the web after an entire day.. I landed on this page where the guide tell to exports the certificate and save it in a specific way but here I get stuck because when I try to export the file as the guide says I am not able to find that specific option..

http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/

May you help me please? I really need to get xampp work as I need it for my job!!!!

If is a Window problem may I avoid this problem if I install Linux?

I really need your help...

Operating system is: Windows 7 Professional 64bit
Xampp version is: 5.6.24
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Re: cURL error 60: SSL certificate problem: self signed cert

Postby tm01 » 10. November 2016 13:56

why dont you just ignore certs?
http://bfy.tw/8gLQ
http://stackoverflow.com/questions/15135834/php-curl-curlopt-ssl-verifypeer-ignored
http://unix.stackexchange.com/questions/60750/does-curl-have-a-no-check-certificate-option-like-wget
tm01
 
Posts: 35
Joined: 03. November 2016 16:20
XAMPP version: 3.2.2
Operating System: Win7

Re: cURL error 60: SSL certificate problem: self signed cert

Postby nube » 10. November 2016 20:47

sorry for the late reply... I tried but I wasn't able to make it works... now I am stuck and I don't know what to do as I have to make it work for my job..

Any help is really really appreciated
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Re: cURL error 60: SSL certificate problem: self signed cert

Postby tm01 » 10. November 2016 22:26

sorry, im not into this topic, but could you please check if your php.ini has that line:
openssl.capath=C:/xampp/cacert.pem
tm01
 
Posts: 35
Joined: 03. November 2016 16:20
XAMPP version: 3.2.2
Operating System: Win7

Re: cURL error 60: SSL certificate problem: self signed cert

Postby nube » 10. November 2016 22:31

thanks for the reply, no I haven't that line set and so I added and retried but nothing changed..

Just a question if you know, but to create a cacert.pem file what is the right way? and to install and test that curl is using ssl connection, is there a way to test it?
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Re: cURL error 60: SSL certificate problem: self signed cert

Postby nube » 10. November 2016 22:33

I ask you that because I start to think that maybe the problem is how i create the cacert.pem file...
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Re: cURL error 60: SSL certificate problem: self signed cert

Postby tm01 » 10. November 2016 22:45

what do your log files write about it?
sure its cacert.pem and not cacert.pem.txt or something? (you wrote about copying txt file, not downloading it)
tm01
 
Posts: 35
Joined: 03. November 2016 16:20
XAMPP version: 3.2.2
Operating System: Win7

Re: cURL error 60: SSL certificate problem: self signed cert

Postby nube » 10. November 2016 22:54

yes the file is cacert.pem file and I copied and paste it as a normal file but I start thinking if it is the right way to do it..
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Re: cURL error 60: SSL certificate problem: self signed cert

Postby tm01 » 10. November 2016 23:04

since we dont know where wordpress is installing the themes from, you cant be sure the cert is included in your pem file.
still if curl doesn't work, you can install wordpress themes by uploading them as a zip.
tm01
 
Posts: 35
Joined: 03. November 2016 16:20
XAMPP version: 3.2.2
Operating System: Win7

Re: cURL error 60: SSL certificate problem: self signed cert

Postby nube » 10. November 2016 23:06

yes but I have the same exact problem even if I manually try to install a theme uploading by "hand".. it gives me the same error... is the ssl and curl but I really don't know how to solve this problem... moreover I googled a lot but I wasn't able to find a complete guide that explain to people like me, who is not so expertised, how to install/test curl and how to save the cacert.pem file or how to generate them...
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Re: cURL error 60: SSL certificate problem: self signed cert

Postby tm01 » 10. November 2016 23:14

You get the same error when you login, go to "Design" -> "Themes" -> "Add" -> "Upload Theme" and upload a zip from your computer? k, thats really strange, because in that way i dont think curl is used by wordpress.
what about the logs?
tm01
 
Posts: 35
Joined: 03. November 2016 16:20
XAMPP version: 3.2.2
Operating System: Win7

Re: cURL error 60: SSL certificate problem: self signed cert

Postby nube » 10. November 2016 23:16

yes I am having the same problem... what logs do you need? Apache?
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Re: cURL error 60: SSL certificate problem: self signed cert

Postby nube » 10. November 2016 23:29

Code: Select all
10 20:05:19.519979 2016] [ssl:warn] [pid 2212:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:05:20.027008 2016] [ssl:warn] [pid 2212:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:05:20.053009 2016] [mpm_winnt:notice] [pid 2212:tid 288] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 20:05:20.053009 2016] [mpm_winnt:notice] [pid 2212:tid 288] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 20:05:20.053009 2016] [core:notice] [pid 2212:tid 288] AH00094: Command line: 'C:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 20:05:20.059010 2016] [mpm_winnt:notice] [pid 2212:tid 288] AH00418: Parent: Created child process 5352
[Thu Nov 10 20:05:20.798052 2016] [ssl:warn] [pid 5352:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:05:21.289080 2016] [ssl:warn] [pid 5352:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:05:21.315082 2016] [mpm_winnt:notice] [pid 5352:tid 300] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 20:11:55.247252 2016] [ssl:warn] [pid 6112:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP:  syntax error, unexpected '(' in C:\xampp\php\php.ini on line 1988
 www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:11:55.528052 2016] [mpm_winnt:notice] [pid 6112:tid 288] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 20:11:55.528052 2016] [mpm_winnt:notice] [pid 6112:tid 288] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 20:11:55.528052 2016] [core:notice] [pid 6112:tid 288] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 20:11:55.543652 2016] [mpm_winnt:notice] [pid 6112:tid 288] AH00418: Parent: Created child process 3508
[Thu Nov 10 20:11:55.996053 2016] [ssl:warn] [pid 3508:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP:  syntax error, unexpected '(' in C:\xampp\php\php.ini on line 1988
 www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:11:56.230053 2016] [mpm_winnt:notice] [pid 3508:tid 300] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 20:15:49.430136 2016] [ssl:warn] [pid 5272:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:15:49.476936 2016] [core:warn] [pid 5272:tid 288] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
PHP:  syntax error, unexpected '(' in C:\xampp\php\php.ini on line 1988
 www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:15:49.710936 2016] [mpm_winnt:notice] [pid 5272:tid 288] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 20:15:49.710936 2016] [mpm_winnt:notice] [pid 5272:tid 288] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 20:15:49.710936 2016] [core:notice] [pid 5272:tid 288] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 20:15:49.726536 2016] [mpm_winnt:notice] [pid 5272:tid 288] AH00418: Parent: Created child process 4496
[Thu Nov 10 20:15:50.178937 2016] [ssl:warn] [pid 4496:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP:  syntax error, unexpected '(' in C:\xampp\php\php.ini on line 1988
 www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:15:50.428538 2016] [mpm_winnt:notice] [pid 4496:tid 300] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 20:19:05.249992 2016] [:error] [pid 4496:tid 1684] [client 127.0.0.1:49813] WordPress errore database Unknown column 'wppa_' in 'field list' per la query SELECT wppa_, referer: http://127.0.0.1/paolucci/wp-admin/setup-config.php?step=1&language=it_IT
[Thu Nov 10 20:20:20.558162 2016] [:error] [pid 4496:tid 1692] [client 127.0.0.1:49843] PHP Warning:  Si \xc3\xa8 verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href="https://it.wordpress.org/forums/">forum di supporto</a>. (WordPress non pu\xc3\xb2 stabilire una connessione sicura a WordPress.org. Contatta l\xe2\x80\x99amministratore del server.) in C:\\xampp\\htdocs\\paolucci\\wp-admin\\includes\\theme.php on line 463, referer: http://127.0.0.1/paolucci/wp-admin/themes.php
[Thu Nov 10 20:28:26.962318 2016] [ssl:warn] [pid 5132:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:28:27.071518 2016] [core:warn] [pid 5132:tid 288] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
PHP:  syntax error, unexpected '(' in C:\xampp\php\php.ini on line 1988
 www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:28:27.305519 2016] [mpm_winnt:notice] [pid 5132:tid 288] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 20:28:27.305519 2016] [mpm_winnt:notice] [pid 5132:tid 288] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 20:28:27.305519 2016] [core:notice] [pid 5132:tid 288] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 20:28:27.305519 2016] [mpm_winnt:notice] [pid 5132:tid 288] AH00418: Parent: Created child process 2668
[Thu Nov 10 20:28:27.835920 2016] [ssl:warn] [pid 2668:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP:  syntax error, unexpected '(' in C:\xampp\php\php.ini on line 1988
 www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:28:28.147920 2016] [mpm_winnt:notice] [pid 2668:tid 300] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 20:43:23.833812 2016] [ssl:warn] [pid 4824:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:43:23.865012 2016] [core:warn] [pid 4824:tid 288] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Nov 10 20:43:24.067813 2016] [ssl:warn] [pid 4824:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:43:24.083413 2016] [mpm_winnt:notice] [pid 4824:tid 288] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 20:43:24.083413 2016] [mpm_winnt:notice] [pid 4824:tid 288] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 20:43:24.083413 2016] [core:notice] [pid 4824:tid 288] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 20:43:24.099013 2016] [mpm_winnt:notice] [pid 4824:tid 288] AH00418: Parent: Created child process 7080
[Thu Nov 10 20:43:24.600214 2016] [ssl:warn] [pid 7080:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:43:24.836214 2016] [ssl:warn] [pid 7080:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:43:24.851814 2016] [mpm_winnt:notice] [pid 7080:tid 300] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 20:43:53.053870 2016] [ssl:warn] [pid 4400:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:43:53.131870 2016] [core:warn] [pid 4400:tid 288] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Nov 10 20:43:53.365870 2016] [ssl:warn] [pid 4400:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:43:53.381470 2016] [mpm_winnt:notice] [pid 4400:tid 288] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 20:43:53.381470 2016] [mpm_winnt:notice] [pid 4400:tid 288] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 20:43:53.381470 2016] [core:notice] [pid 4400:tid 288] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 20:43:53.381470 2016] [mpm_winnt:notice] [pid 4400:tid 288] AH00418: Parent: Created child process 6268
[Thu Nov 10 20:43:53.849471 2016] [ssl:warn] [pid 6268:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:43:54.161472 2016] [ssl:warn] [pid 6268:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 20:43:54.192672 2016] [mpm_winnt:notice] [pid 6268:tid 300] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 21:11:45.298273 2016] [ssl:warn] [pid 8080:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:11:45.329474 2016] [core:warn] [pid 8080:tid 288] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Nov 10 21:11:45.532274 2016] [ssl:warn] [pid 8080:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:11:45.563474 2016] [mpm_winnt:notice] [pid 8080:tid 288] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 21:11:45.563474 2016] [mpm_winnt:notice] [pid 8080:tid 288] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 21:11:45.563474 2016] [core:notice] [pid 8080:tid 288] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 21:11:45.563474 2016] [mpm_winnt:notice] [pid 8080:tid 288] AH00418: Parent: Created child process 6376
[Thu Nov 10 21:11:46.015875 2016] [ssl:warn] [pid 6376:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:11:46.234275 2016] [ssl:warn] [pid 6376:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:11:46.265475 2016] [mpm_winnt:notice] [pid 6376:tid 300] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 21:31:34.067018 2016] [ssl:warn] [pid 5508:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:31:34.223018 2016] [core:warn] [pid 5508:tid 288] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Nov 10 21:31:34.425818 2016] [ssl:warn] [pid 5508:tid 288] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:31:34.441418 2016] [mpm_winnt:notice] [pid 5508:tid 288] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 21:31:34.441418 2016] [mpm_winnt:notice] [pid 5508:tid 288] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 21:31:34.441418 2016] [core:notice] [pid 5508:tid 288] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 21:31:34.457018 2016] [mpm_winnt:notice] [pid 5508:tid 288] AH00418: Parent: Created child process 8044
[Thu Nov 10 21:31:35.026831 2016] [ssl:warn] [pid 8044:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:31:35.264832 2016] [ssl:warn] [pid 8044:tid 300] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:31:35.296032 2016] [mpm_winnt:notice] [pid 8044:tid 300] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 21:54:33.230973 2016] [ssl:warn] [pid 5752:tid 284] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:54:33.917374 2016] [core:warn] [pid 5752:tid 284] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Nov 10 21:54:34.120174 2016] [ssl:warn] [pid 5752:tid 284] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:54:34.619375 2016] [mpm_winnt:notice] [pid 5752:tid 284] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24 configured -- resuming normal operations
[Thu Nov 10 21:54:34.619375 2016] [mpm_winnt:notice] [pid 5752:tid 284] AH00456: Apache Lounge VC11 Server built: Jul  7 2016 11:13:22
[Thu Nov 10 21:54:34.619375 2016] [core:notice] [pid 5752:tid 284] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 21:54:34.619375 2016] [mpm_winnt:notice] [pid 5752:tid 284] AH00418: Parent: Created child process 5868
[Thu Nov 10 21:54:35.258976 2016] [ssl:warn] [pid 5868:tid 296] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:54:35.789377 2016] [ssl:warn] [pid 5868:tid 296] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 21:54:35.804977 2016] [mpm_winnt:notice] [pid 5868:tid 296] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 22:02:58.265595 2016] [:error] [pid 5868:tid 1676] [client 127.0.0.1:49510] PHP Warning:  Si \xc3\xa8 verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href="https://it.wordpress.org/forums/">forum di supporto</a>. (WordPress non pu\xc3\xb2 stabilire una connessione sicura a WordPress.org. Contatta l\xe2\x80\x99amministratore del server.) in C:\\xampp\\htdocs\\paolucci\\wp-admin\\includes\\plugin-install.php on line 158, referer: http://127.0.0.1/paolucci/wp-admin/theme-install.php
[Thu Nov 10 22:03:29.081854 2016] [:error] [pid 5868:tid 1676] [client 127.0.0.1:49537] PHP Warning:  Si \xc3\xa8 verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href="https://it.wordpress.org/forums/">forum di supporto</a>. (WordPress non pu\xc3\xb2 stabilire una connessione sicura a WordPress.org. Contatta l\xe2\x80\x99amministratore del server.) in C:\\xampp\\htdocs\\paolucci\\wp-includes\\update.php on line 123, referer: http://127.0.0.1/paolucci/wp-admin/plugin-install.php
[Thu Nov 10 22:03:31.547995 2016] [:error] [pid 5868:tid 1676] [client 127.0.0.1:49537] PHP Warning:  Si \xc3\xa8 verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href="https://it.wordpress.org/forums/">forum di supporto</a>. (WordPress non pu\xc3\xb2 stabilire una connessione sicura a WordPress.org. Contatta l\xe2\x80\x99amministratore del server.) in C:\\xampp\\htdocs\\paolucci\\wp-includes\\update.php on line 306, referer: http://127.0.0.1/paolucci/wp-admin/plugin-install.php
[Thu Nov 10 22:03:33.627114 2016] [:error] [pid 5868:tid 1676] [client 127.0.0.1:49537] PHP Warning:  Si \xc3\xa8 verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href="https://it.wordpress.org/forums/">forum di supporto</a>. (WordPress non pu\xc3\xb2 stabilire una connessione sicura a WordPress.org. Contatta l\xe2\x80\x99amministratore del server.) in C:\\xampp\\htdocs\\paolucci\\wp-includes\\update.php on line 479, referer: http://127.0.0.1/paolucci/wp-admin/plugin-install.php
[Thu Nov 10 22:03:37.083312 2016] [:error] [pid 5868:tid 1676] [client 127.0.0.1:49537] PHP Warning:  Si \xc3\xa8 verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href="https://it.wordpress.org/forums/">forum di supporto</a>. (WordPress non pu\xc3\xb2 stabilire una connessione sicura a WordPress.org. Contatta l\xe2\x80\x99amministratore del server.) in C:\\xampp\\htdocs\\paolucci\\wp-includes\\update.php on line 123, referer: http://127.0.0.1/paolucci/wp-admin/plugin-install.php
[Thu Nov 10 22:03:39.136429 2016] [:error] [pid 5868:tid 1676] [client 127.0.0.1:49537] PHP Warning:  Si \xc3\xa8 verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href="https://it.wordpress.org/forums/">forum di supporto</a>. (WordPress non pu\xc3\xb2 stabilire una connessione sicura a WordPress.org. Contatta l\xe2\x80\x99amministratore del server.) in C:\\xampp\\htdocs\\paolucci\\wp-includes\\update.php on line 306, referer: http://127.0.0.1/paolucci/wp-admin/plugin-install.php
[Thu Nov 10 22:03:41.332555 2016] [:error] [pid 5868:tid 1676] [client 127.0.0.1:49537] PHP Warning:  Si \xc3\xa8 verificato un errore inaspettato. Deve esserci un errore con WordPress.org o con la configurazione di questo server. Se continui ad avere problemi prova a consultare il <a href="https://it.wordpress.org/forums/">forum di supporto</a>. (WordPress non pu\xc3\xb2 stabilire una connessione sicura a WordPress.org. Contatta l\xe2\x80\x99amministratore del server.) in C:\\xampp\\htdocs\\paolucci\\wp-includes\\update.php on line 479, referer: http://127.0.0.1/paolucci/wp-admin/plugin-install.php


This is the log file of Apache. The last part is the error that I get when i try to manually install a plugin(same error that I get when I try to install a theme)
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Re: cURL error 60: SSL certificate problem: self signed cert

Postby tm01 » 10. November 2016 23:35

PHP: syntax error, unexpected '(' in C:\xampp\php\php.ini on line 1988

if your curl.cainfo config line is below the line 1988 with the "("-error, it could be ignored by php.
maybe you should ask in the wordpress forum too.
tm01
 
Posts: 35
Joined: 03. November 2016 16:20
XAMPP version: 3.2.2
Operating System: Win7

Re: cURL error 60: SSL certificate problem: self signed cert

Postby nube » 10. November 2016 23:50

I just opened a new thread of wordpress forum, thank for all your patience and support! :)
nube
 
Posts: 13
Joined: 09. May 2011 22:56

Next

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 127 guests