You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git...@googlegroups.com
With 1.3.2 on Linux, I just want kick the tires of GitBlit. I thought I have configured it to just use http, by setting server.httpsPort to 0. But when I start it up, I get:
INFO Running on Linux (2.6.18-238.9.1.el5) Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.moxie.MxLauncher.main(MxLauncher.java:129) Caused by: java.lang.RuntimeException: Password required! at com.gitblit.utils.X509Utils$X509Metadata.<init>(X509Utils.java:202) at com.gitblit.GitBlitServer.start(GitBlitServer.java:227) at com.gitblit.GitBlitServer.main(GitBlitServer.java:122)
Can't figure out where I should configure a password or turn of https certs all together.
-Max
James Moger
unread,
Mar 1, 2014, 3:25:39 PM3/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git...@googlegroups.com
Hmm. There are a couple relevant settings. Easiest thing to do is to
start fresh and let it go though the first-time initialization stuff
for https. Then disable https afterwards or just don't connect https.