Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
Visual Basic .NET
Connect to EPP Server with SSLstream & PEM files
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Nikolaus DDS" data-source="post: 16865" data-attributes="member: 6928"><p>I hope someone can help me out with this, it involves using TCPClient/SSLStream for connecting to an EPP gateway. A certificate is also required in order to establish an authenticated and encrypted communications channel between my program and the registry.</p><p></p><p>According to the registry I must pass 3 files:</p><p>cert.pem - public key (my x.509 certificate)</p><p>key.pem - my private key.</p><p>cacert.pem - The Root Certificate for the Certificate Authority that signed your certificate.</p><p></p><p>I've gone out and purchased my SSL. I then created my key file, downloaded my certificate along with the root certificate, and converted all of these to PEM using openssl. The issue is, now that I have all of these, I'm not really sure how I would go about passing them with my SSLstream connection in vb.net..</p></blockquote><p></p>
[QUOTE="Nikolaus DDS, post: 16865, member: 6928"] I hope someone can help me out with this, it involves using TCPClient/SSLStream for connecting to an EPP gateway. A certificate is also required in order to establish an authenticated and encrypted communications channel between my program and the registry. According to the registry I must pass 3 files: cert.pem - public key (my x.509 certificate) key.pem - my private key. cacert.pem - The Root Certificate for the Certificate Authority that signed your certificate. I've gone out and purchased my SSL. I then created my key file, downloaded my certificate along with the root certificate, and converted all of these to PEM using openssl. The issue is, now that I have all of these, I'm not really sure how I would go about passing them with my SSLstream connection in vb.net.. [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
Visual Basic .NET
Connect to EPP Server with SSLstream & PEM files
Top