You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Stanislav Kogan (Jira)" <ji...@apache.org> on 2022/02/09 23:40:00 UTC

[jira] [Commented] (GUACAMOLE-1133) VNC fails to connect to macOS

    [ https://issues.apache.org/jira/browse/GUACAMOLE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489873#comment-17489873 ] 

Stanislav Kogan commented on GUACAMOLE-1133:
--------------------------------------------

This is still unresolved in 1.4.0. It seems that there's been a misunderstanding of what the issue is: the problem is with password-only authentication with ARD - not with the non-standard username/password auth.


{code:java}
Feb  9 18:18:05 node01 guacd[19859]: Creating new client for protocol "vnc"
Feb  9 18:18:05 node01 guacd[19859]: Connection ID is "$e14a0577-6af9-40a4-9ae7-f47b8db66de4"
Feb  9 18:18:05 node01 guacd: guacd[19859]: INFO:#011Creating new client for protocol "vnc"
Feb  9 18:18:05 node01 guacd: guacd[19859]: INFO:#011Connection ID is "$e14a0577-6af9-40a4-9ae7-f47b8db66de4"
Feb  9 18:18:05 node01 guacd[26362]: Cursor rendering: remote
Feb  9 18:18:05 node01 guacd: guacd[26362]: INFO:#011Cursor rendering: remote
Feb  9 18:18:05 node01 guacd: guacd[26362]: INFO:#011User "@7b286166-2394-4e9d-94a3-dc4f24570bc4" joined connection "$e14a0577-6af9-40a4-9ae7-f47b8db66de4" (1 users now present)
Feb  9 18:18:05 node01 guacd[26362]: User "@7b286166-2394-4e9d-94a3-dc4f24570bc4" joined connection "$e14a0577-6af9-40a4-9ae7-f47b8db66de4" (1 users now present)
Feb  9 18:18:05 node01 guacd[26362]: VNC server supports protocol version 3.889 (viewer 3.8)
Feb  9 18:18:05 node01 guacd[26362]: We have 5 security types to read
Feb  9 18:18:05 node01 guacd[26362]: 0) Received security type 30
Feb  9 18:18:05 node01 guacd[26362]: Selecting security type 30 (0/5 in the list)
Feb  9 18:18:05 node01 guacd[26362]: 1) Received security type 33
Feb  9 18:18:05 node01 guacd[26362]: 2) Received security type 36
Feb  9 18:18:05 node01 guacd[26362]: 3) Received security type 2
Feb  9 18:18:05 node01 guacd[26362]: 4) Received security type 35
Feb  9 18:18:05 node01 guacd[26362]: Selected Security Scheme 30
Feb  9 18:18:09 node01 guacd[26362]: VNC connection failed: Authentication or authorization failure
Feb  9 18:18:09 node01 guacd[26362]: Unable to connect to VNC server.
Feb  9 18:18:09 node01 guacd: guacd[26362]: ERROR:#011Unable to connect to VNC server.
Feb  9 18:18:09 node01 guacd[26362]: User "@7b286166-2394-4e9d-94a3-dc4f24570bc4" disconnected (0 users remain)
Feb  9 18:18:09 node01 guacd: guacd[26362]: INFO:#011User "@7b286166-2394-4e9d-94a3-dc4f24570bc4" disconnected (0 users remain)
Feb  9 18:18:09 node01 guacd: guacd[26362]: INFO:#011Last user of connection "$e14a0577-6af9-40a4-9ae7-f47b8db66de4" disconnected
Feb  9 18:18:09 node01 guacd[26362]: Last user of connection "$e14a0577-6af9-40a4-9ae7-f47b8db66de4" disconnected
Feb  9 18:18:09 node01 guacd[19859]: Connection "$e14a0577-6af9-40a4-9ae7-f47b8db66de4" removed.
Feb  9 18:18:09 node01 guacd: guacd[19859]: INFO:#011Connection "$e14a0577-6af9-40a4-9ae7-f47b8db66de4" removed.
 {code}

> VNC fails to connect to macOS
> -----------------------------
>
>                 Key: GUACAMOLE-1133
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1133
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole
>    Affects Versions: 1.2.0
>         Environment: Remote host macOS 10.15.5
> Guacamole server Raspbian GNU/Linux 10
>            Reporter: Matt Fusfield
>            Assignee: Nick Couchman
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> Since upgrading to version 1.2.0, I am unable to connect via VNC to a Mac host. The same exact configuration works with 1.1.0.
>  
> In syslog, there are entries regarding "Selecting security type 30" and then it receives back types 33, 36,2,35. Then "VNC connection failed: authentication or authorization failure"
>  
> I attempted to change config to use mac username and password, and that did not work either (on 1.1.0 the password is set to the Mac VNC password)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)