Plotly SSL certificate
Nobody has claimed this yet.
- Dominant language
- MATLAB
- Stars
- 413
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with makecall at line 24 and plotly at line 28, then compare the failing urlread call with the signin path that reportedly succeeds. Reproduce the simple plotly(x,y) script on Octave 4.0 and trace the certificate error. Done means the request authenticates successfully without the reported CA-certificate failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab, plotly
- Domain
- data-visualization, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100