Mixed Content: The page at 'https://example.com' was loaded over HTTPS, but requested an insecure stylesheet 'http://example.com/css/StyleSheet.css'. This request has been blocked; the content must be served over HTTPS.
add_header Content-Security-Policy upgrade-insecure-requests;
Header always set Content-Security-Policy "upgrade-insecure-requests;"
# plesk bin optimization_settings --set-mpm prefork
cURL error (77): Problem with the SSL CA cert (path access rights)cURL error (77): Problem with the SSL CA cert (path access rights)
Error : "error setting certificate verify locations: CAfile: C:\Program Files (x86)\Plesk\Additional\PHPSettings\cacert.pem CApath: none"
cURL error 77: error setting certificate verify locations: CAfile: /etc/ssl/certs/cacert.pem CApath: /etc/ssl/certs
[php]
curlCertificatesUrl="http://curl.haxx.se/ca/cacert.pem"
[color=brown]curl.cainfo="C:\Program Files (x86)\Plesk\Additional\PHPSettings\cacert.pem"[/color]
curl.cainfo="/etc/ssl/certs/cacert.pem"
[php]
curlCertificatesUrl="http://curl.haxx.se/ca/cacert.pem
# wget https://curl.haxx.se/ca/cacert.pem && mv cacert.pem /etc/ssl/certs/
curl.cainfo="/etc/ssl/certs/cacert.pem"
AH00526: Syntax error on line 117 of /etc/apache2/plesk.conf.d/server.conf:
Invalid command 'RequestHeader', perhaps misspelled or defined by a module not included in the server configuration
ERROR: Another FPM instance seems to already listen on /var/www/vhosts/system/example.com/php-fpm.sock
ERROR: Another FPM instance seems to already listen on /var/www/vhosts/system/example.com/php-fpm.sock
ERROR: Another FPM instance seems to already listen on /var/www/vhosts/system/example.com/php-fpm.sock
ERROR: Another FPM instance seems to already listen on /var/www/vhosts/system/example.com/php-fpm.sock
# rm -rf /var/www/vhosts/system/example.com/php-fpm.sock
# plesk bin site --list
# plesk db "SELECT name FROM domains;"
# plesk db "SELECT name FROM domains UNION SELECT name FROM domain_aliases"