The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Bob Swift
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 Champions.
March 22, 2014
0 votes
Nic Brough -Adaptavist-
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 Champions.
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
TAGS
AUG Leaders

Atlassian Community Events