Skip to content
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

SSL error with wget #19

Closed
EvgenIn opened this issue Nov 6, 2014 · 3 comments
Closed

SSL error with wget #19

EvgenIn opened this issue Nov 6, 2014 · 3 comments

Comments

@EvgenIn
Copy link

EvgenIn commented Nov 6, 2014

I had an SSL error issue when running the module.

Maybe should add - nocheckcertificate => true

zivan pushed a commit to zivan/puppet-selenium that referenced this issue Dec 24, 2014
zivan pushed a commit to zivan/puppet-selenium that referenced this issue Jan 14, 2015
@idleyoungman
Copy link

This is the wget attemped:

# wget --no-verbose --output-document='/opt/selenium/jars/selenium-server-standalone-2.42.1.jar' 'https://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.1.jar'
ERROR: certificate common name “*.googleusercontent.com” doesn’t match requested host name “selenium-release.storage.googleapis.com”.
To connect to selenium-release.storage.googleapis.com insecurely, use ‘--no-check-certificate’.

@jhoblitt
Copy link
Owner

@idleyoungman I'm planning to merge #19 as soon as there is some test coverage. Out of curiosity, what version of wget is on your system? I tested with 1.16.1 and did not get an error message, I suspect older versions of wget may not like SAN certs.

jhoblitt pushed a commit that referenced this issue Feb 1, 2015
fixed issue #19 SSL error with wget
@jhoblitt
Copy link
Owner

jhoblitt commented Feb 1, 2015

#27 adds a flag that could be used to work around this problem.

@jhoblitt jhoblitt closed this as completed Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants