[PR #321] [MERGED] adds support for libvirt tls connections #618

Closed
opened 2026-02-27 16:39:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/321
Author: @junkb
Created: 5/26/2014
Status: Merged
Merged: 5/26/2014
Merged by: @retspen

Base: masterHead: master


📝 Commits (2)

  • 879229b adds support for libvirt tls connections
  • 25a53a4 Merge branch 'libvirt_tls'

📊 Changes

4 files changed (+112 additions, -3 deletions)

View changed files

📝 servers/forms.py (+38 -0)
📝 servers/views.py (+17 -2)
📝 templates/servers.html (+34 -1)
📝 vrtManager/connection.py (+23 -0)

📄 Description

i use tls connections for libvirt[1], and wanted webvirtmgr to work in that environment:

screen shot 2014-05-26 at 00 10 41
[1] http://libvirt.org/remote.html


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/321 **Author:** [@junkb](https://github.com/junkb) **Created:** 5/26/2014 **Status:** ✅ Merged **Merged:** 5/26/2014 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`879229b`](https://github.com/retspen/webvirtmgr/commit/879229b70858752e1e8ed7cc7e6629be3ee988c5) adds support for libvirt tls connections - [`25a53a4`](https://github.com/retspen/webvirtmgr/commit/25a53a4728700cea33ba716cdc48bc4378659740) Merge branch 'libvirt_tls' ### 📊 Changes **4 files changed** (+112 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `servers/forms.py` (+38 -0) 📝 `servers/views.py` (+17 -2) 📝 `templates/servers.html` (+34 -1) 📝 `vrtManager/connection.py` (+23 -0) </details> ### 📄 Description i use tls connections for libvirt[1], and wanted webvirtmgr to work in that environment: ![screen shot 2014-05-26 at 00 10 41](https://cloud.githubusercontent.com/assets/7424193/3079069/c255888c-e48b-11e3-9dbb-fb333cd0d3fb.png) [1] http://libvirt.org/remote.html --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#618
No description provided.