Skip to main content
Participating Frequently
July 17, 2008
Question

SSL on Built-In Webserver Problems

  • July 17, 2008
  • 6 replies
  • 2153 views
Hi folks,

I followed these instructions to get SSL working via the built-in webserver for development purposes. I believe I followed the steps correctly, CF starts, and when I go to CF Admin via SSL like so:

https://localhost:9100/CFIDE/administrator/index.cfm

...Firefox warns me that the site is attempting to self-certify. This is cool, and I can specify an exception in Firefox so it will allow me to proceed. However, the next message that comes up stumps me:

quote:

An error occurred during a connection to localhost:9100.
Peer reports it experienced an internal error.
(Error code: ssl_error_internal_error_alert)

The page you are trying to view can not be shown because the authenticity of the received data could not be verified.

* Please contact the web site owners to inform them of this problem.



Any ideas?

Thanks!

Jim
    This topic has been closed for replies.

    6 replies

    Participant
    February 6, 2013

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

    -Dcoldfusion.disablejsafe=true

    restart CF, done

    Participant
    October 13, 2011

    has anyone found a solution for this??

    Inspiring
    August 5, 2008
    Seems the instructions you have followed are something specific to MX7 and not for CF8 (as you had already pointed this in your earlier post)..

    May be you can give up this built in webserver and have a try with other webservers like turnere0 suggests.
    frogsmockAuthor
    Participating Frequently
    August 5, 2008
    I may have to do that, although it certainly seems like the built-in webserver should be able to support this.
    August 5, 2008
    We had to do the same... in this case since it's a workstation situation we went with the IIS that is available within XP. Normally we would have considered Apache.

    It's really too bad that it's not supported within the built-in webserver.
    Inspiring
    August 5, 2008
    Hi Jim,

    Have you enabled the SSL in your Coldfusion built-in webserver by editing the jrun.xml file?...

    frogsmockAuthor
    Participating Frequently
    August 5, 2008
    Yup, I've done everything in the instructions I linked to in my original post.
    Inspiring
    August 5, 2008
    Hi,

    What version of Firefox are you using?...
    frogsmockAuthor
    Participating Frequently
    August 5, 2008
    FF3, and I also get errors in IE7 and and Opera 8.51 (old version, I know).
    July 21, 2008
    Funny, just doing the same thing and getting the same error. Did you make any progress?
    I can't find much on this error at all.
    frogsmockAuthor
    Participating Frequently
    July 22, 2008
    No progress at all, I'm afraid. I'm pretty confident I created and installed the certificate correctly, as Firefox is finding the certificate when I plug localhost:9100 into the exceptions dialog (Firefox is able to retrieve the certificate, warn me that it's self-signed, and then add it as an exception). It's when I then try to make https requests (like trying to load CF Admin, as suggested by the instructions) that the intractable error appears. I've tried it in FF, IE, and Opera, and none can load the page, so I suspect something's funky on the CF side, but I have no idea what.

    I've tried deleting everything and starting from scratch several times, including using very simple passwords on the certificate, to no avail (I don't think it was a password anyway, as when you get the password wrong you can find those errors in the logs). What I *haven't* tried yet is reinstalling CF, or trying to analyze the SSL handshaking with Wireshark. I was hoping to find an answer here, before I try delving into that.
    August 3, 2008
    I'm having the same problem. Any progress? I just submitted a support ticket to Adobe.

    Just out of curiosity, what platform are you running the server on? Mine is on Fedora 9 x86_64.