How to Install PHP on OpenSUSE 15.2/15.1

OpenSUSE is a Linux distribution that uses the YaST package manager to manage software packages. Here’s how you can install PHP on OpenSUSE 15.2/15.1: First, open the terminal and update the package repository by running the command “sudo zypper refresh” Next, install the PHP package by running the command “sudo zypper install php7” or “sudo … Read more

ERROR: Test failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)

The error message [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091) typically occurs when the SSL certificate of the server you are trying to connect to cannot be verified. This can happen for a number of reasons, including: The certificate is self-signed, and the certificate authority (CA) that issued it is … Read more