Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 730 results for
tls
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
2 Days Ago
by lennyli
…, encryption, and possibly a secure connection (e.g., using SSL/
TLS
). - Ensure the firewall settings allow the specified port (9999 in…
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Biiim
… to send through $mail->SMTPAuth = true; $mail->SMTPSecure = '
tls
'; $mail->Username = 'email@example.com'; //SMTP username $mail->…
Re: Theory on the VPN
Programming
Mobile Development
1 Month Ago
by Mr.M
I guess a more research on this has to be made, problem is that it is hard to get the exact people who knows this and has done it before to give straight answers.
TLS SessionTicket Handshake how to get certificate from client?
Programming
Software Development
10 Years Ago
by soudruhcz
… identificator handshake, clientCertificates are returned correctly too, * but when is
TLS
SessionTicket mechanism used, then no client certificate is returned to… get it by Java? Or another solution could be disable
TLS
SessionTicket on Tomcat, then the communication will use Session Identificator…
TLS and IpSec
Hardware and Software
Networking
15 Years Ago
by manojsn99
Can someone help me with this: Diagram of
TLS
and IPSec based on an actual network. Also, I wanted the pros and cons of using TSL and Ipsec.
Re: Exchange 2010 TLS Port
Hardware and Software
Microsoft Windows
10 Years Ago
by CimmerianX
TLS
will run over port 25 and is usually oppurtunistic. To force
TLS
over a send connector you would use: Set-SendConnector 'Name-of-connector' -RequireTLS $true In that case, if
TLS
could not be negotiated, no connection is made. BTW, if you want to enable
tls
globally, check it with a website called checktls.com
Re: SSL vs TLS
Digital Media
Digital Marketing
Search Engine Strategies
8 Years Ago
by nancy_9
TLS
V1.0 is marginally more secure than SSL V3.0 If you want to know the difference between SSL and
TLS
, please visit here: www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/502541/ssl-vs-
tls
Re: How to ignore TLS : hostname does not match CN in peer certificate
Programming
Software Development
12 Years Ago
by TrustyTony
… this setting, the LDAP clients will fail to make any
TLS
/SSL connections to any servers. > > See the [Using…
TLS
chapter](http://www.openldap.org/doc/admin/
tls
.html) of the OpenLDAP Software Admin Guide…
LDAP: error code 52: DSID-0C090E17 Error initializing SSL/TLS, data 0, v1db
Programming
Software Development
11 Years Ago
by new_2_java
… stops working throwing [code]LDAP error code 52, initializing SSL/
TLS
error.[/code] I don't know why this intermittent error…? Here's the line of code that gives error. StartTlsResponse
tls
= (StartTlsResponse) myLdapContext.extendedOperation(new StartTlsRequest()); Any idea, please? thanks…
Exchange 2010 TLS Port
Hardware and Software
Microsoft Windows
10 Years Ago
by Wazzza95
Hi All, I've been asked to setup a
TLS
conncetor between my company and a client site. Whilst there …, my question is this... What port, or ports, does the
TLS
connector use in Exchange 2010? I've read many articles…
Re: LDAP: error code 52: DSID-0C090E17 Error initializing SSL/TLS, data 0, v1db
Programming
Software Development
11 Years Ago
by new_2_java
…, and for that I need to establish an SSL or
TLS
connection, and that's where I get the error code…
How to ignore TLS : hostname does not match CN in peer certificate
Programming
Software Development
12 Years Ago
by kuchi
… LDAP and this is trowing the following ldap.SERVER_DOWN: {'info': '
TLS
: hostname does not match CN in peer certificate', 'desc': "…
Microsoft Exchange Server 2007 - Warning - Does not support TLS.
Hardware and Software
Networking
12 Years Ago
by jcomputing
I have recently installed Microsoft SBS 2008 and configured Exchange Server 2007. I can send and receive emails fine. When I goto www.mxtoolbox.com and test my smtp I get the following results "Warning - Does not support
TLS
". I would appreciate it if anyone could raise some light on this. Thanks Jonathan
SSL vs TLS
Digital Media
Digital Marketing
Search Engine Strategies
9 Years Ago
by Piers Rollins
May i know how Secure Socket Layers (SSL) differs from Transport Layer Security (
TLS
)? And what is the most preferred choice when it comes to SEO?
Re: SSL vs TLS
Digital Media
Digital Marketing
Search Engine Strategies
8 Years Ago
by praveen_17
… protocol, Netscape (the company was later bought by AOL). "
TLS
" means "Transport Layer Security". The name was…
Re: TLS SessionTicket Handshake how to get certificate from client?
Programming
Software Development
10 Years Ago
by soudruhcz
When I used BIO instead of APR, SessionTicket mechanism is not used. So it's solved.
Re: TLS and IpSec
Hardware and Software
Networking
15 Years Ago
by sheltant
IPSec --> Layer 3 Security ( Between two VPN Gateways (Tunnel Mode)/ Between a Client and a VPN Gateway (transport mode)) Its an ocean to Read still foy your understanding [url]http://book.soundonair.ru/cisco/ch13lev1sec2.html[/url] Go through the pages mentioned in the above link.. SSL -->> Layer 4 security ( Between a HTTPS …
Re: TLS and IpSec
Hardware and Software
Networking
15 Years Ago
by manojsn99
thanx dude thanx! [QUOTE=sheltant;1135434]IPSec --> Layer 3 Security ( Between two VPN Gateways (Tunnel Mode)/ Between a Client and a VPN Gateway (transport mode)) Its an ocean to Read still foy your understanding [url]http://book.soundonair.ru/cisco/ch13lev1sec2.html[/url] Go through the pages mentioned in the above link.. SSL …
Re: LDAP: error code 52: DSID-0C090E17 Error initializing SSL/TLS, data 0, v1db
Programming
Software Development
11 Years Ago
by new_2_java
Anyone???
Re: LDAP: error code 52: DSID-0C090E17 Error initializing SSL/TLS, data 0, v1db
Programming
Software Development
11 Years Ago
by JamesCherrill
Is that a hex 52 or a decimal 52? LDAP error 52 (hex) is the totally unhelpful "Local error occurred", but if that's 52 decimal (34 hex) it's the self-explanatory "The server is unavailable" http://support.microsoft.com/kb/218185
Re: LDAP: error code 52: DSID-0C090E17 Error initializing SSL/TLS, data 0, v1db
Programming
Software Development
11 Years Ago
by new_2_java
It appeared that my AD wasn't setup for SSL connection. Had my AD folks fixed that, and everything started working back again! Thanks.
Re: Exchange 2010 TLS Port
Hardware and Software
Microsoft Windows
10 Years Ago
by ermeier
I assume that the post from CimmerianX answered your question. However I found a picture of the Exchange ports that might be of interest to you. See attached jpg. 
Re: Segmentation fault when freeing objects
Programming
Software Development
14 Years Ago
by lius84
… value(s) ==26477== at 0x41A2E5F: __printf_fp (in /lib/
tls
/i686/cmov/libc-2.7.so) ==26477== by 0x419E563: … value(s) ==26477== at 0x41A2ED1: __printf_fp (in /lib/
tls
/i686/cmov/libc-2.7.so) ==26477== by 0x419E563: …on uninitialised value(s) ==26477== at 0x419CA4F: (within /lib/
tls
/i686/cmov/libc-2.7.so) ==26477== by 0x41A2F01: …
Related to heartbeat startup
Hardware and Software
Linux and Unix
14 Years Ago
by hellomythili
…(init_config+0x44f)[0x805ce1f] heartbeat(main+0xb73)[0x80566a3] /lib/
tls
/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7d52450] heartbeat[…-b7b40000 rw-p 00008000 08:03 689161 /lib/
tls
/i686/cmov/libnss_files-2.7.so b7b40000-b7b4a000 r…-b7fa9000 rw-p 00006000 08:03 689159 /lib/
tls
/i686/cmov/libnss_compat-2.7.so b7fa9000-b7faa000 rw…
20 year old LogJam bug proves that 'crypto is hard'
Community Center
Geeks' Lounge
9 Years Ago
by happygeek
… cryptography is never a good idea. Even though
TLS
provides a negotiation mechanism that should, in theory,…key exchange strength is a relatively obscure aspect of
TLS
protocol configuration. Until recently, most web servers …crypto, and certificate vulnerabilities out there lurking. SSL/
TLS
and certificates are the foundation of security on the …
problem in sqlcxt() function in pro*c
Programming
Software Development
17 Years Ago
by sikky_deep
…Reading symbols from /lib/
tls
/libpthread.so.0...done. Loaded symbols for /lib/
tls
/libpthread.so.0 Reading symbols…Reading symbols from /lib/
tls
/libm.so.6...done. Loaded symbols for /lib/
tls
/libm.so.6 Reading symbols…/libnss_files.so.2 #0 0x005be30e in malloc_consolidate () from /lib/
tls
/libc.so.6 (gdb) bt #0 0x005be30e in malloc_consolidate …
What is the error... please Help!
Programming
Software Development
15 Years Ago
by rhoit
…)[0xb7e615b6] ./R[0x804acdc] ./R[0x804b6ac] ./R[0x804b89e] /lib/
tls
/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7e06775] ./R[0x8048931…b7df0000-b7f4c000 r-xp 00000000 08:11 1205993 /lib/
tls
/i686/cmov/libc-2.9.so b7f4c000-b7f4d000 ---p… 0015c000 08:11 1205993 /lib/
tls
/i686/cmov/libc-2.9.so b7f4d000-b7f4f000 r--…
Can't find the runtime error...
Programming
Software Development
14 Years Ago
by group256
…./a.out[0x804b13b] ./a.out[0x804a4fe] ./a.out[0x8048f52] /lib/
tls
/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x40186bd6] ./a.out…1 40170000-402c3000 r-xp 00000000 08:01 3676435 /lib/
tls
/i686/cmov/libc-2.11.1.so 402c3000-402c4000 ---…p 00153000 08:01 3676435 /lib/
tls
/i686/cmov/libc-2.11.1.so 402c4000-402c6000 r…
Deallocation of memory to array of objects
Programming
Software Development
15 Years Ago
by suho
…./a.out: munmap_chunk(): invalid pointer: 0x09072f68 *** ======= Backtrace: ========= /lib/
tls
/i686/cmov/libc.so.6[0xb7cc5604] /usr/lib/libstdc++.so…6(_ZdlPv+0x21)[0xb7ea8231] ./a.out[0x804a6a6] /lib/
tls
/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7c6c775] ./…b7db2000 r-xp 00000000 08:05 50941 /lib/
tls
/i686/cmov/libc-2.9.so b7db2000-b7db3000 …
why do i get this message ?
Programming
Software Development
14 Years Ago
by moroccanplaya
…libc.so.6(fclose+0x14a)[0xb7719aaa] ./tryp[0x804875c] /lib/
tls
/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb76d4bd6] ./tryp[0x8048521… b76be000-b7811000 r-xp 00000000 07:00 1308267 /lib/
tls
/i686/cmov/libc-2.11.1.so b7811000-b7812000 …---p 00153000 07:00 1308267 /lib/
tls
/i686/cmov/libc-2.11.1.so b7812000-b7814000 …
1
2
3
13
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC