Sebastian
(Sebastian)
1
Hello, I am using fedora 40 an i’ve been trying to use the web client but it always tells me this
Yhis is how what i’ve write in my .conf
listen = 127.0.0.1:8443
ssl = True
ssl_certfile = my path
ssl_keyfile = my path
ssl_keyfile_password = my password
ced
(Cédric Krier)
2
The configuration of tryton is using the INI
format.
So it should looks like:
[web]
listen = 127.0.0.1:8443
[ssl]
privatekey = <path>
certificate = <path>
trytond
does not support encrypted keys.
But also it is better to use a proxy to manage the SSL than the development WSGI server embedded in trytond
.
Sebastian
(Sebastian)
3
Thank you for the fast answer but i still have the issue I even put the ssl to false and im still seen the same error
Sebastian
(Sebastian)
4
Im running this test locally in my pc jus tin case
ced
(Cédric Krier)
5
To use the web client you also need to install it, see tryton-sao - npm