ssl in traacar

amin 2 years ago

how to configure ssl in traacar?

Kaloyan Kanev 2 years ago

You have nothing to configure in Traccar.
Did you try to read the documentation

amin 2 years ago

but in key file we have :

  public static final ConfigSuffix<Boolean> PROTOCOL_SSL = new BooleanConfigSuffix(
            ".ssl",
            List.of(KeyType.CONFIG));

https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/TrackerServer.java

Kaloyan Kanev 2 years ago

Yes, is PROTOCOL_SSL.
But..., what you want to make?
Are you want to pass the device data over ssl?

amin 2 years ago

yes exactly

Kaloyan Kanev 2 years ago

Read the documentation Configuration file

amin 2 years ago

i read but i dont know how to configure. is it possible make a example for me?