Skip to content

Instantly share code, notes, and snippets.

@rektide
Last active August 2, 2017 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rektide/a2bfd72d7af93e5a73ab315cf916607d to your computer and use it in GitHub Desktop.
Save rektide/a2bfd72d7af93e5a73ab315cf916607d to your computer and use it in GitHub Desktop.
hipchat install on Debian/stretch
wget -O - https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public | sudo apt-key add -
--2017-08-02 16:01:43-- https://atlassian.artifactoryonline.com/atlassian/api/gpg/key/public
Resolving atlassian.artifactoryonline.com (atlassian.artifactoryonline.com)... 34.225.205.210, 52.44.119.99
Connecting to atlassian.artifactoryonline.com (atlassian.artifactoryonline.com)|34.225.205.210|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1641 (1.6K) [text/plain]
Saving to: 'STDOUT'
- 100%[================================================>] 1.60K --.-KB/s in 0s
2017-08-02 16:01:43 (77.2 MB/s) - written to stdout [1641/1641]
gpg: Warning: 1 key skipped due to its large size
gpg: Warning: 1 key skipped due to its large size
OK
[20:22:59][void AuthBridge::loginType(bool):56] AuthBridge::loginType = true
[20:22:59][void AuthWindow::onCloudSelected():417] cloud login selected
[20:22:59][void AbstractOnlineStatus::doSecondaryCheck(bool):205] Do secondary online check
[20:22:59][void AbstractOnlineStatus::doSecondaryCheck(bool):218] cloud path
[20:22:59][void AbstractOnlineStatus::doSecondaryCheck(bool):264] onlineStatusUrl check: "https://api.hipchat.com/v2/health-check"
Warning: [20:22:59][qt.network.ssl][:0] QSslSocket: cannot call unresolved function SSLv23_client_method
Warning: [20:22:59][qt.network.ssl][:0] QSslSocket: cannot call unresolved function SSL_library_init
[20:22:59][void AbstractOnlineStatus::handleReplyFinished(QNetworkReply*):131] errors from onlineStatusCheck found. ErrorStr = "Error creating SSL context (error:140A90C4:SSL routines:func(169):reason(196))"
[20:22:59][void AbstractOnlineStatus::handleOnlineStatusResult(bool):171] newOnlineState: false
@rektide
Copy link
Author

rektide commented Aug 2, 2017

Workaround for the apt-key add was to manually fetch and dpkg -i the deb.
https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/pool/

Haven't worked around the latter Hipchat SSL errors that prevents me from getting the log in screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment