When I am hitting localhost:9443/carbon, browser giving error, Your connection is not secure
Asked
Active
Viewed 415 times
0
-
Are you using https? – ElTête May 11 '16 at 09:52
-
@ElTête yes, I am using https – deen May 11 '16 at 10:43
-
Can you give us more information about the warning? Maybe the algorithms is obsolete, etc, etc. [check](https://support.google.com/chrome/answer/6098869?hl=en) – ElTête May 11 '16 at 11:55
1 Answers
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
-
-
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