Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8062641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:44:16+00:00 2026-06-05T10:44:16+00:00

Want to have a ssl C# server that will only send and receive small

  • 0

Want to have a ssl C# server that will only send and receive small JSON strings.

The clients can be anything from mobile devices or computers.

Need some feedback what to chose since some clients maybe have ssl limitations or other limitations.

Should i create an (openssl)ssl ftp socket server?
Should i create an HTTPs server?
should i create something else????

The HTTPS looks like easiest because of it’s long history and width usage.

any feedback would be grate

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T10:44:18+00:00Added an answer on June 5, 2026 at 10:44 am

    HTTPS is HTTP over SSL/TLS: you first establish an SSL/TLS connection and then you exchange HTTP requests and responses on top of it (as if it was a plain TCP connection).

    Since you want to use SSL/TLS in both cases, what you seem to be asking is whether you should design your own protocol or use an existing one.

    Should i create an (openssl)ssl ftp socket server?

    There are multiple ways of securing FTP with SSL/TLS. It’s certainly not the easiest way to go.

    Should i create an HTTPs server? should i create something else????

    Designing your own protocol means that you’ll have to provide an implementation for each device yourself. HTTPS has the advantage of being widely supported. You shouldn’t even have to use much of the underlying SSL/TLS API yourself (no need to learn the OpenSSL API). The only requirements might be to learn about some SSL/TLS configuration, such as setting up certificates.

    Even if you’re thinking of reducing the overhead due to the HTTP headers, your protocol will still have to perform similar payload management one way or another, at least to know where the requests and responses start and end.

    It’s unclear what your requirements are, but unless you really notice problems with HTTPS, exchanging JSON strings with HTTPS with an existing library (e.g. WCF) makes more sense than your other suggestions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form on a non-SSL page that I want to submit as
On my dev machine, I want to be able to have an SSL server,
I have recently written a socket server in PHP that will be handling communication
I have a PHP file which my clients will execute on their server. It
want to have a Hyperlink-Button in a gridView in which I can display a
I want to have a tree in memory, where each node can have multiple
I want to have a element that displays in the multiple selection display style
I have an mp3 on an apache server. I want it to be downloaded
I want to redirect users to the SSL secure server when they are accessing
I have a tornado server that provide an https connection with a self signed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.