Hi Team,
I have installed Dr.Elephant in our cluster. I followed the instructions which was mentioned in the wiki. I am able to launch the application without SSL, but on UI it is redirecting to secure mode even I am not giving the https it is redirecting https. I am not aware where I need to add the SSL path. I followed the link (#134) , and I added the property in elephant.conf but it is not working. One strange thing is when I ran the curl http://mn-bddeve01.corp.xxx.xxx:8080/ then I am able to see the ui on the linux but not on browser.
jvm_args="-Devolutionplugin=enabled`` -DapplyEvolutions.default=true -Djavax.net.ssl.trustStore=/etc/security/sslcerts/mn-bddeve01.corp.xxx.xxx.key -mem 1024 -J-Xloggc:$project_root../logs/elephant/dr-gc.date +'%Y%m%d%H%M'-J-XX:+PrintGCDetails"`
Please help me on this.