jayfk / jayfk/statuspage

certificate verify failed

Open
#6 8 comments 2 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
3.9k
Forks
180
PR merge metrics
No merged PRs in 30d

Description

When try to create a new status page, i get this message:

```
Traceback (most recent call last):
File "", line 233, in
File "site-packages/click/core.py", line 716, in __call__
File "site-packages/click/core.py", line 696, in main
File "site-packages/click/core.py", line 1060, in invoke
File "site-packages/click/core.py", line 889, in invoke
File "site-packages/click/core.py", line 534, in invoke
File "", line 47, in create
File "", line 155, in run_create
File "github/AuthenticatedUser.py", line 542, in create_repo
File "github/Requester.py", line 171, in requestJsonAndCheck
File "github/Requester.py", line 212, in requestJson
File "github/Requester.py", line 251, in __requestEncode
File "github/Requester.py", line 275, in __requestRaw
File "http/client.py", line 1083, in request
File "http/client.py", line 1128, in _send_request
File "http/client.py", line 1079, in endheaders
File "http/client.py", line 911, in _send_output
File "http/client.py", line 854, in send
File "http/client.py", line 1237, in connect
File "ssl.py", line 376, in wrap_socket
File "ssl.py", line 747, in __init__
File "ssl.py", line 983, in do_handshake
File "ssl.py", line 628, in do_handshake
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:646)
statuspage returned -1
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the create and run_create entry points shown in the traceback, then follow the request path through github/Requester.py to the SSL handshake. Reproduce the status-page creation failure and use the traceback's certificate verification error as the starting point; done means the command no longer returns statuspage -1 for this case.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.