Thomas wrote…
This means, the calling program can't verify the certificate.
Check whether all the intermediates are delivered by tomcat.
Furthermore, the calling program must know the root-certificate of your
webserver certificate.
If I look at a random website using 'openssl s_client -showce
Hello Andy,
> -Ursprüngliche Nachricht-
> Von: Andy Pont
> Gesendet: Montag, 18. September 2023 19:08
> An: users@tomcat.apache.org
> Betreff: Unable to get local issuer certificate
>
> Hello,
>
> I am receiving the above error when a GitLab webhook tries to call my
> servlet. The full
Hello,
I am receiving the above error when a GitLab webhook tries to call my
servlet. The full text of the error states:
SSL_connect returned=1 errno=0 state=error: certificate verify failed
(unable to get local issuer certificate).
If I try to access any of the servlets running in the sam