Skip to content

Commit 99542e9

Browse files
whummerclaude
andcommitted
fix(miniflare): restore HTTPS for CLOUDFLARE_API_BASE_URL now that h2 patch is in place
The _patch_tls_disable_http2() monkey patch disables HTTP/2 negotiation via ALPN, so HTTPS requests to extension routes now work correctly end-to-end. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent feec4d9 commit 99542e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/miniflare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run test
4646
env:
4747
CLOUDFLARE_API_TOKEN: test
48-
CLOUDFLARE_API_BASE_URL: "http://localhost:4566/miniflare"
48+
CLOUDFLARE_API_BASE_URL: "https://localhost.localstack.cloud:4566/miniflare"
4949
run: |
5050
cd miniflare/example
5151
npm install

0 commit comments

Comments
 (0)