aaronpk / indielogin.com

Sign in with your domain name
https://indielogin.com
MIT License
149 stars 24 forks source link

cURL error 51 #73

Closed marc-bouvier closed 3 years ago

marc-bouvier commented 3 years ago

When trying to login with baldir.fr I get the following error.

cURL error 51: SSL: no alternative certificate subject name matches target host name 'baldir.fr' (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

image

I renewed my certificate. I also tried to upgrade openssl, it now to OpenSSL 1.1.0l 10 Sep 2019.

Certificate checks OK for ipv4 on https://www.ssllabs.com/ssltest/analyze.html?d=baldir.fr

image

Headers of index.html

<head>
<link data-vue-tag="ssr" rel="authorization_endpoint" href="https://auth.baldir.fr">
<link data-vue-tag="ssr" rel="me" href="https://twitter.com/marcbouvier_">
<link data-vue-tag="ssr" rel="me" href="https://github.com/marc-bouvier">
<link data-vue-tag="ssr" rel="me" href="https://framagit.org/marc-bouvier">
<link data-vue-tag="ssr" rel="me" href="https://www.linkedin.com/in/profileofmarcbouvier/">
<link data-vue-tag="ssr" rel="me" href="mailto:m.bouvier.dev@gmail.com">
<link data-vue-tag="ssr" rel="me" href="https://stackoverflow.com/users/444769/marc-bouvier">
<link data-vue-tag="ssr" rel="pgpkey" href="/me/marc-bouvier.gpg.pub">
</head>
marc-bouvier commented 3 years ago

Ok I figured out.

After I removed all my certificates and created a new one for all my virtual hosts subdomains it worked again.