iMath

iMath

V2EX 第 177901 号会员,加入于 2016-06-17 14:36:51 +08:00
iMath 最近回复了
@yinmin
你说这个我搜了一下找到这个粗略的方法
https://www.redelijkheid.com/blog/2023/8/22/add-ca-certificates-to-python
说是要转成 base64 ,我用这个代码转了

```
import base64

# Read the binary content of the .p12 file
with open('mitmproxy-ca-cert.p12', 'rb') as file:
binary_content = file.read()

# Encode the binary content to base64
base64_encoded_content = base64.b64encode(binary_content).decode('utf-8')

# Print the base64 encoded content
print(base64_encoded_content)
```
mitmproxy-ca-cert.p12 在这里 https://drive.google.com/file/d/1Ctuk6G-NSHlOCH30jP_uNhKzw-wRslGB/view?usp=sharing

然后把 Python312\Lib\site-packages\certifi\cacert.pem 里最后的信息复制了一份,转出来的 base64 信息贴进去,但是肉眼可见格式不一致,实在不会弄了,没进行下去

```
# Issuer: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH
# Subject: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH
# Label: "Telekom Security TLS RSA Root 2023"
# Serial: 44676229530606711399881795178081572759
# MD5 Fingerprint: bf:5b:eb:54:40:cd:48:71:c4:20:8d:7d:de:0a:42:f2
# SHA1 Fingerprint: 54:d3:ac:b3:bd:57:56:f6:85:9d:ce:e5:c3:21:e2:d4:ad:83:d0:93
# SHA256 Fingerprint: ef:c6:5c:ad:bb:59:ad:b6:ef:e8:4d:a2:23:11:b3:56:24:b7:1b:3b:1e:a0:da:8b:66:55:17:4e:c8:97:86:46
-----BEGIN CERTIFICATE-----
转出来的 base64 信息贴在了这里,
-----END CERTIFICATE-----
```
@yinmin 我按照博文里的“抓取 https 请求”部分安装了证书了呀
@yinmin 我参照这里的方法
https://www.cnblogs.com/yoyoketang/p/16984669.html
还是没有抓到,只是报错,错误码 V2EX 不准发,请看这里 https://q.cnblogs.com/q/151615
@EgbertW 奇怪的是我用网络抓包软件没有抓到,不知道是什么原因
那为什么我 fq 能用? fq 不也是代理吗?
@d9e7381f 连通性没问题,毕竟我 fq 也是用这个服务器
2023-09-19 00:09:07 +08:00
回复了 shanch 创建的主题 科技 谷歌翻译退出中国, chrome 浏览器自带的翻译不能用了好烦
@jZEdn7k4 qtranslate 的网址可以提供一下吗?
2023-07-06 16:18:06 +08:00
回复了 gniviliving 创建的主题 问与答 救命啊, aws 服务 cpu100%导致无法 ssh 连接
这个问题我碰到过好多次。
首先你应该去亚马逊的页面多重启几次服务器,然后差不多就可以重新 ssh 连上了。
其次你应该去掉占用内存太大的服务,或者升级内存更大的服务器——目前我已经选择了后者。
2023-05-26 14:14:18 +08:00
回复了 iMath 创建的主题 酷工作 关于找国外的远程 Python 开发工作
@ReinerShir 口语我感觉是基本要求吧
2023-05-24 15:57:07 +08:00
回复了 iMath 创建的主题 酷工作 关于找国外的远程 Python 开发工作
@FrankFang128 请问你说的是不是在这种列表里 https://hnhiring.com/technologies/python 搜索“Remote Anywhere”关键词?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   977 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms · UTC 20:45 · PVG 04:45 · LAX 12:45 · JFK 15:45
Developed with CodeLauncher
♥ Do have faith in what you're doing.