I am trying to use SSL certificate
to access my jhipster
app with https
.
I have followed the instructions on: How to add self signed SSL certificate to jHipster sample app?
, but when i try to access the page I get the message that your connection is not private
. When i continue to the page i can see on the left side from URL:not secured
, when i click on it it says that my certificate is not active, however it also tells that it's valid for next 10 years.
Have anyone faced the same issue?
Am I missing something?
Thanks in advance!
All about my project:
"jhipsterVersion": "4.14.1",
"serverPort": "8080",
"authenticationType": "jwt",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": true,
"enableSwaggerCodegen": false,
"jwtSecretKey": "",
"clientFramework": "angularX",
"useSass": false,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"jhiPrefix": "jhi",
"enableTranslation": false