Recently installed Certs for SSL and pointing server to port 443. Updated the bitbucket.properties to reflect appropriately.
server.port=443
server.scheme=https
server.ssl.protocol=TLSv1.2
server.ssl.key-alias=tomcat
server.ssl.key-store=E:\\TechPubs\\shared\\config\\ssl-keystore.jks
server.ssl.key-store-password=<mypass>
server.ssl.key-password=<mypass>
I get the following error from a web browser:
Can’t connect securely to this pageThis might be because the site uses outdated or unsafe TLS security settings. If this keeps happening, try contacting the website’s owner.
Your TLS security settings aren’t set to the defaults, which could also be causing this error.
I have tried adding the following lines but then I receive page cannot be found.
server.require-ssl=True
server.secure=true
Any help is appreciative.