From: Gustaf N. (sslmail) <ne...@wu...> - 2024-05-01 11:57:07
|
> On 30.04.2024, at 20:53, Georg Lehner <jor...@ma...> wrote: > > Hello, > > I am trying to set up the revproxy module on a current naviserver git checkout. > > Upon connection to the frontend I get: > > Request Error > Error during opening connection to backend http://localhost:65193/ failed. > Error message: no driver for protocol 'http' found > > NaviServer/5.0.0a > Probably, you have no nssock module installed. ns_sock uses the network drivers installed, and in case, your configuration network does not include it, it is not available. If you want to use a driver module, but you do not want to listen on a port, configure the port with the value 0 > The same message I get when starting 'nsd -c' and running either of > > ns_connchan open http://example.com <http://example.com/> -> no driver for protocol 'http' found > > ns_connchan open https://example.com <https://example.com/> -> no driver for protocol 'https' found > Same as above. When “nsd -c” is called, no network drivers are loaded -g |