Closed Fe3lApAcUt closed 1 year ago
Hey,
Yes this should theoretically be possible without changing the code (untested):
REQUESTS_CA_BUNDLE
env var to you bind mounted CA bundle inside the container.Thanks, @sirtoobii! This is working. Here is what I did:
log showed: 2023-11-06:08:18:29 INFO [sync.py] Starting... 2023-11-06:08:18:29 INFO [sync.py] DRYRUN: True 2023-11-06:08:18:29 INFO [sync.py] LDAP server: xxx.xxx 2023-11-06:08:18:29 INFO [sync.py] Vaultwarden url: https://vw.xxx.xxx 2023-11-06:08:18:29 INFO [sync.py] Invite user xxx@xxx.ch
BR Marcel
Hey
I receive an error when starting docker with the following message:
2023-11-03:16:51:48 ERROR [sync.py] Something went wrong. Error: HTTPSConnectionPool(host='xx.domain.loc', port=443): Max retries exceeded with url: /admin/users (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)')))
We have our own internal CA and need to provide the root certificate to the docker I think. Can this be done in you project?
BR Marcel