You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Error while attempting to retrieve the latest Bicep version: HTTPSConnectionPool(host='aka.ms', port=443): Max retries exceeded with url: /BicepLatestRelease (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)'))).
Error while attempting to retrieve the latest Bicep version: HTTPSConnectionPool(host='aka.ms', port=443): Max retries exceeded with url: /BicepLatestRelease (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)'))).
INFO:deploy:parsing config: config.json
Traceback (most recent call last):
File "./deploy.py", line 1399, in
main()
File "./deploy.py", line 1393, in main
state1
File "./deploy.py", line 246, in check_region
with open(self.arm_template, "r") as handle:
FileNotFoundError: [Errno 2] No such file or directory: 'azuredeploy-bicep.json'
Hi @Ashutosh-18-hub, are you running the deploy script from within the deployment zip? It appears the bicep.json file that's included in the deployment zip is not present in the directory that you're running the script from.
Information
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
Provide detailed reproduction steps (if any)
Expected result
What is the expected result of the above steps?
Actual result
Getting this below error:-
Error while attempting to retrieve the latest Bicep version: HTTPSConnectionPool(host='aka.ms', port=443): Max retries exceeded with url: /BicepLatestRelease (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)'))).
Error while attempting to retrieve the latest Bicep version: HTTPSConnectionPool(host='aka.ms', port=443): Max retries exceeded with url: /BicepLatestRelease (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)'))).
INFO:deploy:parsing config: config.json
Traceback (most recent call last):
File "./deploy.py", line 1399, in
main()
File "./deploy.py", line 1393, in main
state1
File "./deploy.py", line 246, in check_region
with open(self.arm_template, "r") as handle:
FileNotFoundError: [Errno 2] No such file or directory: 'azuredeploy-bicep.json'
AB#156491
The text was updated successfully, but these errors were encountered: