CarnetApp / CarnetElectron

57 stars 14 forks source link

SSL #22

Open florian-asche opened 4 years ago

florian-asche commented 4 years ago

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