rock icon indicating copy to clipboard operation
rock copied to clipboard

Docket service running but not listening on Port

Open seven62 opened this issue 7 years ago • 3 comments

This might be just a lack of understanding on my end, but the docket service is running but not listening on port 8443 on the current build.

) DEPRECATED: don't set server options in conditionals, variable: server.modules
Aug 01 22:39:03 simplerockbuild.simplerock.lan lighttpd[24781]: 2018-08-01 22:39:03: (configfile.c.60) Warning: please add "mod_openssl" to server.modules list in lighttpd.conf.  A future release of lighttpd 1.4.x *wi...sl.* directives
Aug 01 22:39:03 simplerockbuild.simplerock.lan lighttpd[24781]: 2018-08-01 22:39:03: (plugin.c.189) Cannot load plugin mod_access more than once, please fix your config (lighttpd may not accept such configs in future releases)
Aug 01 22:39:03 simplerockbuild.simplerock.lan lighttpd[24781]: 2018-08-01 22:39:03: (plugin.c.189) Cannot load plugin mod_accesslog more than once, please fix your config (lighttpd may not accept such configs in future releases)
Aug 01 22:39:03 simplerockbuild.simplerock.lan lighttpd[24781]: 2018-08-01 22:39:03: (mod_openssl.c.405) SSL: BIO_read_filename('/etc/pki/tls/private/httpd-combined.pem') failed
Aug 01 22:39:03 simplerockbuild.simplerock.lan lighttpd[24781]: 2018-08-01 22:39:03: (server.c.1148) Initialization of plugins failed. Going down.

Certificate is not generated properly for lighttpd

seven62 avatar Aug 13 '18 17:08 seven62

It's in /app/docket but the frontend has a bug with the resolved api url (the lack of a trailing /).

theturingnerd avatar Jan 16 '19 18:01 theturingnerd

As @theturingnerd pointed out, it now runs on 443 at /app/docket

bndabbs avatar Jan 24 '19 00:01 bndabbs

Saw same issue and had to do the following to resolve it:

$ sudo vi /etc/lighttpd/modules.conf

Find server.modules = Verify that "mod_openssl" is inserted in the configuration and if not, add it to the configuration.

$ sudo service lighttpd restart $ sudo service docket restart

bruneaug avatar Mar 05 '19 00:03 bruneaug