I cannot get epoptes-client -c to pull the certificate.

Asked by Jared Hamlin

I cannot get epoptes-client -c to pull the certificate. I have disabled the firewall already, and I am connecting via IP. I get a long error message that is triggered at s23_clnt.c:749 and it says GET_SERVER_HELLO:unknown protocol.

Question information

Language:
English Edit question
Status:
Solved
For:
Epoptes Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alkis Georgopoulos (alkisg) said :
#1

Hi, run the following commands, and paste their output here:

Server:
ls -lha /etc/epoptes
openssl s_client -connect localhost:789 < /dev/null | sed '/-----BEGIN CERTIFICATE-----/,/-----END CERTIFICATE-----/!d'

Client:
openssl s_client -connect <ip of server>:789 < /dev/null | sed '/-----BEGIN CERTIFICATE-----/,/-----END CERTIFICATE-----/!d'

See also https://answers.launchpad.net/epoptes/+question/202039

Revision history for this message
Jared Hamlin (jhamlin96) said :
#2

Thanks, somehow it pulled the certificate and it now works.

On Jul 17, 2012, at 5:55 PM, Alkis Georgopoulos <email address hidden> wrote:

> Your question #203421 on Epoptes changed:
> https://answers.launchpad.net/epoptes/+question/203421
>
> Status: Open => Needs information
>
> Alkis Georgopoulos requested more information:
> Hi, run the following commands, and paste their output here:
>
> Server:
> ls -lha /etc/epoptes
> openssl s_client -connect localhost:789 < /dev/null | sed '/-----BEGIN CERTIFICATE-----/,/-----END CERTIFICATE-----/!d'
>
> Client:
> openssl s_client -connect <ip of server>:789 < /dev/null | sed '/-----BEGIN CERTIFICATE-----/,/-----END CERTIFICATE-----/!d'
>
> See also https://answers.launchpad.net/epoptes/+question/202039
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/epoptes/+question/203421
>
> You received this question notification because you asked the question.

Revision history for this message
Alkis Georgopoulos (alkisg) said :
#3

Marking as solved.