From 20cc6b18161f870ebe87ccafeca8969cd800fc63 Mon Sep 17 00:00:00 2001 From: Becky Dimock Date: Tue, 27 Jan 2026 13:12:37 -0600 Subject: [PATCH 1/2] Connecting through proxy requires v.44 --- docs/guides/faq.mdx | 4 ++++ docs/guides/hello-world.ipynb | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/guides/faq.mdx b/docs/guides/faq.mdx index 397a0b8e87d..2099a83e2e3 100644 --- a/docs/guides/faq.mdx +++ b/docs/guides/faq.mdx @@ -60,6 +60,10 @@ An API token is a long-lived credential used to [authenticate to the Qiskit Runt No. You can use either region. The region determines where jobs are run and where the data is kept. Additionally, you can only see and use instances that were created in the instance that you are logged in to. Note that only the us-east region supports the Open Plan. +## Can I connect throush a proxy server? + +Yes, but you must use Qiskit Runtime v0.44.0 or later. + ## What is the data retention policy? IBM retains your (undeleted) job and usage data for three years while you continue to use the Qiskit Runtime service. diff --git a/docs/guides/hello-world.ipynb b/docs/guides/hello-world.ipynb index 4fbdd0f8b71..0eac52fe7f7 100644 --- a/docs/guides/hello-world.ipynb +++ b/docs/guides/hello-world.ipynb @@ -77,6 +77,9 @@ " (If you were emailed an invitation to join an account, follow the [steps for invited users](/docs/guides/cloud-setup-invited) instead.)\n", "\n", " - Go to [IBM Quantum Platform](https://quantum.cloud.ibm.com/) to log in or create an account.\n", + " \n", + " If you connect through a proxy server, you must use Qiskit Runtime v0.44.0 or later.\n", + " \n", " - Generate your API key (also called an *API token*) on the [dashboard](https://quantum.cloud.ibm.com/), then copy it to a secure location.\n", " - Go to the [Instances](https://quantum.cloud.ibm.com/instances) page and find the instance you want to use. Hover over its CRN and click to copy it.\n", "\n", From c8e576e4c7e770ebf3d828d05cfc648bbdfc955a Mon Sep 17 00:00:00 2001 From: Becky Dimock Date: Tue, 27 Jan 2026 13:18:28 -0600 Subject: [PATCH 2/2] fat fingers --- docs/guides/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/faq.mdx b/docs/guides/faq.mdx index 2099a83e2e3..2b981a058c2 100644 --- a/docs/guides/faq.mdx +++ b/docs/guides/faq.mdx @@ -60,7 +60,7 @@ An API token is a long-lived credential used to [authenticate to the Qiskit Runt No. You can use either region. The region determines where jobs are run and where the data is kept. Additionally, you can only see and use instances that were created in the instance that you are logged in to. Note that only the us-east region supports the Open Plan. -## Can I connect throush a proxy server? +## Can I connect through a proxy server? Yes, but you must use Qiskit Runtime v0.44.0 or later.