Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ignore self-signed certificate option #84

Closed
remche opened this issue Apr 9, 2021 · 5 comments
Closed

Ignore self-signed certificate option #84

remche opened this issue Apr 9, 2021 · 5 comments
Labels
wontfix This will not be worked on

Comments

@remche
Copy link
Contributor

remche commented Apr 9, 2021

Enabling self-signed certificates (and/or non-encrypted connections) would allow to play with test servers like GreenMail (and write some CI functional tests ?).

@soywod
Copy link
Member

soywod commented Apr 9, 2021

I'm not sure this is related to Himalaya. A self-signed cert can be trusted from the OS side, like in this post:

sudo trust anchor --store self-signed.crt

@soywod soywod added the question Further information is requested label Apr 9, 2021
@ibotty
Copy link

ibotty commented Apr 10, 2021

I don't know how to use trust when I am not system admin. It would be great to allow that use case.

@soywod soywod added wontfix This will not be worked on and removed question Further information is requested labels Apr 11, 2021
@soywod
Copy link
Member

soywod commented Apr 11, 2021

We could attach a new property to the config but it requires some work. This is clearly not a priority for the v1. I would advise to make your system trust the certs for now. Feel free to contribute if you need this feature 😉

@soywod soywod closed this as completed Apr 11, 2021
@remche
Copy link
Contributor Author

remche commented Apr 12, 2021

My use case is mainly for testing with greenmail which generates a new cert at each run.
I might take the opportunity to learn rust ;)

@soywod
Copy link
Member

soywod commented Apr 12, 2021

With great pleasure 😉 feel free to use the discussion feature if needed!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants