0

When I am hitting localhost:9443/carbon, browser giving error, Your connection is not secure

Community
  • 1
  • 1
deen
  • 2,185
  • 7
  • 29
  • 53

1 Answers1

0

This is because default primary keystore (used for SSL) is self signed by WSO2. In production env, you should change it

See https://docs.wso2.com/display/ESB490/Configuring+Keystores

Jean-Michel
  • 5,926
  • 1
  • 13
  • 19
  • I make changes whatever mention on link but still I am getting same error – deen May 11 '16 at 10:51
  • Are you using self signed certificates? – Abimaran Kugathasan May 11 '16 at 11:46
  • if you are using a self signed (by yourself) certificate, this is the same problem, your are not in the list of trusted CA in your browser. You can update this list, see http://stackoverflow.com/questions/7580508/getting-chrome-to-accept-self-signed-localhost-certificate – Jean-Michel May 11 '16 at 14:51