Link to home
Start Free TrialLog in
Avatar of lionel3030
lionel3030Flag for United States of America

asked on

SSL handshake

Hi,
I have a ssl on a server and when running my API from my flex compiler with charles(debugger) open i get the following error SSLHandshake: Remote host closed connection during handshake
The SSL cert is setup correctly on the server but for some reason with the api i cant reach the server with a SSL
Thanks for the help.
Avatar of ahoffmann
ahoffmann
Flag of Germany image

you connected to a port not speaking SSL, or the remote server expetcs another SSL version like SSLv2 or SSLv3
Avatar of lionel3030

ASKER

I connect to the port 443 not sure what version i have as ssl i only know its 128 bits thanks for the reply ahoffmann
ASKER CERTIFIED SOLUTION
Avatar of Paranormastic
Paranormastic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
solutions was incomplete due to me not coming back