https
-
Cloudflare Free HTTPS Certificate Creation Tutorial
As mentioned before, Cloudflare's HTTPS certificates can be used, but this is limited to client-to-Cloudflare connections. Certificates from Cloudflare to the server (installed on the server) cannot be created; we'll need to find a way to do that ourselves. …
-
Resolving UCENTER communication failures after implementing HTTPS on Discuz
Today I tried to implement HTTPS in Discuz, but UCenter showed a communication failure. I couldn't find the cause, and finally discovered that UCenter couldn't recognize it. The solution is as follows: In uc_server/model/misc.php,…
-
Let’s Encrypt SSL Certificate Installation (CentOS + Nginx), along with Scoring and Automatic Renewal
Yesterday I tried GoDaddy's SSL certificate and found it wasn't very reliable, so I looked into Let's Encrypt. Many personal websites are now migrating to Let's Encrypt, and it has a strong backing; various large companies sponsor it. Let's…
-
SSL certificate generation and Nginx configuration, UCC certificate generation (Linux)
I spent some time researching SSL certificates today and found that many free ones are unreliable, while the paid ones are varied and inconsistent. I ultimately chose the reputable GoDaddy. Let me briefly introduce SSL HTTPS certificates. Certificates are mainly divided into three types: DV (Domain Verification), primarily for domain verification, and the cheapest and most practical; and OV (Original Verification)...