码迷,mamicode.com
首页 >  
搜索关键字:ssl cipher suite    ( 8754个结果
spring boot配置ssl
spring boot配置ssl 1、申请免费SSL证书 免费ssl证书可以在你买域名的地方随便申请,申请之后下载jks格式的证书 下载解压之后会有两个东西 2、配置springboot中的application.yml或者application.properties配置文件 先把xxx.jks文件 ...
分类:编程语言   时间:2021-04-27 14:54:44    阅读次数:0
Git系列详细教程(一)Git安装
1、Git下载 官网地址:https://git-scm.com/ 2、Git安装 选择Git安装位置,然后next 使用默认配置,然后next 默认,next 使用默认的Vim编辑器 默认分支名设置,这里选择默认的Let Git decide,然后next 修改 Git 的环境变量,选第一个,不修 ...
分类:其他好文   时间:2021-04-27 14:33:05    阅读次数:0
华东师范大学软件学院《安全编程》课程项目
华东师范大学软件学院《安全编程》课程项目 内含八个项目,分别是 Miller-Rabin, Stream Cipher, DES, AES, RSA, ECC, HASH, Digital Signature 地址参考 \(github\) ...
分类:其他好文   时间:2021-04-26 14:11:14    阅读次数:0
2021-04-23【Git连接GitHub过程中遇到的问题】
1 Ruby@DESKTOP-4INK1I3 MINGW64 /f/Git/test (master) 2 $ git push origin master 3 fatal: unable to access 'https://github.com/xxx/test.git/': OpenSSL S ...
分类:其他好文   时间:2021-04-24 13:43:19    阅读次数:0
Nginx Windows详细安装部署教程
1、下载nginx包 直接去官网下载:http://nginx.org/en/download.html 2、下载完成后,在指定位置解压缩,不要直接双击nginx.exe。 3、运行cmd,进入解压的指定目录下 4、启动nginx服务,启动命令为:start nginx,启动时会一闪而过是正常的 5 ...
分类:Windows程序   时间:2021-04-23 11:54:40    阅读次数:0
测试框架之一 强大的unittest详解
一、什么是unittest unittest是Python单元测试框架,类似于JUnit框架。 unittest中有4个重要的概念:test fixture, test case, test suite, test runner Testcase: 一个TestCase的实例就是一个测试用例。什么是 ...
分类:其他好文   时间:2021-04-22 16:10:25    阅读次数:0
unittest "ResourceWarning: unclosed <socket.socket fd=864, family=AddressFamily.AF_INET..." 解决办法...
将代码封装,并使用unittest调用时,返回如下警告: E:\intall\python-3.7.4-amd64\lib\unittest\suite.py:84: ResourceWarning: unclosed <socket.socket fd=228, family=AddressFam ...
分类:Web程序   时间:2021-04-22 15:44:17    阅读次数:0
git 修改 email
https://blog.csdn.net/qq_29846663/article/details/73498853 查看email % cat ~/.gitconfig[user] email = a@bc.com[credential] helper = store[http] sslverif ...
分类:其他好文   时间:2021-04-22 15:36:18    阅读次数:0
别让SSL证书暴露了你的网站服务器IP
我们通常会用cdn套到服务器ip上,来为网站或者后端程序做加速、防御。可是nginx在设计上有个小缺陷,会因为ssl证书泄露网站的原IP 原理 用Nginx部署网站,在默认或不正确的配置下,网站开启ssl,直接访问ip的443端口,即ip:443,Nginx会返回默认一个站点的ssl证书,间接的能让 ...
分类:Web程序   时间:2021-04-21 12:32:02    阅读次数:0
(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
###重装系统,安装python3.7.5之后,使用pip3 install ipython时出现了报错信息: Can't connect to HTTPS URL because the SSL module is not available 1、cd 到Python-3.7.5目录下,重新编译安 ...
分类:Web程序   时间:2021-04-20 15:43:58    阅读次数:0
8754条   上一页 1 ... 4 5 6 7 8 ... 876 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!