Tls connect with socket option is not implemented

For Workers & Pages, what is the name of the domain?

n/a

What is the error message?

message: “The options.socket option is not implemented”, exception: { stack: " at new TLSSocket (node-internal:internal_tls_wrap:129:19) at Object.connect (node-internal:internal_tls_wrap:384:21) at Connection.connect (index.js:6717:26) at Object.email (index.js:22416:8)", name: “Error”, message: “The options.socket option is not implemented”, timestamp: 1744354958416, },

What is the issue or error you’re encountering

I’m using a library which establishes TLS conenction to server. In Cloudflare Worker documentation, tls · Cloudflare Workers docs, both connect and TLSsocket are implemented. However, I got this eror message.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.