ProxymanApp / ProxymanApp/Proxyman

Can't get requests to show up made by Deno `fetch`

Open
#2,043 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

✅ Done bug
Dominant language
No language data
Stars
7k
Forks
237
PR merge metrics
No merged PRs in 30d

Description

Description

Can't get requests to show up made by Deno fetch

Steps to Reproduce

  1. I use automatic setup
  2. Run my Deno script to make a fetch request

Current Behavior

No requests show up in Proxyman, error:

error: Uncaught (in promise) TypeError: error sending request for url (...): error trying to connect: invalid peer certificate: UnknownIssuer
    at async mainFetch (ext:deno_fetch/26_fetch.js:170:12)
    at async fetch (ext:deno_fetch/26_fetch.js:391:7)

Expected Behavior

Requests to show up in Proxyman

Environment

  • App version: 5.4.0 (50400)
  • macOS version: ProductName: macOS
    ProductVersion: 14.5
    BuildVersion: 23F79

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 the Deno script's fetch call and Proxyman's automatic setup on macOS, reproducing the UnknownIssuer error shown in the report. Trace how HTTPS requests are configured for capture and verify that the request appears in Proxyman without the certificate failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.