Closed SilvaFernando closed 1 year ago
I don't think it's a GLPI error.
Certificate validation and TLS handshake are on client side.
On windows, chromium based browsers uses windows keystore. Keys are stored at different levels (user, machine, etc..) and maintained automatically with updates.
On Windows 10, GoDaddy is in the User CA Store (i can see it with the command certutil -Silent -Split -User -Store CA
) just like Let's Encrypt.
It seems that you are using Postman : the issue is on Postman side and how it handles TLS 1.2 handshake. Here is a solution from their community forum : https://community.postman.com/t/how-to-add-tls-1-2-version-in-postman/1670
Hi @keguira.
I've tried to send this request using curl and it does not work too:
Can we solve this, by altering the Apache config?
BR. Fernando Dias da Silva
Yes AND no.
I don't konw what you did with you apache config, which versions of TLS protocol you activated but you can modify it in apache to correspond you security needs. In curl, you can also specify which TLS version you want to use .
Here, it's firstly a matter of "security". Decide what you need to activate in your apache config then call your endpoints with your clients (curl, postman, an other app, whatever). Just don't open old unsafe protocols because you cannot do you tests.
usefull ref :
And this ticket should be closed as it's not an GLPI issue
This issue has been closed as we only track bugs here.
You can get community support on forums or you can consider taking a subscription to get professional support. You can also contact GLPI editor team directly.
Code of Conduct
Is there an existing issue for this?
Version
10.0.9
Bug description
I'm using GLPI 10.0.9 with SSL Certificate provided by Go Daddy, but on Web Interface I don't have any trouble in access:
But if I try to send an API request I have an error on TLS 1.2:
I'm testing using a Let's Encrypt certificate and I don have any problem, I tried activate TLS support using this: https://apache.tutorials24x7.com/blog/how-to-enable-tls-1-2-and-tls-1-3-in-apache-web-server
Do you have some ideas to help me solve this?
Relevant log output
No response
Page URL
https://MyDNS
Steps To reproduce
Just use a Go DAddy certificate on Apache
Your GLPI setup information
Instruções de instalação e configuração
Server
GLPI constants
Libraries
SQL replicas
Notifications
Plugins list
Anything else?
No response