c++ with libcurl issue

Discussion in 'Programming/Scripts' started by ashar, Nov 26, 2011.

  1. ashar

    ashar New Member

    Hi,

    I am running embedded mongoose webserver in server side (Linux centos). In the client (Windows), I am using c++ with libcurl to post request to webserver.

    It works successfully all the time. But now, I am facing ssl connectivity issue in client side. Without ssl, it works fine. If I restart the server, then even with ssl, it works for some amount of time. But after some time the same connection error occur.

    libcurl error: CURLE_SSL_CONNECT_ERROR (35)
    Actual Error: error: 140943FC: SSL routines: SSL3_READ_BYTES: sslv3 alert bad record mac.

    Please any one let us what could be the issue and how to fix it..

    Thanks in advance..
     

Share This Page