summaryrefslogtreecommitdiff
path: root/docs/configuration/service/https.rst
AgeCommit message (Collapse)Author
2024-01-11https: add latest CLI changesChristian Breunig
(cherry picked from commit cecc0f3c32afb455ddb006b35faf343877061443)
2023-11-22http: T5762: rename "virtual-host listen-port" -> "virtual-host port"Christian Breunig
(cherry picked from commit 2e3510f9886a5512b320267f21035d291c2fb3f5)
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. (cherry picked from commit 12ffd3e638dc00ae672b47c9dd2a64e0e68d0c01)
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