SSLEnable not working on windows

I’m on windows 7: when I try to start a server with:

server start --SSLEnable

the server does not start, the browser tab does not open but the cli tells me the server status is running. Is this a bug or should I add some other parameters to start command?

There is a bug that prevents the browser from opening. If you do server list --verbose, what HTTPS port is shown? What happens when you try and hit that port?

I’ve found HTTP only really works correctly when I use port 443 for it AND include the HTTPS in the URL.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

This is what I got:

`

Starting in background - Server i
version 2.3.3

"C:\Program Files\Java\jre1.8.0_4
-javaagent:"E:\CommandBox/lib/r
-jar "E:\CommandBox\lib\runwar-
-war “E:\wamp\www\DashBox”
–background=true
–port 49343
–host 127.0.0.1
–debug false
–stop-port 49344
–processname “DashBox”
–log-dir "E:\CommandBox/server

–open-browser true
–open-url http://127.0.0.1:493
–server-name “DashBox”
–lib-dirs “E:\CommandBox/lib”
–tray-icon "E:\CommandBox/lib/
–railo-web-config “E:\CommandB
Box”
–railo-server-config "E:\Comma
–http-enable true
–ssl-enable true
–ssl-port 1443
–urlrewrite-enable false

`

If I go to https://127.0.0.1:1443 it works.