https support on mingle#401
|
|
Hello, Since it is my home machine, I dont feel secure about leaving an app open to outside world. I guess if it is too diffucult to configure jetty – mingle to use https, I could use stunnel, or reverse proxy with apache – but that is not really desired. Any ideas/recomendations/help greatly appreciated. Best Regards, |
|
|
I am answering my own question, perhaps it will help others, and I also would like feedback – it works with ssl now, but I could have made something wrong. step 1.
make a directory named etc under the dir you installed mingle delete the original segment that has the addConnector. the OBF:somecode is protected password. to obtain the protected password: run the command java -classpath ./vendor/java/jetty-util-6.1.5.jar:./vendor/java/jetty-plus-6.1.5.jar:./vendor/java/jetty-6.1.5.jar org.mortbay.jetty.security.Password use mingle as username and the same password you used generating the keystore. at step 1. this configuration seems to be working but I am not sure about the side effects. Best Regards. |
|
|
Anyone been successful with this? I got thru it, but am getting an “Invalid keystore format” when Mingle is running…. java.io.IOException: Invalid keystore format
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:633)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:38)
at java.security.KeyStore.load(KeyStore.java:1185)
at org.mortbay.jetty.security.SslSocketConnector.createFactory(SslSocketConnector.java:206)
at org.mortbay.jetty.security.SslSocketConnector.newServerSocket(SslSocketConnector.java:416)
at org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:73)
at org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:249)
at org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:146)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.Server.doStart(Server.java:228)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at com.thoughtworks.mingle.Server$1.run(Unknown Source) |
