HTTP req 500 error on SSL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I call the GetRequestStream() method for the site I'm trying to access,
I get a long pause followed by an HTTP 500 error (contained in a WebException
object)

I've tried to mimick the behavior of Explorer exactly to no avail. I
believe all my cookie handling and HTTP headers are correct.

The site's certificate is from Verisign.

The site did just increase the size of the key to 128 bits. Does .NET 1.1's
WebRequest class handle that?

Or if anyone has any other ideas or suggestions, I'd appreciate a pointer.

Thanks,

A
 
Andrew said:
When I call the GetRequestStream() method for the site I'm trying to
access, I get a long pause followed by an HTTP 500 error (contained
in a WebException object)

I've tried to mimick the behavior of Explorer exactly to no avail. I
believe all my cookie handling and HTTP headers are correct.

The site's certificate is from Verisign.

The site did just increase the size of the key to 128 bits. Does
.NET 1.1's WebRequest class handle that?

Or if anyone has any other ideas or suggestions, I'd appreciate a
pointer.

Can you post your code or provide the site's URL?

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top