DragonHPC / dragon

Dragon distributed runtime for HPC and AI applications and workflows
http://dragonhpc.org
MIT License
54 stars 6 forks source link

https://dragonhpc.org has an invalid https/ssl configuration #1

Closed dev-zero closed 1 year ago

dev-zero commented 1 year ago

the README.md refers to https://dragonhpc.org, yet the server seems to be misconfigured:

~ ❯ openssl s_client -host dragonhpc.org -port 443
CONNECTED(00000005)
00E7D744F87F0000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:ssl/record/rec_layer_s3.c:304:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 322 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
This TLS version forbids renegotiation.
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---

Firefox says instead:

Secure Connection Failed

An error occurred during a connection to dragonhpc.org. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR

    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem.

I've tried IPv4 and IPv6 addresses.

mendygral commented 1 year ago

Thank you for catching this! We have fixed the issue.