Michal Kurťák
Michal Kurťák
I am not sure, but I think it's not possible to call `PING` in the connection that is already subscribed to some channel.
@tugtugtug you are right. I missed that, sorry.
Hi, Have you found some workaround? I've tried to run /opt/cerebro/bin/cerebro -Dcom.sun.net.ssl.checkRevocation=false, but it does not work. Thank you
Hi, I've found a workaround: 1. Create truststore with command `keytool -import -alias myalias -keystore my.keystore -trustcacerts -file your-certificate.cer` 2. Run cerebro with created keystore ` ./bin/cerebro -Djavax.net.ssl.trustStore=./conf/my.keystore -Djavax.net.ssl.trustStorePassword=your-password`