Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   How to do HTTPS using mongoose as a library? (http://www.velocityreviews.com/forums/t948194-how-to-do-https-using-mongoose-as-a-library.html)

claudiomsjunior@yahoo.com 07-17-2012 05:08 PM

How to do HTTPS using mongoose as a library?
 
I am using mongoose as a library on my C++ application and I would like to implement HTTPS for the communication between my Mongoose server application and my libcurl client application.

Can someone point out any exemple of implementation?

These two applications comunicate between them like using RESTful APIs and would like to keep it secure and compatible with other client languages which support HTTPS.

- Claudio

Victor Bazarov 07-17-2012 05:35 PM

Re: How to do HTTPS using mongoose as a library?
 
On 7/17/2012 1:08 PM, claudiomsjunior@yahoo.com wrote:
> I am using mongoose as a library on my C++ application and I would
> like to implement HTTPS for the communication between my Mongoose
> server application and my libcurl client application.
>
> Can someone point out any exemple of implementation?
>
> These two applications comunicate between them like using RESTful
> APIs and would like to keep it secure and compatible with other
> client languages which support HTTPS.


http://lmgtfy.com/?q=mongoose+librar...xample+C%2B%2B

V
--
I do not respond to top-posted replies, please don't ask



Claudio Junior 07-17-2012 05:43 PM

Re: How to do HTTPS using mongoose as a library?
 
I have already made such a research but it was of no avail. This is the reason I posted my question here.

I appreciate your help but googling does not give any clue of thi.

Does anyone else have some idea?

Jorgen Grahn 07-17-2012 10:28 PM

Re: How to do HTTPS using mongoose as a library?
 
On Tue, 2012-07-17, Claudio Junior wrote:

Please quote the posting you're responding to.

> I have already made such a research but it was of no avail. This is
> the reason I posted my question here.
>
> I appreciate your help but googling does not give any clue of thi.
>
> Does anyone else have some idea?


Not me. Look, there are tens of thousands of C libraries out there,
from well-known to obscure. The chances that someone here on
comp.lang.c++ knows this "mongoose" in detail are very small.

/Jorgen

--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .

red floyd 07-17-2012 10:57 PM

Re: How to do HTTPS using mongoose as a library?
 
On 7/17/2012 10:43 AM, Claudio Junior wrote:
> I have already made such a research but it was of no avail. This is the reason I posted my question here.
>
> I appreciate your help but googling does not give any clue of thi.
>
> Does anyone else have some idea?
>

What Victor said. Also, you're off-topic here. See FAQ 5.9

http://www.parashift.com/c++-faq-lit...p.html#faq-5.9




All times are GMT. The time now is 10:35 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57