how can i use the ssl code of mozilla nss to visit a https server.
i want to use the mozilla nss source code to make a client program. how can i do it? the clent is used to visit a https server. but i couldn't find the code about how to do it. i just found that there is code about the clent / server using tcp/ip, but not about browser/server.
All Replies (3)
I am a c programer. Our goal is to communication with our https server. I steped using "https://developer.mozilla.org/en-US/docs/NSS/tools/NSS_Tools_ssltap" but it did'nt work successfully. It looks like the image's shows even I used the browser to visit the web site steped. Could you tell me the detail.
Thank you. Now i run it successfully. I toke a mistake yesterday.