plotly / plotly/plotly_matlab

Plotly SSL certificate

Open
#61 7 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.