-
Notifications
You must be signed in to change notification settings - Fork 134
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
Error deploying Durable Function to App Service Plan. #703
Comments
trying a zip deploy yields some additional detail During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I ended up addressing this with setting to environment variable REQUESTS_CA_BUNDLE to a pem formatted CA store with additional CAs and our wildcard cert used on the ASE and with the functions |
Seems like a hack to need to manually set a python environment variable, though I do understand the need to provide additional certs. It would be helpful if it was better documented and if the error messages were helpful to provide a link to a possible solution |
@tom-canova glad you got it figured out. Just curious - how did you find that environment variable? Also I'd like to understand your scenario better. Why do you need additional certs? Are you behind a proxy? Or is this specific to your ASE? |
We have our own internal CA from which we created the wildcard cert which is associated with our ASE which runs on a private vnet
Sent from Yahoo Mail for iPhone
On Thursday, October 11, 2018, 6:41 PM, Eric Jizba <notifications@github.com> wrote:
@tom-canova glad you got it figured out. Just curious - how did you find that environment variable?
Also I'd like to understand your scenario better. Why do you need additional certs? Are you behind a proxy? Or is this specific to your ASE?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Closing as external. VS Code has made some improvements to certs on Insiders and it was working for me there. See microsoft/vscode#52880 |
Not sure if this is related, but we have our own wildcard cert associated with our app service environment.
<Please be sure to remove any private information before submitting.>
Repro steps:
<Enter steps to reproduce issue>
Action: azureFunctions.deploy
Error type: UNABLE_TO_VERIFY_LEAF_SIGNATURE
Error Message: unable to verify the first certificate
Version: 0.11.0
OS: win32
The text was updated successfully, but these errors were encountered: