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
Hi, i try to connect to my nextcloud server. I got this error in apache log:
[Thu Oct 31 00:37:51.662795 2019] [ssl:info] [pid 32766] [client xxxxx:32088] AH01964: Connection to child 35 established (server xxxxx:443) [Thu Oct 31 00:37:51.772629 2019] [ssl:info] [pid 32766] (70014)End of file found: [client xxxxx:32088] AH01991: SSL input filter read failed.
Which SSL Version or Protocol is required in order to work?
# enable only secure ciphers: SSLCipherSuite EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA256:EECDH:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!IDEA:!ECDSA:kEDH:CAMELLIA128-SHA:AES128-SHA
# The protocols to enable. # Available values: all, SSLv3, TLSv1, TLSv1.1, TLSv1.2 # SSL v2 is no longer supported SSLProtocol TLSv1.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
i try to connect to my nextcloud server. I got this error in apache log:
Which SSL Version or Protocol is required in order to work?
The text was updated successfully, but these errors were encountered: