Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable SSL #294

Closed
seyo-IV opened this issue Jan 12, 2019 · 5 comments
Closed

Disable SSL #294

seyo-IV opened this issue Jan 12, 2019 · 5 comments

Comments

@seyo-IV
Copy link

seyo-IV commented Jan 12, 2019

I have already tried this, but it doesen't seem to work anymore 51
My nginx already terminates ssl.

@skavanagh
Copy link
Collaborator

should just need to set the

--module=http

in the start.ini file. Should come up on port 8080 then.

https://www.bastillion.io/docs/installation/ports/

@seyo-IV
Copy link
Author

seyo-IV commented Jan 12, 2019

iv tried it but the server stops after 5 seconds. The log says the adress is already in use. It trys to bind 8080 even if i changed it to another port.

Thats the Log:
Caused by: java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:8080 at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:346) at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308) at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.server.Server.doStart(Server.java:394) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1572) at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1512) ... 9 more Caused by: java.net.BindException: Address already in use at java.base/sun.nio.ch.Net.bind0(Native Method) at java.base/sun.nio.ch.Net.bind(Net.java:461) at java.base/sun.nio.ch.Net.bind(Net.java:453) at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227) at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80) at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342) ... 17 more

@skavanagh
Copy link
Collaborator

soo you already have something running on port 8080

@skavanagh
Copy link
Collaborator

skavanagh commented Jan 12, 2019

either find what's running on 8080 and kill it or you can change the http port to something else

https://www.bastillion.io/docs/installation/ports/

@seyo-IV
Copy link
Author

seyo-IV commented Jan 12, 2019

okay my bad, i had to uncomment ## Connector port to listen on jetty.http.port=8088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants