问题标签 [goblin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python-3.x - 使用 aiogremlin 连接到 Neptune
我正在尝试使用aiogremlin连接到 AWS Neptune,但不断收到 SSL 证书错误。我尝试使用从Amazon Trust Repository下载的 3 个不同的证书,但它们都不起作用。随着AmazonRootCA1.pem
和SFSRootCAG2.pem
我不断得到File Not Found error
和SFSRootCAG2.cer
我得到ssl_context.load_cert_chain(ssl.SSLError: [SSL] PEM lib (_ssl.c:4046)
。
这是我用来与 Neptune 交互的片段。
无法确定我是否使用了错误的证书文件或做其他错误的事情。