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

Unsecure SSL certs? #550

Open
PelleHanses opened this issue Nov 8, 2022 · 2 comments
Open

Unsecure SSL certs? #550

PelleHanses opened this issue Nov 8, 2022 · 2 comments

Comments

@PelleHanses
Copy link

How to allow unsecure SSL certs? When I run the malleus.sh against a Jitsi with self-signes SSL cert it will not run. In the output it says "acceptInsecureCerts: false". Obvious I want it to be true.
I have tried to set it "MALLEUS_ALLOW_INSECURE_CERTS" to true in malleus.sh but no luck.
I have started malleus.sh with "--allow-insecure-certs=true" - no luck.

Is there an option to solve this?

@damencho
Copy link
Member

damencho commented Nov 8, 2022

Please, when you have questions or problems use the community forum before opening new issues, thank you.

Reading the code it is --allow-insecure-certs=true.

Check what is passed there

-DallowInsecureCerts=$MALLEUS_ALLOW_INSECURE_CERTS \

And check the value you get here:

@PelleHanses
Copy link
Author

Ok, thank you.

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