Can you try other software that uses nss for ssl communication ? That
may help narrowing down.
Yes, but I do not know what can be suitable for such test,
The "apt-cache rdepends libnss3-1d" does not bring light for me :-(
Is there some simple application, which is or can be built against nss ?
Something like wget ? Or some test from nss package ?
I don't believe there is a openssl s_client like feature in nss tools.
You can maybe try curl, then, but I'm unsure how the nss support looks
like nowadays. I know it was not very much tested a while ago.
You can also try evolution, I think trying to connect on imaps or pops
will use nss. Same applies with pidgin if you have access to a ssl'ed
chatting service.
Thanks for the hint.
The nss enabled curl (see ldd below) returns expected data.
Tested by "src/.libs/curl --insecure https://buildd.debian.org"
What now ?
Petr
ldd src/.libs/curl
libcurl.so.4 => lib/.libs/libcurl.so.4 (0x000000080083a000)
librt.so.1 => /lib/librt.so.1 (0x0000000800a7b000)
libnss3.so.1d => /usr/lib/libnss3.so.1d (0x0000000800c91000)
libnssutil3.so.1d => /usr/lib/libnssutil3.so.1d (0x0000000800f91000)
libsmime3.so.1d => /usr/lib/libsmime3.so.1d (0x00000008011ac000)
libssl3.so.1d => /usr/lib/libssl3.so.1d (0x00000008013d2000)
libplds4.so.0d => /usr/lib/libplds4.so.0d (0x0000000801601000)
libplc4.so.0d => /usr/lib/libplc4.so.0d (0x0000000801804000)
libnspr4.so.0d => /usr/lib/libnspr4.so.0d (0x0000000801a08000)
libpthread.so.0 => /lib/libpthread.so.0 (0x0000000801c44000)
libdl.so.2 => /lib/libdl.so.2 (0x0000000801e62000)
libz.so.1 => /usr/lib/libz.so.1 (0x0000000802066000)
libc.so.0.1 => /lib/libc.so.0.1 (0x000000080227d000)
/lib/ld-kfreebsd-x86-64.so.1 (0x000000080061c000)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]