D dqq Well-Known Member Jan 30, 2020 34 1 48 56 Apr 21, 2020 #1 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?
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?
Stoiko Ivanov Proxmox Staff Member Staff member May 2, 2018 9,618 1,793 248 Apr 21, 2020 #2 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! Reactions: Moayad
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!
LnxBil Distinguished Member Feb 21, 2015 10,300 2,392 303 Saarland, Germany Apr 23, 2020 #3 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.
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.