cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

virl issue with Sandbox-Cert error?

Richard G.
Level 1
Level 1

I tried the following from my ubuntu vm and it failed/with the following error

I did a pip install of all virlutils etc. I also tried the same w/ the devbox in the sanbox and got the same error

any ideas?

 

I can get output from the virl sanbox like "virl search"  with no issue:

However I get the following

 

From my box

(01_venv) me@-VirtualBox:~$ virl up virlfiles/5_router_mesh
Pulling from virlfiles/5_router_mesh
Exception raised while running your command
Please re-run as 'virl --debug ...' and collect the output before opening an issue
HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /virlfiles/5_router_mesh/master/topology.virl
(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
(_ssl.c:1108)')))
Pulling from default

 

 

From the Sandbox 

 

[developer@devbox ~]$virl up virlfiles/5_router_mesh
Pulling from virlfiles/5_router_mesh
Exception raised while running your command
Please open an issue and provide this info:
HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /virlfiles/5_router_mesh/master/topology.virl (Caused by NewConn ectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x1bd9d10>: F ailed to establish a new connection: [Errno -3] Temporary failure in name resolu tion',))
Pulling from default
Exception raised while running your command
Please open an issue and provide this info:
HTTPSConnectionPool(host='raw.githubusercontent.com', port=443):
Max retries exceeded with url: /default/master/topology.virl (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x144acd0>:
Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
Pulling from default

 

Who Me Too'd this topic