Tag: Certificate issuing authority
-
Post Views: 86 1. In the Chrome browser, it prompts: Your connection is not a private connection. as shown in Figure 1 2. Reference: https://www.shuijingwanwq.com/2023/07/21/7894/ . The process of switching the domain name of one website to another. The time for this switching is 2023/06/05, and the current time is 2023/12/11 . It was confirmed that it was normal half…
-
Post Views: 60 1. Now the local environment URL: http://morefun.dev.dev.xxx.cn/ I want to get the cookie data under the development environment: https://.xxx.cn, but found that it cannot be obtained. The reason is the difference between HTTP and HTTPS. 2. Configure the URL in the local environment: https://morefun.dev.xxx.cn/ . 3. Reference URL: https://web.dev/how-to-use-local-https/ . How to use HTTPS for local development.…