CoreCDP HTTPS vs Google Chrome

Home Forums MultiConnect OCG CoreCDP HTTPS vs Google Chrome

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6103
    Rafael Hernández
    Participant

    Hello.
    I have configured my lighttd server under CoreCPD 2.3.3 to use HTTPS.
    WEB pages are retrieved perfectly using Firefox, but Chrome reports the error ERR_SSL_FALLBACK_BEYOND_MINIMUM_VERSION.

    Searching in Internet I’ve found this.
    Where they state that the server included in the CoreCPD 2.3.3 release is buggy.

    What can I do to have my pages available for Chrome (besides going back to bare HTTP)?.

    #6105
    Jesse Gilles
    Blocked

    Hi Rafael,

    I committed lighttpd 1.4.35 support to the CoreCDP git repository. I would recommend building it and then putting the following lines in your lighttpd.conf to disable SSLv2 and SSLv3.

    ssl.use-sslv2 = "disable"                     
    ssl.use-sslv3 = "disable"

    Jesse

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.