RFC: Web.HTTP: SSL certification error
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 587
- Forks
- 64
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 1
Description
クライアントによって SSL certification error が出たり出なかったりします(たぶん)
curl の場合は -k が指定されているので insecure モード https://github.com/vim-jp/vital.vim/blob/master/autoload/vital/__latest__/Web/HTTP.vim#L501
python の場合は特に insecure 指定されていないのでオレオレ証明書だと出る
wget は知らない
これ insecure オプション作成して挙動を統一したほうが良いかと思いますが、どっちに統一するべきだと思いますか?
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 in autoload/vital/latest/Web/HTTP.vim around line 501 and compare how curl and Python handle SSL certificate verification; wget behavior is still unspecified. Review the related vim-gista issue and settle whether an insecure option is needed and which verification behavior it should standardize before defining completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vim
- Domain
- networking, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100