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

2022-02-09 Thread Stanislav Kogan (Jira)


[ 
https://issues.apache.org/jira/browse/GUACAMOLE-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


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

2020-12-29 Thread Ryan Sleeth (Jira)


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

Ryan Sleeth commented on GUACAMOLE-1133:


Just to confirm, version 1.2.0 and VNC username password authentication works 
with all versions of Mac I've tested with. Users login with Active Directory 
credentials which are then passed to the VNC connects using ${GUAC_USERNAME} 
and ${GUAC_PASSWORD}.

> 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
>
> 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.3.4#803005)


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

2020-12-29 Thread Matt Fusfield (Jira)


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

Matt Fusfield commented on GUACAMOLE-1133:
--

Thanks [~vnick]. I haven't touched my Guacamole server in a while but will 
venture to give this a try!

> 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
>
> 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.3.4#803005)


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

2020-12-28 Thread Nick Couchman (Jira)


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

Nick Couchman commented on GUACAMOLE-1133:
--

Well, it helps if you're actually using the correct username/password 
combination to log in to the VNC server. In the testing I was doing I was 
seeing message like this:

{{monospaced text}}
Dec 28 16:21:17 server guacd[97676]: VNC server supports protocol version 3.889 
(viewer 3.8)
Dec 28 16:21:17 server guacd[97676]: We have 4 security types to read
Dec 28 16:21:17 server guacd[97676]: 0) Received security type 30
Dec 28 16:21:17 server guacd[97676]: Selecting security type 30 (0/4 in the 
list)
Dec 28 16:21:17 server guacd[97676]: 1) Received security type 33
Dec 28 16:21:17 server guacd[97676]: 2) Received security type 2
Dec 28 16:21:17 server guacd[97676]: 3) Received security type 35
Dec 28 16:21:17 server guacd[97676]: Selected Security Scheme 30
Dec 28 16:21:17 server guacd[97676]: Libgcrypt warning: missing initialization 
- please fix the application
Dec 28 16:21:17 server guacd[97676]: VNC connection failed: Authentication or 
authorization failure
Dec 28 16:21:17 server guacd[97676]: Unable to connect to VNC server.
Dec 28 16:21:17 server guacd[51852]: guacd[97676]: ERROR:Unable to 
connect to VNC server.
{{monospaced text}}

If anyone is able to test out the following pull request and let me know if it 
fixes the issues you're seeing, I'd appreciate it:

https://github.com/apache/guacamole-server/pull/321

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-12-28 Thread Nick Couchman (Jira)


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

Nick Couchman commented on GUACAMOLE-1133:
--

Digging into the source code of both Guacamole and LibVNCClient a bit more, 
I've found a couple of things...
* This is definitely a regression due to GUACAMOLE-514 - adding support for 
retrieving credentials beyond just password (username + password) allows 
libvncclient to expand the types of VNC security it will allow, including 
Apple's Remote Desktop (ARD) security.
* It looks like ARD does some encryption of the credentials as they cross the 
wire - it basically does a key exchange with the remote server, encrypts the 
credentials using the key, and passes them. My guess is that something in this 
key exchange process is failing, resulting in the authentication failure.
* There is a short-term solution that involves setting specific authentication 
schemes that the Guacamole VNC client can support - something like No Auth, VNC 
Auth, TLS, VeNCRypt, and MSLogin, which I think all work fine with Guacamole 
today. However, this is just a band-aide that will disable ARD support and 
force a lower security level.
* The real solution is to figure out how to make ARD security work correctly, 
but I'm thin on details on what's actually missing from Guacamole's use of 
libvncclient to make this work. As far as I can tell everything *should* be 
there, but, clearly something is not working.

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-12-17 Thread Drexlmaier (Jira)


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

Drexlmaier commented on GUACAMOLE-1133:
---

have the same problem. I also use Docker. I have the problem with both Mac OS 
10.13,10.14, 11

it works with guacamole version 1.1. Not with 1.2. when i downgrade it works

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-09-09 Thread Matt Fusfield (Jira)


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

Matt Fusfield commented on GUACAMOLE-1133:
--

[~crsleeth] curious if you get it to work, I’ve had no luck getting 1.2.0 to 
talk to a Mac.

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-09-09 Thread Ryan Sleeth (Jira)


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

Ryan Sleeth commented on GUACAMOLE-1133:


[~vnick] ah you're right, I have 1.1.0. I'll have to pull the latest then. 
Thanks!

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-09-09 Thread Nick Couchman (Jira)


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

Nick Couchman commented on GUACAMOLE-1133:
--

[~crsleeth]: On the logon page, does it show 1.2.0 in the bottom-right corner 
for the version?  It's possible either 1) the pulled image isn't actually 
running and 1.1.0 is still running, or 2) that the browser cache is out of date.

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-09-09 Thread Ryan Sleeth (Jira)


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

Ryan Sleeth commented on GUACAMOLE-1133:


[~vnick] I'm running Guac via Docker but the image pulls version 1.2.0 
[https://hub.docker.com/r/oznu/guacamole/dockerfile]. In the web UI I'm seeing 
under VNC Parameters Network: Hostname, port; Authentication: Password; and 
then Display, Clipboard, VNC Repeater, Screen Recording, SFTP, Audio.

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-09-09 Thread Nick Couchman (Jira)


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

Nick Couchman commented on GUACAMOLE-1133:
--

[~crsleeth]: Are you using version 1.2.0 or 1.1.0?  Support for username + 
password for VNC was added in 1.2.0 as part of GUACAMOLE-514.

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-09-09 Thread Ryan Sleeth (Jira)


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

Ryan Sleeth commented on GUACAMOLE-1133:


[~holycoder] Can I ask how you're configuring VNC to prompt for username and 
password for Mac connections? The Web UI doesn't appear to have a field for 
username besides for SFTP. Also are you having to use port 5900 or 5901? I'm 
hoping to be able to allow multiple users to connect to Macs simultaneously 
using ${GUAC_USERNAME} and ${GUAC_PASSWORD}.

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-07-20 Thread Matt Fusfield (Jira)


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

Matt Fusfield commented on GUACAMOLE-1133:
--

@Adam I tried that and it didn’t seem to work (running Catalina though, not Big 
Sur yet)

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-07-20 Thread Nick Couchman (Jira)


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

Nick Couchman commented on GUACAMOLE-1133:
--

It sounds like maybe Guacamole is "negotiating up" to the higher security 
protocol, now.  Maybe we need an option to force a specific security mode...

> 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
>Priority: Minor
>
> 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.3.4#803005)


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

2020-07-20 Thread Adam Scheblein (Jira)


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

Adam Scheblein commented on GUACAMOLE-1133:
---

[~mattfusf] - With 1.2.0, I've discovered that instead of needing to enable the 
screen sharing option "VNC viewers may control screen with password", I can now 
just enter the username and password of a mac user with permission to use 
screen sharing.

Tested on macOS Big Sur beta 1 using Guacamole from a docker container.

> 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
>Priority: Major
>
> 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.3.4#803005)