- Edited
Hi osTicket friends.I have set up the following in my os-config.php - but it doesn´t work via SSL.# SSL Options# ---------------------------------------------------# SSL options for MySQL can be enabled by adding a certificate allowed by# the database server here. To use SSL, you must have a client certificate# signed by a CA (certificate authority). You can easily create this# yourself with the EasyRSA suite. Give the public CA certificate, and both# the public and private parts of your client certificate below.## Once configured, you can ask MySQL to require the certificate for# connections:## > create user osticket;# > grant all on osticket.* to osticket require subject '<subject>';## More information (to-be) available in doc/security/hardening.mddefine('DBSSLCA','/home/soltwydk/ssl/www.xxxxx.de.ca');define('DBSSLCERT','/home/soltwydk/ssl/www.xxxxx.de.crt');define('DBSSLKEY','/home/soltwydk/ssl/www.xxxxx.de.key');#Table prefixdefine('TABLE_PREFIX','osticket_');#Language configdefine('DEFAULT_LANG','de_DE');define('LANG_SELECTABLE','0');#SSLdefine('ENABLE_SSL','yes'); #no / yesI have no idea why? Hope someone of you can help me with this. I´m using the German Version osTicket (v1.8.0.2)Thanky you so much !