I am trying to run secure traccar (https) using letsencrypt I configured httpd.conf as follow:
ProxyPass /api/socket ws://localhost:8082/api/socket
ProxyPassReverse /api/socket ws://localhost:8082/api/socket
ProxyPass / http://localhost:8082/
ProxyPassReverse / http://localhost:8082/
SSLCertificateFile /etc/letsencrypt/live/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateChainFile /etc/letsencrypt/live/chain.pem
I able to run login page https://example.com
and I able to login into it.. but why I am unable to logout?
2020-08-13 17:12:17 INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
2020-08-13 17:12:18 INFO: Operating system name: Linux version: 3.10.0-1127.10.1.el7.x86_64 architecture: amd64
2020-08-13 17:12:18 INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Oracle Corporation version: 11.0.5+10-LTS
2020-08-13 17:12:18 INFO: Memory limit heap: 3964mb non-heap: 0mb
2020-08-13 17:12:18 INFO: Character encoding: UTF-8 charset: UTF-8
2020-08-13 17:12:18 INFO: Version: 4.10
2020-08-13 17:12:18 INFO: Starting server...
2020-08-13 17:12:18 INFO: jetty-9.4.30.v20200611; built: 2020-06-11T12:34:51.929Z; git: 271836e4c1f4612f12b7bb13ef5a92a927634b0d; jvm 11.0.5+10-LTS
2020-08-13 17:12:18 INFO: Started o.t.w.@30798137{/,null,AVAILABLE}
2020-08-13 17:12:18 INFO: DefaultSessionIdManager workerName=node0
2020-08-13 17:12:18 INFO: No SessionScavenger set, using defaults
2020-08-13 17:12:18 INFO: node0 Scavenging every 600000ms
2020-08-13 17:12:19 INFO: Started o.e.j.s.ServletContextHandler@afb7b03{/,null,AVAILABLE}
2020-08-13 17:12:19 INFO: Started ServerConnector@6f1b8544{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}
2020-08-13 17:12:19 INFO: Started @5140ms
2020-08-13 17:12:19 INFO: Health check enabled with period 240000
2020-08-13 17:12:28 INFO: user: 1, action: login
No errors in the console?
any body had experience on this issue?
I am trying to run secure traccar (https) using letsencrypt I configured httpd.conf as follow:
I able to run login page
https://example.com
and I able to login into it.. but why I am unable to logout?