[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

An operation which is not valid for the current SSL session state was attempted.



Hello group,
 
I get the following response after I downloaded a (large) file from a server using the HTTPAPI 1.2 (1.1 had the same response). What causes this message and how can I prevent this message?
 

POST /ups.app/xml/QVEvents           HTTP/1.1

Host: www.ups.com

User-Agent: http-api/1.11

Content-Type: text/xml

Expect: 100-continue

Content-Length: 738

 

 

recvresp(): entered

HTTP/1.1 100 Continue

Expires: Wed, 31 Aug 2005 13:27:11 GMT

Cache-Control: max-age=0, no-cache, no-store

Pragma: no-cache

 

 

SetError() #13: HTTP/1.1 100 Continue

senddoc(): entered

<?xml version="1.0" encoding="UTF-8"?><AccessRequest xml:lang="en-US">

 

request message

 

</QuantumViewRequest>

 

recvresp(): entered

HTTP/1.1 200 OK

Server: Netscape-Enterprise/6.0

Content-Type: application/xml

Expires: Wed, 31 Aug 2005 13:27:16 GMT

Cache-Control: max-age=0, no-cache, no-store

Pragma: no-cache

Date: Wed, 31 Aug 2005 13:27:16 GMT

Connection: close

 

 

SetError() #13: HTTP/1.1 200 OK

recvdoc parms: identity 0

recvdoc(): entered

SetError() #0:

<?xml version="1.0"?><QuantumViewResponse>

 

Large File received

 

</QuantumViewResponse>

(GSKit) An operation which is not valid for the current SSL session state was attempted.

ssl_error(5): (GSKit) An operation which is not valid for the current SSL session state was attempted.

SetError() #44: CommSSL_read:  read:(GSKit) An operation which is not valid for the current SSL

http_close(): entered

 

 

Anybody?

 

Regards, Wilbert