Skip to content

ws4sqlite does not listen on IPv6 socket even when started with an IPv6 address #1

@Chaz6

Description

@Chaz6
$ ws4sqlite --bind-host '[::]' --mem-db mem1 &
ws4sqlite 0.11.1
- Serving database 'mem1' from :memory:?_journal=WAL
  + No config file loaded, using defaults
  + Using WAL
- Web Service listening on [::]:12321

$ curl https://[::1]:12321
curl: (7) Failed to connect to ::1 port 12321: Connection refused

$ netstat -l -n -p | grep 12321
tcp        0      0 0.0.0.0:12321           0.0.0.0:*               LISTEN      4060941/ws4sqlite

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions