Hello Cristian 

I have converted the crt files to pem and added the same in the path which 
outputs from the  print ssl.get_default_verify_paths() .Still i m getting 
same error .Also i have installed crt directly in the container in path 
/etc/ssl/certs/ and did a update-ca-certificate which added hash for crt in 
the same path .Also i have updated the cert.pem file inside certifi path of 
python.Still the issue is same and users are not able to login via Active 
Directory.

Thanks 
Rajat 
On Sunday, 13 February 2022 at 06:55:08 UTC+5:30 Christian Hammond wrote:

> Hi Rajat,
>
> If your domain controller is using a self-signed SSL certificate, and the 
> server running Review Board isn't configured to trust it, you'll hit this 
> situation.
>
> Can you go over the steps you used to install the certs on the container?
>
> Python may be attempting to use a different location for the certs there. 
> You can find the paths by running 'python' in the container and typing:
>
>
> import ssl
> print ssl.get_default_verify_paths()
>
>
> Christian
>
>
>
> On Thu, Feb 10, 2022 at 11:30 AM RAJAT MEHTA <raja...@gmail.com> wrote:
>
>> Hi i am using version 3.0.14 for review board and have Authentication set 
>> as Active directory for login .While trying to login i am getting below 
>> error 
>>
>> 2022-01-31 11:50:40,239 - WARNING -  - reviewboard.accounts.backends.ad 
>> - Could not connect to domain controller "xxxxxxx.xxxx.com:389" for 
>> domain "xxxxx.xxxxxx.com". *The certificate may not be verifiable.*
>>
>> I have installed the certs on the container running the reviewboard and 
>> it doesn't solve the issue .Do we need to map certs in any specific place . 
>> Can we skip the verification by adding any parameter on reviewboard UI ?
>>
>> Thanks in advance
>>
>> -- 
>> 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 reviewboard...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/reviewboard/8d80cc24-94ac-42d9-aea2-c3ad2595ee3dn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/reviewboard/8d80cc24-94ac-42d9-aea2-c3ad2595ee3dn%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 reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/80258da9-c9a2-40f1-b0d7-48829f872899n%40googlegroups.com.

Reply via email to