summaryrefslogtreecommitdiff
path: root/docs/configuration/service/https.rst
AgeCommit message (Collapse)Author
2024-10-01http-api: T6736: update config commands for dedicated REST API nodeJohn Estabrook
2024-04-17https: Added information on configuring graphql, cors & request-body-size-limitAlex W
2024-01-08https: add latest CLI changesChristian Breunig
2023-11-22http: T5762: rename "virtual-host listen-port" -> "virtual-host port"Christian Breunig
2023-11-21http: T5762: api: make API socket backend communication the one and only defaultChristian Breunig
Why: Smoketests fail as they can not establish IPv6 connection to uvicorn backend server. https://github.com/vyos/vyos-1x/pull/2481 added a bunch of new smoketests. While debugging those failing, it was uncovered, that uvicorn only listens on IPv4 connections vyos@vyos# netstat -tulnp | grep 8080 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN - As the CLI already has an option to move the API communication from an IP to a UNIX domain socket, the best idea is to make this the default way of communication, as we never directly talk to the API server but rather use the NGINX reverse proxy.
2022-07-13Update https.rstKyleM
"set service https api-restrict virtual-host rtr01.example.com" should be "set service https api-restrict virtual-host rtr01"
2022-05-30http-api: Add action reset and socket descriptionViacheslav Hletenko
2022-04-12Update https.rstshowipintbri
linting correction update
2022-04-12Update https.rstshowipintbri
2021-09-04Merge pull request #608 from showipintbri/patch-3Robert Göhler
Grammar corrections
2021-09-02Spelling Correctionsshowipintbri
2021-09-02Grammar correctionsshowipintbri
2021-02-28HTTP-API: short linerebortg
2021-02-28HTTP-API: rewrite and add config multiple commandsrebortg
2020-12-11service: fix lint errorsrebortg
2020-11-30arrange services and protocolsrebortg