Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: HTTPS  (Read 1719 times)

0 Members and 1 Guest are viewing this topic.

CRasterImage

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
HTTPS
« on: May 01, 2013, 05:22:30 pm »
I am having trouble getting the HTTP class to talk to a server with HTTPS.
The class comments mention that it will use the proper port if the server is HTTPS, so I assume it can handle HTTPS.
But I don't see any explicit way to tell the class that I want HTTPS.
Am I missing something?
« Last Edit: May 01, 2013, 05:29:07 pm by CRasterImage »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: HTTPS
« Reply #1 on: May 01, 2013, 05:25:59 pm »
No, in fact SFML doesn't support HTTPS at all. It requires SSL (secured sockets), which in turn require crypto stuff. It's not trivial.
Laurent Gomila - SFML developer

CRasterImage

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: HTTPS
« Reply #2 on: May 01, 2013, 05:28:50 pm »
Damn.  Ok, thanks.
You might think about removing HTTPS from the comments.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: HTTPS
« Reply #3 on: May 01, 2013, 07:39:12 pm »
Yep, that would be a good idea.
Laurent Gomila - SFML developer