dalekjs / dalek-browser-chrome

[unmaintained] Chrome Browser bindings for DalekJS
MIT License
15 stars 9 forks source link

chromedriver_linux64.zip cannot be downloaded #20

Closed brdloush closed 9 years ago

brdloush commented 9 years ago

installation is unable to downoad following URL: http://chromedriver.storage.googleapis.com/2.9/chromedriver_linux64.zip

I've tried accessing it in a browser and it really doesn't download that file. If I change http into https, the file gets downloaded without any issues.

Not sure if it's some issue of our network os a their file hosting site, but shouldn't the URL get changed into HTTPS?

brdloush commented 9 years ago

Update: http url works now when I'm on my home network.

asciidisco commented 9 years ago

Interesting, could it have been some firewall or proxy intercepting?

brdloush commented 9 years ago

I'll try to access that HTTP URL once I'll be back at work on monday.

I don't think it's likely to be a proxy or firewall problem. It's more likely that the chromedriver.storage.googleapis.com had some temporary HTTP outage.

brdloush commented 9 years ago

Unbelievable, it's really blocked by something on our company network. I don't get why, it makes no sense, but.. well.. whatever..

Closing this bug, sorry for false alarm ;-)