Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Checkpoint /Citrix Receiver on Ubuntu - SSL Error 4 launching applications

  • 31-03-2017 07:39AM
    #1
    Registered Users, Registered Users 2 Posts: 4,998 ✭✭✭


    My company is changing its remote access gateway to use Checkpoint and Citrix in the web.

    I can log in through Checkpoint and get as far as the LAN OK (after a bit of messing with certs)

    When I try to launch application from Citrix (eg remote desktop) I get

    SSL. Error 4
    Contact your system administrator

    Before I go begging our IT for help, has anyone successfully got this combination running on Linux?


Comments

  • Registered Users, Registered Users 2 Posts: 2,780 ✭✭✭niallb


    Don't know if this is much good to you as I didn't get to finish the installation, but I got further than that :-)

    I had to link the SSL cert bundles from /etc/ssl/certs to the certs directory under the installation of the receiver
    and it got rid of that Error 4 - I was remotely setting up a machine for temporary access for somebody
    and don't have access to it anymore unfortunately, and there was another error message after that which
    I didn't get a chance to address.


  • Registered Users, Registered Users 2 Posts: 4,998 ✭✭✭long_b


    niallb wrote: »
    Don't know if this is much good to you as I didn't get to finish the installation, but I got further than that :-)

    I had to link the SSL cert bundles from /etc/ssl/certs to the certs directory under the installation of the receiver
    and it got rid of that Error 4 - I was remotely setting up a machine for temporary access for somebody
    and don't have access to it anymore unfortunately, and there was another error message after that which
    I didn't get a chance to address.

    Nice one!
    I got around it in the end via this tip from the Debian wiki
    Update: Launching like this lead to an error message SSL error, Contact your helpdesk with the following information: A network error occorred (SSL error 4). Lauching the application (Citrix remote desktop connection, Citrix Receiver) from within iceweasel by applying Open with wfica.sh did not bring an SSL error.[\quote]

    Your tip might work as well.
    Did you link in the entire directory?


  • Registered Users, Registered Users 2 Posts: 2,780 ✭✭✭niallb


    I linked in the files rather than the directories themselves.
    ln -s /etc/ssl/certs/* to the citrix cacerts directory.


Advertisement