SeleniumHQ / ansible-selenium

Module for managing a grid / nodes using Ansible
https://galaxy.ansible.com/SeleniumHQ/selenium/
Apache License 2.0
66 stars 43 forks source link

change JAR_URL to support https #18

Closed colinscz closed 4 years ago

colinscz commented 4 years ago

many proxies reject http requests, that is why this URL should be https to prevent a rejection from proxies

colinscz commented 4 years ago

Ansible additionally seems to have a few open MR request, because it has issues fetching data with apt-* behind proxies:

https://github.com/ansible/ansible/issues/31691 https://github.com/ansible/ansible/issues/42534

ddavison commented 4 years ago

Thanks very much! Sorry it took to long to get to this :+1:

colinscz commented 4 years ago

@ddavison no worries - thanks for merging 👍 let's hope the ansible proxy issue gets also resolved within the next version