域名解析 DNS-over-HTTPS 和 DNS-over-TLS DoT 全称是 DNS over TLS,它使用 TLS 协议来传输 DNS 协议。TLS 协议是目前互联网最常用的安全加密协议之一,我们访问 HTTPS 的安全基础就是基于 TLS 协议的。相比于之前使用无连接无加密的 UDP 模式, TLS 本身已经实现了保密性与完整性。DoH 全称是 DNS over HTTPS,它使用 HTTPS 来传输 DNS 协议。DoH 的安全原理与 DoT 一样,他们之间的区别只在于:DoH 有了 HTTPS 格式封装,更加通用。基于HTTPS的DNS是尚在提议阶段的标准,由IETF以RFC 8484(2018年10月)发布 https://www.itsvse.com/thread-10652-1-1.html
3/23/2024 142字 ViewCount:555 Score: 4.9641876; BsonNull简单分析了fiddlercore自带样例的代码 https://www.cnblogs.com/realwy/p/8075705.html FiddlerCoreAPI开发 - 截获HTTPS流量 https://www.cnblogs.com/realwy/p/8111253.html 提供两个工具FiddlerCore和TitaniumProxy的实现方式以及示例代码https://www.cnblogs.com/kuiyu/p/18209983 Fiddlercore拦截Https的原理是自己创建一个Https的证书,重新对网站的链接数据进行加密传输,所以,我们要通过代码创建一个https证书给Fiddlercore。 本篇文章利用fiddlercore截取本地HTTPS的流量做分析,介绍如何使用fiddlercore截获HTTPS流量。
12/26/2017 817字 ViewCount:3672 Score: 4.9515886; Website Tools HTTPSstep 2、SSL证书安装 在服务器上安装证书 step 3、生成域名证书 为域名生成证书 step 4、HTTPS服务器配置 修改nginx配置,将http//:重定向到https:// Table of Contents 第一部分:SSL证书种类简介 第二部分:安装Let’s Encrypt免费证书 第三部分:nginx配置https 和http转发第四部分:检查网站证书 第一部分:SSL证书种类简介 全站部署https系列(1)-证书的种类及选择 第二部分:安装Let’s Encrypt免费证书 全站部署https和http转发 全站部署https实战系列(5)-nginx配置https 和http转发 第四部分:检查网站证书 全站部署https实战系列(7)- 在线检查网站证书 HTTPS服务器配置目录 https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?
7/2/2016 264字 ViewCount:2967 Score: 4.8421; HTTPShttps://www.mongodb.com/presentations/retail-reference-architecture-part-1-flexible-searchable-low-latency-product-catalog
11/8/2015 0字 ViewCount:2333 Score: 4.67875; MongoDBFRP v0.65.0 内网穿透专业指南(SSH + HTTP/HTTPS 一体化配置) Table of Contents FRP v0.65.0 内网穿透专业指南(SSH + HTTP/HTTPS 一体化配置) 架构 服务端安装与配置 下载与安装 frps.toml 示例 systemd 启动服务 客户端配置(SSH + HTTP + HTTPS) client systemd架构 服务端(frps):部署在公网服务器上,监听 TCP(默认 7000)和 HTTP/HTTPS vhost 端口(默认 80/443)。) 下载与安装 wget https://github.com/fatedier/frp/releases/download/v0.65.0/frp_0.65.0_linux_arm64.tar.gz://github.com/fatedier/frp/blob/dev/conf/frps_full_example.toml https://github.com/fatedier/frp/blob
12/7/2025 173字 ViewCount:131 Score: 4.463026; BsonNullclient cloudflare Cloudflare Ports and protocols By default, Cloudflare only proxies HTTP and HTTPSsource:https://developers.cloudflare.com/dns/manage-dns-records/reference/proxied-dns-records/ Cloudflarecloudraft-nat-test.liujason.com解析到小鸡的IPv6上,禁用代理,灰色 leave your records unproxied (DNS-only) source:https 添加a记录 添加aaaa记录 测试nginx 需访问正常 cerbot生存证书 修改niginx转发15893 https
4/26/2023 177字 ViewCount:1342 Score: 4.1888537; Intranet Penetration ipv6 addressOS: Window 10 Android Studio:2020.3.1 | pach 4 step 1: check gloable https.proxyHost,set to=mirrors.neusoft.edu.cn systemProp.https.proxyPort=443 systemProp.http.proxyPort=80 Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-7.0.2-=wrapper/dists zipStoreBase=GRADLE_USER_HOME download gradle-7.0.2-bin.zip manually from https://downloads.gradle-dn.com/distributions/gradle-7.0.2-bin.zip and extract the file download from:https
12/12/2021 15字 ViewCount:6616 Score: 4.1224546; Android Android|Android Studio出现下面的提示: Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access. ----further changes to the webserver configuration. 2: Redirect - Make all requests redirect to secure HTTPSChoose this for new sites, or if you're confident your site works on HTTPS.appropriate number [1-2] then [enter] (press 'c' to cancel): # 生成证书时选 1: No redirect,不把 HTTP 请求重定向到 HTTPSCertbot } server { server_name kikakika.com www.kikakika.com; listen 80; return 301 https
1/6/2019 241字 ViewCount:3254 Score: 3.9404726; Ubuntu HTTPS Nginx2.https HTTPS与HTTP模块基本上都一样,唯一不同的地方就是HTTPS访问我们通常是需要证书,所以需要单独处理一下SSL证书 3.Request Request是一个简化的http客户端打开云函数目录 输入 npm install --production (2)直接在云端安装依赖 上传云函数时直接选择在云端安装依赖的上传方式 三、代码 request httpsAppSecret = "bc31a88d18849a4bc91e9b50379c3**" var grant_type = "client_credential" var url = "https{ return html; }).catch( err => { console.log(err); }) return res; } 官方网站:https三、参考资料 Node.js中5种发起HTTP请求的方法 https://segmentfault.com/a/1190000010698468 .
12/16/2018 1349字 ViewCount:3921 Score: 3.8576674; Wechat Cloud MiniProgramnbsp; 检查版certbot 本号,运行: certbot --version certbot 0.28.0 Managing certificates office doc:httpshere certbot --force-renewal -d www.nixcraft.com,nixcraft.com 证书所在的地方是/etc/letsencrypt/ https
12/28/2018 142字 ViewCount:4273 Score: 3.734312; HTTPS Nginx