1 Mar 2004 19:29
2 Mar 2004 12:04
2 Mar 2004 17:34
Re: Mozilla LDAP C SDK binaries ,,,
Richard Megginson <richm <at> netscape.com>
2004-03-02 16:34:56 GMT
2004-03-02 16:34:56 GMT
Chad Langston wrote: > Does anyone know where I might find the C SDK binaries? I have been unable > to locate them anywhere. Are they gone. Do I have to compile the libraries > myself these days? If you want the latest, you will have to compile them yourself. Otherwise, you can grab them from the Netscape Directory Server package. The DS is available for a trial period, but the full binary LDAP SDK is included which you can just grab and use. - http://sbsdownload.netscape.com/download/product.cgi?Product=1 > > Regards, > Chad > >
2 Mar 2004 17:37
3 Mar 2004 07:30
Failed to create SSL socket (91); Cannot connect to the LDAP server
Netscape <faisal419 <at> hotmail.com>
2004-03-03 06:30:55 GMT
2004-03-03 06:30:55 GMT
Hi all,
I am working on LDAP utilities using Netscape LDAP API in JAVA I am
following exactly as netscape api documentation says but facing problems as
below:
My code snippet is as follows:
***********************************
...
...
com.sun.net.ssl.internal.ssl.Provider.install();
LDAPSSLSocketFactory ldapsslsf = new LDAPSSLSocketFactory();
m_ldpCon = new LDAPConnection(ldapsslsf);
m_ldpCon.connect("ldap.openldap.org", 636);
...
...
and I am getting following exception:
******************************************
netscape.ldap.LDAPException: Failed to create SSL socket (91); Cannot
connect to the LDAP server
at
netscape.ldap.LDAPSSLSocketFactory.makeSocket(LDAPSSLSocketFactory.java:309)
at netscape.ldap.LDAPConnSetupMgr.connectServer(LDAPConnSetupMgr.java:411)
at netscape.ldap.LDAPConnSetupMgr.openSerial(LDAPConnSetupMgr.java:343)
at netscape.ldap.LDAPConnSetupMgr.connect(LDAPConnSetupMgr.java:237)
at netscape.ldap.LDAPConnSetupMgr.openConnection(LDAPConnSetupMgr.java:163)
at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:1033)
at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:915)
at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:759)
(Continue reading)
3 Mar 2004 07:39
Failed to create SSL socket (91); Cannot connect to the LDAP server [updated]
Faisal <faisal419 <at> hotmail.com>
2004-03-03 06:39:50 GMT
2004-03-03 06:39:50 GMT
Hi folks,
I am working on LDAP utilities using Netscape LDAP API in JAVA I am
following exactly as netscape api documentation says but facing problems as
below:
My code snippet is as follows:
***********************************
...
...
com.sun.net.ssl.internal.ssl.Provider.install();
LDAPSSLSocketFactory ldapsslsf = new LDAPSSLSocketFactory();
m_ldpCon = new LDAPConnection(ldapsslsf);
m_ldpCon.connect("ldap.openldap.org", 636);
...
...
and I am getting following exception:
******************************************
netscape.ldap.LDAPException: Failed to create SSL socket (91); Cannot
connect to the LDAP server
at
netscape.ldap.LDAPSSLSocketFactory.makeSocket(LDAPSSLSocketFactory.java:309)
at netscape.ldap.LDAPConnSetupMgr.connectServer(LDAPConnSetupMgr.java:411)
at netscape.ldap.LDAPConnSetupMgr.openSerial(LDAPConnSetupMgr.java:343)
at netscape.ldap.LDAPConnSetupMgr.connect(LDAPConnSetupMgr.java:237)
at netscape.ldap.LDAPConnSetupMgr.openConnection(LDAPConnSetupMgr.java:163)
at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:1033)
at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:915)
at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:759)
(Continue reading)
5 Mar 2004 08:20
Re: Failed to create SSL socket (91); Cannot connect to the LDAP server [updated]
Erhyuan Tsai <etsai <at> pacbell.net>
2004-03-05 07:20:59 GMT
2004-03-05 07:20:59 GMT
There was a post by Rob Weltman may help. I found the archive at http://www.mail-archive.com/mozilla-directory <at> mozilla.org/msg01557.html -ey Faisal wrote: > Hi folks, > > I am working on LDAP utilities using Netscape LDAP API in JAVA I am > following exactly as netscape api documentation says but facing problems as > below: > > My code snippet is as follows: > *********************************** > ... > ... > com.sun.net.ssl.internal.ssl.Provider.install(); > LDAPSSLSocketFactory ldapsslsf = new LDAPSSLSocketFactory(); > m_ldpCon = new LDAPConnection(ldapsslsf); > m_ldpCon.connect("ldap.openldap.org", 636); > ... > ... > > and I am getting following exception: > ****************************************** > netscape.ldap.LDAPException: Failed to create SSL socket (91); Cannot > connect to the LDAP server > at > netscape.ldap.LDAPSSLSocketFactory.makeSocket(LDAPSSLSocketFactory.java:309)(Continue reading)
6 Mar 2004 08:19
Read This....Please....
Bob <BobLoblaw <at> rogers.com>
2004-03-06 07:19:04 GMT
2004-03-06 07:19:04 GMT
MAKE MONEY!!!MAKE MONEY!!!
MAKE THOUSANDS!!!
I found this on a bulletin board and decided to try it: I don't care
about the useless pre-fabricated crap this message usually says. All I
say is, it works. Continue pre-fab crap.
WELL GUESS WHAT!!!
Within seven days, I started getting money in the mail!! I
was shocked!! I figured it would end soon, but the money just kept
coming in. In my first week, I made about $25.00. By the end of the
second week I had
made a total of more than $1000.00!! In the third week I had more than
$10,000.00 and it's still growing!! This is now my fourth week and I
have made a total of $42,000.00 and it's still coming rapidly. It's
certainly worth $6.00 and six stamps, and I have spent more than that
on the lottery without ever winning!!!
Let me tell you how this works and most important, why it
works..........
also make sure you print this out NOW, so you can get the information
off of it, as you will need it. I promise you that if you follow the
directions exactly that you
will start making more money than you thought possible by doing
something so easy!!
Suggestion: Read this entire message carefully!! (Print it out or
download it)
(Continue reading)
8 Mar 2004 06:20
Re: Failed to create SSL socket (91); Cannot connect to the LDAP server [updated]
Faisal <faisal419 <at> hotmail.com>
2004-03-08 05:20:16 GMT
2004-03-08 05:20:16 GMT
Thanx Erhyuan Tsai, I have already read that archive and tried to contact with Rob seperatly. I am thankfull to you for all this. But I find some thing different that I will post today in brief details. Regards, Faisal. "Erhyuan Tsai" <etsai <at> pacbell.net> wrote in message news:40482A5B.5040400 <at> pacbell.net... > There was a post by Rob Weltman may help. > I found the archive at > http://www.mail-archive.com/mozilla-directory <at> mozilla.org/msg01557.html > > -ey > > Faisal wrote: > > Hi folks, > > > > I am working on LDAP utilities using Netscape LDAP API in JAVA I am > > following exactly as netscape api documentation says but facing problems as > > below: > > > > My code snippet is as follows: > > *********************************** > > ... > > ... > > com.sun.net.ssl.internal.ssl.Provider.install();(Continue reading)
8 Mar 2004 17:50
Urgent: 5000 Euro Reward (0.593344513030416)
0.6493258761528614 <fasten <at> hrs.com>
2004-03-08 16:50:16 GMT
2004-03-08 16:50:16 GMT
5000 Euro Belohnung / 5000 Euro Reward
--------------------------------------
Ich biete eine Belohnung von 5000 Euro wenn mir jemand verraet
wie ein Streetgame (International Money Game) die Leute um den
Spieler herrum beeinflusst.
0.28112419367507757
Ich stecke in genau diesem Unfug drin und irgendjemand manipuliert
alle Leute, denen ich begegne und Radio bzw. Fernsehprogramme, die
ich beobachte.
I offer a reward of 5000 Euro if anybody tells me how a streetgame
(International Money Game) manipulates the people around the player.
I'm currently trapped in something like that and somebody manipulates
everybody I meet and radio or TV programs I watch or listen to.
0.09169294304337328
http://www.fastenrath.net/, http://slashdot.org/~fastenrath/
Bernhard Fastenrath
Steinfelder Gasse 1, 50670 Koeln, Germany
fon: +49-173-5166326
fax: +49-69-13306976636
email: fasten <at> hrs.com
RSS Feed