Page 1 of 1

Mantisconnect over ssl

Posted: 16 Jan 2009, 10:18
by Kirill
When I tra to connect over https, i get error: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
Image
Spec:
Aptana Studio, build: 1.2.1.020234
MantisConnect 1.1.1.0
api/soap/mantisconnect.php

Re: Mantisconnect over ssl

Posted: 01 Feb 2009, 05:20
by vboctor
Is the certificate of your server trusted by the client machine?

Re: Mantisconnect over ssl

Posted: 01 Feb 2009, 06:59
by Kirill
vboctor wrote:Is the certificate of your server trusted by the client machine?
In browser Yes, but how I trust for other programs I don't know.

ADDED...
On server I have onself sign certificate. I generate this with openssl included in xampp server.

Re: Mantisconnect over ssl

Posted: 18 Jan 2010, 12:37
by elt0n
i have a problem using the soap api to.
i want to integrate mantis connect into eclipse and i always get an 500: Internal server error if i try to validate the settings.
but if i directly browse to the mantisconnect url its not a problem.

maybe its the same thing.
what do i have to do to make eclipse accept the self signed cert?