posit-dev / posit-dev/rsconnect-python

detect system certificates by default

Open
#215 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
37
Forks
28
Avg merge
1d 3h
Merged PRs (30d)
7

Description

It is possible to use the --insecure option when adding a / deploying to a server that utilizes system certificates, but we should detect them automatically and may do this by adding a call to ssl.create_default_context here: https://github.com/rstudio/rsconnect-python/blob/master/rsconnect/http_support.py#L98

Note: If a server was added using the --insecure option we try and persist that setting in the server metadata.

Contributor guide

Open the contributing guide

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 in rsconnect/http_support.py around line 98 and trace how certificate verification is configured for server connections. Check how the persisted --insecure setting is read and applied; done means system certificates are detected by default without overriding that saved setting.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, security
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.