-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug]: Server does not utilize system CA Certificates through specified HTTP Proxy #46621
Open
4 of 7 tasks
Labels
Comments
Related: nextcloud/documentation#11906 |
Is the fix to add the certificate to the occ cert store? Is the related issue about just improving documentation, or making nextcloud utilize system certificate stores? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug description
Nextcloud outbound HTTP communications through forward HTTP proxy specified in
config.php
does not utilize the system ca store (on Debian:/etc/ssl/certs/ca-certificates.crt
) even when CA file is explicitly specified in both FPM and CLI php.ini configuration files. (cURL error 35 - unknown CA)Steps to reproduce
'proxy' => '172.20.20.10:3142',
)openssl.cafile=/etc/ssl/certs/ca-certificates.crt
)Expected behavior
Nextcloud, when using an HTTP proxy, should trust all CA certificates in system store.
Installation method
N/A
Nextcloud Server version
28
Operating system
Debian 12
PHP engine version
PHP 8.3
Web server
NGINX
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Unk/N/A
Are you using the Nextcloud Server Encryption module?
No
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs - Limited (Github 65K character limit)
Additional info
No response
The text was updated successfully, but these errors were encountered: