Hi,
I'm using cefsharp library to display proxmox web gui in my application.
It works fine with other websites and earlier versions of proxmox, but as of proxmox 3 (pveproxy implemented), it does not display anything.
I tried "pveproxy --debug" and got the following result when connecting using cefsharp:
How can I trace this issue?
PS: I can connect to web gui using chrome browser, I just can't use it using cefsharp.
Thanks
I'm using cefsharp library to display proxmox web gui in my application.
It works fine with other websites and earlier versions of proxmox, but as of proxmox 3 (pveproxy implemented), it does not display anything.
I tried "pveproxy --debug" and got the following result when connecting using cefsharp:
Code:
root@node1:~# pveproxy --debug
913437: ACCEPT FH12 CONN1
close connection AnyEvent::Handle=HASH(0x446df18)
913437: CLOSE FH12 CONN0
PS: I can connect to web gui using chrome browser, I just can't use it using cefsharp.
Thanks