SSL on a non-Standard HTTPS port

G

Guest

I have a VB.NET application that needs to make a web request using the https
protocol, but not on the standard https port. It works fine on the standard
https port, but as soon as the uri becomes "https://mywebsite.com:5004/" the
application errors out when the request stream is closed. Error "Cannot
access a disposed object - System.Net.TLSStream".

Any one have a solution or work around?
Thanks.
 

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

Top