What do you mean?
I just took an example from the manual and changed the default values with
values I want. Like that:

[daemon]

pid_file = /var/run/guacd.pid

[server]

bind_host = 142.2.3.6
bind_port = 4822

[ssl]

server_certificate = /etc/ssl/certs/guacd.crt
server_key = /etc/ssl/private/guacd.key


On Thu, 16 Nov 2023, 15:51 Nick Couchman, <vn...@apache.org> wrote:

> On Thu, Nov 16, 2023 at 7:31 AM Remush <m.remmar...@gmail.com> wrote:
>
>> Hey there!
>> I might have misunderstood how the mailing service works,  But I'm unable
>> to start a guacd container with a self-made guacd.conf file. When I set a
>> guacd.conf with my own values like different ssl path or bind hostname it
>> just throws an error message for the last character of the file saying
>>
>> Expecting end-of-the-line.
>>
>>
> What editor did you use to generate the guacd.conf file? My very first
> reaction is that your guacd.conf file may be in DOS format, which can cause
> problems due to the newline character differences between DOS and UNIX
> format files. You might try installing and running "dos2unix" on the
> guacd.conf file and see if that helps.
>
> -Nick
>
>>

Reply via email to