Failure Resolution of cURL Failure to Access TLS Website
Most people are tired of using old systems, both software and hardware. But sometimes they have to stick to it, insist on continuing the life of the system, or need a few pillars of incense to pray for the protection of God and Buddha.
Linux is an excellent modular operating system, which benefits from it. When some components are out of date, ...
Added by r4ck4 on Mon, 16 Sep 2019 14:41:21 +0300
python foundation (py3.6 installation, annotations, input and output, variables, data types, arithmetic symbols)
python installation
python3:
1. Get the source package (3.6) - > Download it on the official website (www.python.org)
2. tar zxf Python-3.6.4. tgz-C/opt/# decompression installation package
3. Enter the decompressed directory to compile and inst ...
Added by DeathStar on Mon, 02 Sep 2019 07:41:39 +0300
Okhttp3 Source Parsing-Interceptor RetryAndFollowUpInterceptor
Preface
Review:
Basic usage of Okhttp
Okhttp3 Source Parsing (1)-OkHttpClient Analysis
Okhttp3 Source Parsing (2)-Request Analysis
Okhttp3 Source Parsing (3)-Call Analysis (Overall Process)
Okhttp3 Source Parsing (4) - Interceptor and Design Mode
The previous section talks about interceptors and design patterns, and today we talk about RetryAnd ...
Added by Dvorak on Thu, 29 Aug 2019 03:53:51 +0300
How Tengine Finds server Blocks
Summary
The target reader of this article is Tengine/Nginx R&D or Operations and Maintenance students. If you are very clear about this logic, you can skip it. If you have the following questions in the process of configuring or developing Tengine/Nginx, this article may be able to answer your questions for many years:
Which server block d ...
Added by fisicx on Fri, 23 Aug 2019 07:36:20 +0300
ingress in k8s cluster--based on traefik
k8s supports two load balancing mechanisms for publishing applications within pod s1. One is a service for four-tier TCP load balancingservice mainly implements communication within the cluster, as well as internal and external communication based on four layers (such as ports)2. Another is ingress, which enables users to achieve seven-tier HT ...
Added by nodi on Wed, 21 Aug 2019 20:12:56 +0300
nginx - Implementing https encryption and redirection
1. Implementing https encryption
We know that now is the age of https, and almost every excellent website has launched https. After opening the HTTPS encrypted access, login to your website, browser address bar will appear a green lock, which is the use of hypertext transfer security protocol (HTTPS), ...
Added by tomdumont on Fri, 02 Aug 2019 09:21:56 +0300
Simple Realization of Background Picture Fragment Animation
One day, by coincidence, I saw an article and was deeply fascinated by it. brucelyy: Learn another trick to be a beautiful woman (But it's 404 already)Then spend a few days to encapsulate it, the level is limited, so the title is concise! Ugly!!! Version!!!First of all, we use the picture of the goddess.
First, basic framework construction
Let' ...
Added by mouloud2001 on Thu, 01 Aug 2019 05:11:42 +0300
laravel 163 Sends Mail
Configuration of 163 Mailbox Accounts
First of all, 163 mailboxes are needed. Here, 163 mailboxes must be set up to open SMTP services and set passwords.
Modify the. env file in the laravel root directory to set up the contents of the mailbox:
MAIL_DRIVER=smtp
MAIL_HOST=smtp.163.com
MAIL_PORT=465
MAIL_USERNAME=YOUR-EMAIL-NAME
MAIL_PASSWORD=Y ...
Added by fisicx on Wed, 31 Jul 2019 11:23:06 +0300
Enterprise Section - --- Web Page Compression under nginx
Experimental environment
We write index.html in/usr/local/nginx/html on a virtual machine with nginx configured. We can access the web successfully and the size of the web page is more than 200 k
configuration file
Nginx compresses web pages and needs to modify niginx's configuration file.Let's fi ...
Added by flash-genie on Tue, 30 Jul 2019 20:44:14 +0300
Configure Nginx with a self-signed SL certificate
Source of article: Configure Nginx with a self-signed SL certificate
HTTPS is almost the only option for secure Web browser-to-server connections.HTTPS is actually HTTP over SSL, which means that HTTP connections are built on top of secure SSL connections.
SSL uses certificates to create secure connections.There are two authentication ...
Added by pugisback on Wed, 17 Jul 2019 20:43:26 +0300