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

Ignore invalid SSL certificate #12

Open
rafael2k opened this issue Sep 27, 2023 · 4 comments
Open

Ignore invalid SSL certificate #12

rafael2k opened this issue Sep 27, 2023 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rafael2k
Copy link

Is there a way to ignore an invalid SSL certificate and allow a page to load?

@otavio
Copy link
Member

otavio commented Sep 27, 2023

At the moment, the feature you are looking for is not available. We appreciate any contributions to improve our service.

@otavio otavio added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 27, 2023
@rafael2k
Copy link
Author

I'll prepare the modifications and make a PR. Thanks for your great software!!

@rafael2k
Copy link
Author

I made a commit in my fork to ignore cert errors, just by adding this in the qml on the WebEngineView:
onCertificateError: error.ignoreCertificateError()

Should we make this option as a config file one?

@otavio
Copy link
Member

otavio commented Sep 28, 2023

Yes, we could make this an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Development

No branches or pull requests

2 participants