We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open https://spanel.gnani.xyz:44042 in a browser, I get error ERR_CONNECTION_RESET
https://spanel.gnani.xyz:44042
ERR_CONNECTION_RESET
Should load without error just like https://spanel.gnani.xyz served by Apache2
https://spanel.gnani.xyz
wget --spider https://spanel.gnani.xyz:44042 gives the following error:
wget --spider https://spanel.gnani.xyz:44042
GnuTLS: The TLS connection was non-properly terminated. Unable to establish SSL connection.
but the same certificate works ok for Apache2 : https://spanel.gnani.xyz
Certificate for Mojo App:
hypnotoad: listen: - 'http://*:44040' - 'https://*:44042?cert=certs/spanel.gnani.xyz/cert.pem&key=certs/spanel.gnani.xyz/privkey.pem' workers: 10
Tried changing the port, same error.
The text was updated successfully, but these errors were encountered:
Looks like the same issue as #1876.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce the behavior
Open
https://spanel.gnani.xyz:44042
in a browser, I get errorERR_CONNECTION_RESET
Expected behavior
Should load without error just like
https://spanel.gnani.xyz
served by Apache2Actual behavior
wget --spider https://spanel.gnani.xyz:44042
gives the following error:but the same certificate works ok for Apache2 :
https://spanel.gnani.xyz
Certificate for Mojo App:
Tried changing the port, same error.
The text was updated successfully, but these errors were encountered: