- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
10-01-2020 05:27 AM - edited 10-01-2020 05:30 AM
hi,
I have this message on more windows server 2019(vmware environnement), after install cortex 7.1:
Server certificate for host is not allowed: error=19, message=self signed certificate in certificate chain
HTTP request failed due to an SSL error (0): SSL Exception: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed.
{trapsd:Communication:Heartbeat(scheduled):} Connectivity Error, error_type = 2
{trapsd:Communication:Heartbeat(scheduled):} Connectivity Error, error_type = 4
{trapsd:AgentIdentification:Heartbeat(scheduled):} Error retrieving provisioning url. Error code: 4. Error data:
{trapsd:AgentIdentification:Heartbeat(scheduled):} Error getting home server address with error code 4
{trapsd:AgentIdentification:Heartbeat(scheduled):} Error registering to server with error code 4
{trapsd:Communication:Heartbeat(scheduled):} Unable to obtain authentication ID, aborting request.
The endpoint not register to cloud console and stay in red. This machine have all access to internet.
Thank for your help
10-05-2020 06:16 PM
Hi @WilliamFoisseau-
Have these machines ever been able to communicate with the Cortex XDR tenant? If not, have the certs in step 3 of this document been added to the certificate store on the affected server?
10-11-2021 10:22 PM
Can anyone help me with the location to download the root certs required and the location to add these .crt files to? I have got the certs and added them to the ca-bundle.crt file in /etc/ssl/certs and have restarted but it does not work, unfortunately.
06-22-2023 12:01 PM
@Dalbir.Monga99701 wrote:
Can anyone help me with the location to download the root certs required and the location to add these .crt files to? I have got the certs and added them to the ca-bundle.crt file in /etc/ssl/certs and have restarted but it does not work, unfortunately.
This will be Linux distro-specific. Ubuntu will look like:
ls /usr/local/share/ca-certificates/
sudo cp foo.crt /usr/local/share/ca-certificates/foo.crt
sudo update-ca-certificates
rm /usr/local/share/ca-certificates/foo.crt
sudo update-ca-certificates --fresh
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!