Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch api missing client certificate support #9376

Closed
kahirokunn opened this issue Mar 12, 2024 · 1 comment
Closed

fetch api missing client certificate support #9376

kahirokunn opened this issue Mar 12, 2024 · 1 comment
Labels
bug Something isn't working node.js Compatibility with Node.js APIs

Comments

@kahirokunn
Copy link

What version of Bun is running?

1.0.30+1424a196f

What platform is your computer?

Darwin 23.3.0 arm64 arm

What steps can reproduce the bug?

const { Agent } = require('undici');

fetch(url, {
    dispatcher: new Agent({
        connect: {
            cert: cert,
            key: key,
            ca: ca
        }
    })
});
UNABLE_TO_VERIFY_LEAF_SIGNATURE: unable to verify the first certificate
 path: "xxxxx"

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

Reference: Native fetch client certificate support · Issue #48977 · nodejs/node

@kahirokunn kahirokunn added the bug Something isn't working label Mar 12, 2024
@Electroid
Copy link
Contributor

Duplicate of #7200

@Electroid Electroid marked this as a duplicate of #7200 Mar 12, 2024
@Electroid Electroid closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2024
@Electroid Electroid added the node.js Compatibility with Node.js APIs label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working node.js Compatibility with Node.js APIs
Projects
None yet
Development

No branches or pull requests

2 participants