Setup Traccar with another Apache Server

iawad8 years ago

Hi,
I have a vps online, I've installed wordpress on it and apache server, purchased a certificate and configured my server to work in SSL. Everything is working fine, now I wanted to install Traccar on the same server and access it. I installed it successfully and it can connect to the database. I followed the steps mentioned here
https://www.traccar.org/secure-connection/
after that , I can't access Traccar. I opened the port through the firewall, but still, when I check, there is no service listening on that port. If I open traccar logs, all I see is this


WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

What do you think is wrong ?

Anton Tananaev8 years ago

If it works without proxy, then there must be some problem with your proxy configuration. There is a lot of information on internet about apache server, so I would suggest you to search for a solution.

As for the error from log, it has nothing to do with your problem. You can safely ignore it.