Tag: SSL
-
Post Views: 15 1. In the Chrome browser, open the URL mapped after modifying the hosts file, and you will be prompted: Your connection is not a private connection. There is also no option to continue to go to Advanced Expand. as shown in Figure 1 2. If you comment out the URL that modifies the hosts file mapping, enable…
-
Post Views: 155 1. There is a Shopify PHP application, which can already be previewed in the development environment. as shown in Figure 1 2. Now it is ready to be deployed to the production environment. Shopify recommends creating a separate application if you need to deploy the application to the production environment. This application shares the code base with…
-
Post Views: 13 1. When executing the command: git push -u origin main, an error is reported: fatal: unable to accesshttps://github.com/shuijingwan/refactoring.git/: Error:1407742E:SSL Routines:SSL23_GET_SERVER_Hello:TLSv1 Alert Protocol Version. as shown in Figure 1 2. Reference:https://github.com/glennhickey/progressiveCactus/issues/93. Work for me on Windows: Update git to latest version (2.16) and remove old version ( 1.9). as shown in Figure 2 3. Check the version of…
-
Post Views: 12 1. GetID3() is a PHP script that extracts useful information from MP3 and other multimedia file formats. Open URL:https://github.com/JamesHeinrich/getID3 2. Install based on composer: jamesheinrich / getid3. The URL to open the PHP package repository:https://packagist.org, search: jamesheinrich / getid3 , get the search result: james-heinrich/getid3, as shown in Figure 1 3. In PowerShell, execute the installation command:…
-
Post Views: 12 1. Execute the command: git pull –progress –no-rebase -v “origin”, report an error, as shown in Figure 1 Fatal: Unable to accesshttps://github.com/shuijingwan/yii2-starter-kit.git/: Unknown SSL protocol error in connection to github.com:443 2. Decided to use ssh to connect, since both git bash and tortoisegit are possible, use the puttygen tool that comes with TortoiseGit to generate the key,…
-
Post Views: 11 1. Introduction to SSL certificate installation environment: Operating system: CentOS 6.5 64-bit apache2.2.15 Wotong Free SSL Certificate 2. Network environment requirements http://api.ygt.cmIt can be accessed normally through the external network 3. Obtain an SSL certificate After successfully applying for a certificate in Wotong, you will get a compressed file with a password, enter the certificate password and…