Hi,
we generated the CSR based on java key tool in linux and the ssl has imported to keytool “/home/ec2-user/ssl-keystores”successfully with the below commands. we need your help to resolve this.
[root@ip-172-31-5-38 bin]# ./keytool -import -alias root -keystore /home/ec2-user/ssl-keystores -trustcacerts -file /home/ec2-user/gd_bundle-g2-g1.crt
Enter keystore password:
Certificate was added to keystore
[root@ip-172-31-5-38 bin]# ./keytool -import -alias intermed -keystore /home/ec2-user/ssl-keystores -trustcacerts -file /home/ec2-user/gdig2.crt
Enter keystore password:
Certificate already exists in keystore under alias <root>
Do you still want to add it? [no]: yes
Certificate was added to keystore
[root@ip-172-31-5-38 bin]# ./keytool -import -alias tomcat -keystore /home/ec2-user/ssl-keystores -trustcacerts -file /home/ec2-user/209134c24b7a184f.crt
Enter keystore password:
Certificate reply was installed in keystore
----------------------------------------------------------------------------------------------------------
We created a file bitbucket.properties with the below configuration and it wont works,
server.additional-connector.1.port=7990
server.additional-connector.1.redirect-port=8443
server.additional-connector.1.proxy-port=8443
server.additional-connector.1.require-ssl=true
server.additional-connector.1.secure=true
server.additional-connector.1.scheme=https
server.additional-connector.1.proxy-name=git.apptium.com
server.additional-connector.1.ssl.enabled=true
server.additional-connector.1.ssl.client-auth=want
server.additional-connector.1.ssl.protocol=TLSv1.2
server.additional-connector.1.ssl.key-store=/home/ec2-user/ssl-keystores
server.additional-connector.1.ssl.key-store-password=Apptium$123
server.additional-connector.1.ssl.key-alias=tomcat
server.additional-connector.1.ssl.key-store-type=jks
----------------------------------------------------------------------------------------------------
After doing all this we changed the base url to https://git.apptium.com/8443
Not working.