Hi,

i took some scrrenshots that can help to identify my problem .
i added the certif on /etc/ssl/certs , /usr/lib/ssl/certs and at the end 
of /usr/local/lib/python3.8/dist-packages/certifi/cacert.pem
But did not work for me .
i have to note that i have changed the openssl.cnf file (screenshot) cauz i 
had some probleme with the svn also .

Thanks in advance for your help
Le mardi 6 décembre 2022 à 00:19:50 UTC+1, Christian Hammond a écrit :

> Hi,
>
> Python likely isn't trusting the self-signed certificate. The way you 
> trust a cert system-wide depends on the system, and Python may not always 
> look in the same place your Linux distribution expects it.
>
> Please run the following and show me the output. It will provide 
> information on where it's expecting to look for that certificate:
>
>     python3 -c 'import ssl; print(ssl.get_default_verify_paths())'
>
> (If you have multiple versions of Python 3 installed, you may need to 
> specify the exact version that Apache's also using.)
>
> These are the locations that Python is checking for trusted certificates. 
> You may need to either place it in the listed openssl_capath directory, or 
> append it to the end of the path in cafile.
>
> Christian
>
> On Mon, Dec 5, 2022 at 8:04 AM ope wazuh <[email protected]> wrote:
>
>> Hi ,
>> i need  help .
>> i tried to config reviewboard with jenkins (both uses self signed cert )
>> i export the cert of jenkins on my review-server and added the cert to 
>> /etc/ssl/certs
>> but didn't work .
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Review Board Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/reviewboard/79281a73-4366-4d76-8fc1-8cdacd0e4f3dn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/reviewboard/79281a73-4366-4d76-8fc1-8cdacd0e4f3dn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/4dfa0033-0e43-4475-a1d5-bb8dc71b5b39n%40googlegroups.com.

Reply via email to