Overview
Features
Download
Documentation
Community
Add-Ons & Services

Search found 23 matches: tls

Return to advanced search

Secure WebSocket

... not "socket.io"). It works great. Thanks for Poco and the WebSocket library! Now I want to make the WebSocket secure, using TLS, HTTPS, or whatever is appropriate. Can I do this with the Poco WebSocket library? Can you offer any pointers on how to get started? Thanks. Jim
by JimNodeJs
22 Mar 2013, 21:44
 
Forum: Support
Topic: Secure WebSocket
Replies: 2
Views: 109

POCO Version : 1.4.5 - Memory Leaks

Hi, We are using POCO Version 1.4.5. And we suspect we are getting some memory leaks from this version of POCO. Below is the stack trace we got when we checked for leaks in our code with Valgrind memory check tool. ==16045== 304 bytes in 1 blocks are possibly lost in loss record 12 of 13 ==16045== a...
by narahari
22 Mar 2013, 16:06
 
Forum: Support
Topic: POCO Version : 1.4.5 - Memory Leaks
Replies: 1
Views: 97

HttpServer issuing TCP [RST,ACK], then Crashes

... working on an inherited project that is using the POCO::Net HttpServer based on the httpserver architecture in the documentation. I have disabled TLS so I can analyze the traffic using wireshark. Client server communications are in JSON format. Basically the client asks for information and the ...
by bmeads
05 Mar 2013, 21:45
 
Forum: Support
Topic: HttpServer issuing TCP [RST,ACK], then Crashes
Replies: 0
Views: 67

Re: Problem with FTPS client code

Probably has to do with switching to TLS. I don't have any experience with FTPS, but there were other TLS-related questions on this forum.
by alex
25 Jan 2013, 01:34
 
Forum: Support
Topic: Problem with FTPS client code
Replies: 3
Views: 163

Re: Problem with FTPS client code

... server is FTPS? Yes, I'm pretty sure. More specifically, it's a FTPES. Actually, you can see the logs yourself. FileZilla 3.6.0.2 logs: Without TLS Status: Connecting to 127.0.0.1:521... Status: Connection established, waiting for welcome message... Response: 220 Microsoft FTP Service Command: ...
by SVYurov
24 Jan 2013, 08:34
 
Forum: Support
Topic: Problem with FTPS client code
Replies: 3
Views: 163

Re: OpenSSL Lib Naming Scheme

... libs in lib/VC/static, so there's your mess... The ultimate solution would be to create a version of NetSSL that uses the native Windows SSL/TLS API (SChannel). We basically have this, but it's based on a very old version of NetSSL and would need heavy updating. If someone wants to do this ...
by guenter
19 Nov 2012, 08:07
 
Forum: Support
Topic: OpenSSL Lib Naming Scheme
Replies: 13
Views: 894

Re: HTTPS with POCO

This issue is related to SSL/TLS session caching and seems to be a result of the combination of a newer OpenSSL version and persistent connections with current Firefox. I did not observe this behavior with Chrome or Safari. To fix this, ...
by guenter
22 Aug 2012, 19:48
 
Forum: Support
Topic: HTTPS with POCO
Replies: 1
Views: 325

'STARTTLS' like connection

... new in POCO C++ libraries, so judge me gently. :) I was able to build a simple TCP-based server application and I'd like to implement optional TLS connection by issuing a command during insecure connection (I'd also like to "escape" from this secured connection back to insecure if ...
by dreamy
10 Apr 2012, 23:09
 
Forum: Support
Topic: 'STARTTLS' like connection
Replies: 4
Views: 451

Re: SecureSMTPClientSession with GMail and SSL

Ok, solved my problem. The class SecureSMTPClientSession was meant for usage by TLS, not SSL. But, it was easy to make it work also with SSL. Below is what I did to connect using SSL (if anyone needs it): Poco::Net::SecureStreamSocket* pSSLSocket = new Poco::Net::SecureStreamSocket(pContext); ...
by burche
30 Mar 2012, 13:17
 
Forum: Support
Topic: SecureSMTPClientSession with GMail and SSL
Replies: 1
Views: 205

SecureSMTPClientSession with GMail and SSL

... to send email through my Gmail account by using the SecureSMTPClientSession class. If I connect to port 587 it works (Google says that port is for TLS), but if I connect to port 465 (that is for SSL) the login method hangs for awhile and then a SMTPException is thrown with the message "The ...
by burche
28 Mar 2012, 13:56
 
Forum: Support
Topic: SecureSMTPClientSession with GMail and SSL
Replies: 1
Views: 205
Next

Return to advanced search