Skip to main content
Inspiring
May 13, 2015
Answered

CF9 and SSL

  • May 13, 2015
  • 1 reply
  • 524 views

Hi All,

I am trying to setup CF9 using SSL port in my laptop using build-in web server. I found and follow the next link:

Activating SSL on Coldfusion 9

Getting error: Error code: ssl_error_internal_error_alert

How can i debug this issue?

Thanks,

    This topic has been closed for replies.
    Correct answer jfb00

    This step was missing:

    go to CF Admin, go to “Java and JVM” on left menu, in “JVM Arguments”, add:

    -Dcoldfusion.disablejsafe=true

    restart CF, done

    I hope it helps to safe time to someone else

    Best,

    1 reply

    jfb00AuthorCorrect answer
    Inspiring
    May 13, 2015

    This step was missing:

    go to CF Admin, go to “Java and JVM” on left menu, in “JVM Arguments”, add:

    -Dcoldfusion.disablejsafe=true

    restart CF, done

    I hope it helps to safe time to someone else

    Best,