• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    SSL real Certeficate ERR_SSL_VERSION_OR_CIPHER_MISMATCH

    General Discussion
    2
    4
    103
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Clone Tv last edited by

      I used valid working real certificates and i get error: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
      Client and server support different versions of SSL or cipher suite.

      added certificates like this:

      "%JAVA_HOME%"\bin\keytool.exe -import -keystore homediy.jks -storepass mypass -noprompt -alias homediy -file mycert.crt
      

      and also made changes to the configuration:

      mcc.web.ssl.keystore.file=../conf/homediy.jks
      mcc.web.ssl.keystore.password=mypass
      mcc.web.ssl.keystore.type=JKS
      
      

      are there solutions?

      jkandasa 1 Reply Last reply Reply Quote 0
      • jkandasa
        jkandasa @Clone Tv last edited by jkandasa

        @Clone-Tv I could not find the root cause for the issue you reported.
        But I have working command, kindly follow this command and update the status.

        keytool -genkey -keyalg RSA -alias mycontroller -keystore selfsigned.jks -validity 365 -keysize 2048
        

        Update: if you plan to use like letsencrypt, follow this: https://forum.mycontroller.org/topic/91/how-to-enable-a-ssl-certificate/3

        C 1 Reply Last reply Reply Quote 0
        • C
          Clone Tv last edited by Clone Tv

          Thanks, it helped, but it does not solve the real certificate issue. Everyone knows how to generate a new one without trust.

          1 Reply Last reply Reply Quote 0
          • C
            Clone Tv @jkandasa last edited by

            @jkandasa
            This link helped, it turns out you had to choose the .p12 format. Add this to FAQ 🙂 Senks.

            1 Reply Last reply Reply Quote 1
            • First post
              Last post

            0
            Online

            647
            Users

            506
            Topics

            3.3k
            Posts

            Copyright © 2015-2022 MyController.org | Contributors | Localization