Game Development Community

HTTPObject - SSL Capable?

by Welias D. Willie II · in Torque Game Engine · 04/01/2004 (11:36 am) · 2 replies

Can you perform https calls with the HTTPObject in the latest HEAD release? I have found older posts claiming that you CAN NOT do this but they were over 2 years old. If not can someone point a newbie C++ coder in the direction to create this mod?

#1
04/01/2004 (2:04 pm)
The issue is the client side certificates and the authentication mechanism for them. I've added SSL to other applications so it should be possible. It might take quite a bit of work though.

You can find more info at the OpenSSL site.
#2
04/01/2004 (3:10 pm)
Thanks, I used OpenSSL on a few linux apps I wrote... I will revisit it.