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

SSLError: HTTPSConnectionPool when registering ML model on Azure #13699

Closed
jay2017-git opened this issue Sep 10, 2020 · 3 comments
Closed

SSLError: HTTPSConnectionPool when registering ML model on Azure #13699

jay2017-git opened this issue Sep 10, 2020 · 3 comments
Assignees
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Machine Learning ML-MLOps AreaPath needs-author-feedback Workflow: More information is needed from author to address the issue. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team no-recent-activity There has been no recent activity on this issue. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@jay2017-git
Copy link

Hi Everyone,

Please I have my Databricks instance in a VNET. I’m trying to deploy my Machine learning model using the Azure ML workspace on Azure Container Instance (ACI).

I’m able to create an ML workspace. I get an SSLERROR when I try to register the Model using Model.register().

Using this code -

`
from azureml.core import Workspace
from azureml.core.model import Model
import azureml.core
from azureml.core.workspace import Workspace
from azureml.core.model import Model

from azureml.core import Workspace
ws = Workspace.create(name='myworkspace',
subscription_id='',
resource_group='myresourcegroup',
location='eastus'
)

model_reg = Model.register(model_path = “./model_dir”,
model_name = "ModelX",
workspace = ws)
`

Find below the error when I try to deploy my model.

 
SSL Error:
SSLError: HTTPSConnectionPool(host='eastus.experiments.azureml.net', port=443): Max retries exceeded with url: /discovery (Caused by SSLError(SSLError("bad handshake: SysCallError(104, 'ECONNRESET')")))  
Please note only the Azure Databricks is in a VNET on Azure. How do I resolve it and deploy my model as a webservice on ACI.

Thank you.

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Sep 10, 2020
@lmazuel lmazuel added Machine Learning Service Attention Workflow: This issue is responsible by Azure service team. labels Sep 10, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Sep 10, 2020
@ghost
Copy link

ghost commented Sep 10, 2020

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.

@v-strudm-msft v-strudm-msft added ML-MLOps AreaPath and removed ML-Workspace Management AreaPath labels Nov 9, 2020
@azure-sdk azure-sdk added the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Jan 5, 2021
@swatig007
Copy link

@jay2017-git apologies for the delayed response. is this still an issue?

@swatig007 swatig007 added the needs-author-feedback Workflow: More information is needed from author to address the issue. label Feb 20, 2021
@ghost ghost added the no-recent-activity There has been no recent activity on this issue. label Feb 27, 2021
@ghost
Copy link

ghost commented Feb 27, 2021

Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

@ghost ghost closed this as completed Mar 14, 2021
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this issue Mar 31, 2021
LabServices readme.python t2 config(wave4) (Azure#13699)
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this issue Mar 31, 2021
LabServices readme.python t2 config(wave4) (Azure#13699)
00Kai0 pushed a commit that referenced this issue Apr 1, 2021
* CodeGen from PR 13699 in Azure/azure-rest-api-specs
LabServices readme.python t2 config(wave4) (#13699)

* version,CHANGELOG

* changelog.md version config

* Update shared_requirements.txt

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Machine Learning ML-MLOps AreaPath needs-author-feedback Workflow: More information is needed from author to address the issue. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team no-recent-activity There has been no recent activity on this issue. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

6 participants