On Wed, Sep 25, 2019 at 5:21 AM Reshef, Chen <chen.res...@novartis.com>
wrote:

> Hi,
>
>
>
> Trying to start the guacd with SSL, I get this error
>
> Starting guacd: guacd[27347]: INFO:     Guacamole proxy daemon (guacd)
> version 0.9.12-incubating started
>
> guacd[27347]: DEBUG:    Successfully bound socket to host 127.0.0.1, port
> 4822
>
> guacd[27347]: INFO:     Communication will require SSL/TLS.
>
> guacd[27347]: INFO:     Using PEM keyfile /etc/guacamole/test.key
>
> guacd[27347]: ERROR:    Unable to load keyfile.
>
> FAIL
>
>
>
> Created the certificate using “openssl req -x509 -nodes -days 365 -newkey
> rsa:4096 -keyout test.key -out test.crt”
>
> Permission are good, tried even 777
>

A few things to try out:
- Did you try key sizes other than 4096?  Just to see if it works?
- Is SELinux enabled?  If so, did you try putting it in permissive mode?
- If both those fail, can you start guacd using strace and capture the
library calls that result in the failure?

-Nick

>
  • SSL Failed Reshef, Chen
    • Re: SSL Failed Nick Couchman

Reply via email to