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

Enable SSL support in libcurl #807

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

veloman-yunkan
Copy link
Collaborator

Should fix kiwix/libkiwix#1180

SSL support has been disabled in our own build of libcurl since the very beginning.

One problem with enabling SSL is the CA certificate path that is hardcoded into libcurl during the configuration step. Under our Linux build system (Ubuntu) it is set to /etc/ssl/certs/ca-certificates.crt but on other distributions of Linux, CA certificates may reside at another location and then https URL won't work.

@kelson42
Copy link
Contributor

@veloman-yunkan What about other systems: Windows, iOS, macOS, Android, etc...?

@veloman-yunkan
Copy link
Collaborator Author

@veloman-yunkan What about other systems: Windows, iOS, macOS, Android, etc...?

@kelson42 I have no idea but it's likely that a similar problem may be present with them too.

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

Successfully merging this pull request may close these issues.

Downloading favicon for book is not working for Apple (iOS/macOS)
2 participants