mohabusama / pyguacamole

Guacamole Python Client
MIT License
108 stars 34 forks source link

SSL/TLS connection failed (untrusted/self-signed certificate?) #19

Closed xiangxsun closed 1 year ago

xiangxsun commented 1 year ago

When connecting to RDP, an SSL error is reported。 { "code": 519, "message": "SSL/TLS connection failed (untrusted/self-signed certificate?)" }

actuallyfunny commented 1 year ago

try: guaclient.handshake( ... ignore_cert="true", ... )