Plotly SSL certificate
未关闭
还没有人认领这个 Issue。
- 主要语言
- MATLAB
- 星标
- 413
- 派生
- 166
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi
I am trying to use MATLAB-api on Octave 4.0. But when I try a simple test script:
x=[1 2 3]
y = [2 4 6]
plotly(x,y)
I got the following error message:
error: urlread: Peer certificate cannot be authenticated with given CA certificates
error: called from
makecall at line 24 column 14
plotly at line 28 column 10
Signin function did not return any error message before.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从第 24 行的 makecall 和第 28 行的 plotly 开始,然后将失败的 urlread 调用与据报告可以成功的 signin 路径进行比较。在 Octave 4.0 上重现简单的 plotly(x,y) 脚本,并跟踪证书错误。当请求能够成功进行身份验证且不再出现报告中的 CA-certificate 失败时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- matlab, plotly
- 领域
- data-visualization, security
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100