当前位置:首页 > 2021年6月10日

Windows 10 远程桌面身份验证错误

root3年前 (2021-06-10)系统526
Windows 10 远程桌面身份验证错误
远程桌面连接的时候怎么连接都是密码错误同时显示证书有问题解决方案:https://jingyan.baidu.com/article/46650658e23885f548e5f872.html...

python用requests发送模拟请求忽略https的认证,忽略警告

root3年前 (2021-06-10)python1576
import warnings warnings.filterwarnings('ignore')在文件头添加忽略警告信息的输出r = requests.get('https://kyfw.12306.cn&#...

flask 服务添加ssl 证书

root3年前 (2021-06-10)python1198
flask 服务添加ssl 证书
1、利用openssl生成自用的ssl证书利用openssl 生成证书openssl genrsa -des3 -out server.key 2048不要密码:再执行 一下:openssl rsa -in server.key -out...