TeamForge-Binary integration is found to be down soon after enabling SSL on sites which
initially had SSL disabled. You must update the base URL, go URL and end point URLs stored in
Postgres to access your Binary servers.
Run the following query with the psql-wrapper script
(
/opt/collabnet/teamforge/runtime/scripts/psql-wrapper) to update the base URL, go URL and end point URLs.
- update integrated_application set
base_url='https://<url>',
go_url='https://<url>',
end_point='https://<url>' where name='Binaries';
Note: In the above query, replace <url> with valid base URL, go
URL and end point URL for your site. The URLs must use https as
illustrated above.