volsa / etherface

Ethereum Signature Database
https://www.etherface.io
GNU General Public License v3.0
170 stars 22 forks source link

Etherface Http API Certificate expired #24

Open alejandro-lares opened 7 months ago

alejandro-lares commented 7 months ago

Hi,

Since 24th of Decemeber 2023 the SSL certificate is expired.

See below output of openssl command: openssl s_client -connect api.etherface.io:443 < /dev/null

CONNECTED(00000003)
depth=0 CN = api.etherface.io
verify error:num=10:certificate has expired
notAfter=Dec 24 02:16:22 2023 GMT
verify return:1
depth=0 CN = api.etherface.io
notAfter=Dec 24 02:16:22 2023 GMT
verify return:1
orenyomtov commented 7 months ago

@volsa

wavefnx commented 3 months ago

Seems expired again, since 22 Apr. 2024 @volsa

volsa commented 3 months ago

Sorry, no idea why this keeps happening but should be fixed again.

wavefnx commented 3 months ago

No worries, thanks for building and hosting. The current cert shows that is valid between 23 Mar. 2024 - 21 Jun. 2024.

Are you using some bot/process to update? You might want to consider hosting them as lambda's on vercel too so it updates automatically.