Endevor Bridge for Git (BFG) 2.15.10
Can get to BFG landing page unsecured but if secure port 8081 is using AT-TLS the loaded page (https://bfg.example.com:8081) is blank.
There is no error/handshake error when TLS trace is enabled.
Using oauth2.
Endevor Bridge For Git
From a BFG point of view AT-TLS should be considered as a reverse proxy - proxying from http to https.
Relevant doc. page: EndevorĀ® Bridge for Git 2.0 > Installing > Configure Additional Installation Options > Configure a Proxy Server > Reverse Proxy Server.
The ssl section parameters had been configured in the application.yml file and they should not be used.
Configure the reverse proxy server in the application.yml file as follows:
# ssl:# key-store-type:# key-store:# key-store-password:# key-alias:app: git-bridge: url: https://bfg.example.com:8081app:
bitbucket:
oauth2: override-redirect: trueoverride-redirect: true' under oauth, it is also required for oauth2)