Proxmox API allow HTTP connections

dqq

Well-Known Member
Jan 30, 2020
34
1
48
56
Hi,

We need to be able to debug network communication between an apliacation using HTTPS API and proxmox host.
For it we need transmission to not be encrypted - is there any way to allow plain HTTP communication?
 
pveproxy is quite hardwired to be ssl-only - so it's not configurable.

I would most likely go with a ssl-interception proxy - e.g. https://mitmproxy.org/

I hope this helps!
 
  • Like
Reactions: Moayad
If it's not TLS 1.3 or if it does not uses PFS, you can also break the encryption by using the server keys you have access to.