How to start using Confluence CLI given there is an exection invoking a simple command such as login for example

Zhengyu Yong March 16, 2014

I am getting this error on both client and plugin versions when attempting to execute a simple login command

Unable to log in to server: https://<domain>/rpc/soap-axis/confluenceservice-v1with user: admin. Cause: ; nested exception is: javax.net.ssl.SSLException: Received fatal alert: bad_record_mac


How can i possibly get passed this blocker and start using the system?

I've read through this document already (https://bobswift.atlassian.net/wiki/display/ACLI/Installation+and+Use) , have verified the requirements but still getting this error

Thanks. Any help is very much appreicated.

2 answers

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 22, 2014
0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 16, 2014

You're using an SSL connection and your CLI connection is not providing the right certificates or protocols, so the server won't let it in.

Try this first:

openssl s_client -connect myconfluenceserver:443 -msg -debug
It usually tells you more about what is going wrong

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events