'Unexpected end of file from server' When Connecting to XOG with SSL (Examples for SAAS)
search cancel

'Unexpected end of file from server' When Connecting to XOG with SSL (Examples for SAAS)

book

Article ID: 31089

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

xogclient generates the following error when trying to connect via XOG:

cmd> xog
[...]
> login user/[email protected]:443
Login: [email protected]:443
XOG Invoke Failed
Unexpected end of file from server
Turn verbose on for more detail.

Environment

Any SSL-enabled environment (includes all SaaS environemnts).

Cause

SSL-enabled environments need to establish an SSL connection instead of a normal connection.

Resolution

In order to enable SSL for xog, it must be called using the "-sslenabled true" flag:

cmd> xog -sslenabled true

Using https

Configuring context for  TLS

[...]

> login user/password@example.ondemand.ca.com:443

Login: [email protected]:443

Login Succeeded