Hi All
        I am getting the following error when I call the function SSL_accept 
        1364:error:2006F079:BIO routines:BIO_read:unsupported 
method:.\crypto\bio\bio_lib.c:197:
       Can anybody please tell me the reasons for the failure 
        I am new to this technology so I am not sure about the steps. I will 
describe what I have done 

        After call the initialization functions I have done the following steps

        1. Open SSL method SSLv23_method
        2. Created a new context object from this method
        3. Loads certificate file from my local folder with the extension 
".crt" into the context object
        4. Loads key file from my local folder with the extension ".key" into 
the context object
        5. Created a Socket object and listen on port 4433.
        6. Initiated a https request from internet explorer browser to the 
listening port by configuring the proxy 
        7. Accept the connection using socket function and read data from it 
        8. Called SSL_accept function for handshaking with the browser, but it 
failed
    
        Can anybody tell me what went wrong ?


        Platforms of my application 
        MS VC++ 9.0 in Windows-Xp SP2


Thanks, 
Raj 
Rajmohan SK 

Reply via email to