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

[8] Certificate store #679

Open
sebix opened this issue Sep 13, 2016 · 3 comments
Open

[8] Certificate store #679

sebix opened this issue Sep 13, 2016 · 3 comments
Labels
feature Indicates new feature requests or new features

Comments

@sebix
Copy link
Member

sebix commented Sep 13, 2016

  • requests uses it's own store, which is basically a copy of mozilla's. The package by ubuntu-maintaines uses the system store.
  • sleekxmpp requires to get the path to a certificate store file. doc and code
  • imbox can use a SSLContext.

Idea: Set the path to the certificate store globally in the defaults.conf, optionally in the bots. The default should be currently /etc/ssl/certs/ca-certificates.crt (as debian/ubuntu is currently the primary platform), and for packages provide a proper default.

@sebix sebix added the feature Indicates new feature requests or new features label Sep 13, 2016
@sebix sebix added this to the Release v1.1 milestone Sep 13, 2016
@aaronkaplan aaronkaplan changed the title Certificate store [8] Certificate store Oct 5, 2016
@aaronkaplan
Copy link
Member

needed for AH connections

@dmth
Copy link
Contributor

dmth commented Oct 6, 2016

needed for AH connections

-> which is the xmpp-connection with sleekxmpp

I opt for the global store which can be configured in defaults (as suggested in #532 (comment)), it should have a fallback to the systems store (if applicable), if no custom store was configured. Whilst implementing, remember the n6 collector which requires it's own CA.

@aaronkaplan
Copy link
Member

Fine with me.


Mobile

On 06.10.2016, at 10:10, Dustin Demuth notifications@github.com wrote:

needed for AH connections

-> which is the xmpp-connection with sleekxmpp

I opt for the global store which can be configured in defaults, it should have a fallback to the systems store (if applicable), if no custom store was configured. Whilst implementing, remember the n6 collector which requires it's own CA.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@ghost ghost modified the milestones: 1.1.0, 1.2.0 Jun 28, 2018
@ghost ghost modified the milestones: 1.2.0, 2.0.0, 2.1.0 Apr 9, 2019
@ghost ghost modified the milestones: 2.1.0, 2.2.0 Oct 25, 2019
@ghost ghost removed this from the 2.2.0 milestone Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates new feature requests or new features
Projects
None yet
Development

No branches or pull requests

3 participants