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

https implementation broken #1

Closed
aamerik opened this issue Aug 12, 2020 · 2 comments
Closed

https implementation broken #1

aamerik opened this issue Aug 12, 2020 · 2 comments

Comments

@aamerik
Copy link

aamerik commented Aug 12, 2020

hi, i noticed a couple of issues when https is enabled:

  1. user/database/grant creation fails over https://localhost because ssl certificate CN name does not match 'localhost' in a real world use-case. a flag should be added to support insecure ssl via -unsafeSsl

  2. module should not enforce https certificate and key contents if manage_ssl is false.

Thank you!

@xandm
Copy link
Contributor

xandm commented Aug 24, 2020

  1. Should be fixed by new version of module available on Puppet Forge.
  2. Not sure what you mean, isn't this already the case?

@xandm
Copy link
Contributor

xandm commented Jan 6, 2022

I believe second issue is fixed by #6

@xandm xandm closed this as completed Jan 6, 2022
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

2 participants