Hi fellows,

I have cluster of 2 physical Riak nodes (I know it is not enough) running
on CentOS 6.
Now I am trying to configure Riak control - did everything according to
instructions:

1) Enabled HTTPS in app.config
   * {https, [{"0.0.0.0", 8069 }]} *
*
*
2) Generated SSL certificate using this
instructions<http://www.akadia.com/services/ssh_test_certificate.html>
like
a parrot.

3) Enabled SSL in app.config
*   {ssl, [*
*             {certfile, "/etc/riak/server.csr"},*
*             {cacertfile, "/etc/riak/server.crt"},*
*             {keyfile, "/etc/riak/server.key"}*
*           ]},*
*
*
4) Enabled riak control in app.config for user guest

5) Restarted Riak on same node with riak stop + riak start

Trying to browse from my PC
https://server_ip:8069/admin<https://iweb59.iweb.cortica.com:8069/admin>
without
any success.

Does anyone know what/where can be the problem?

Regards,
   Pavel
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to