Questions tagged [ttls]

8 questions
2
votes
2 answers

Use Serial Port as Digital Out

I want to output a single bit from a program on my PC to a TTL circuit. I know I can buy a digital I/O card, but I just want a single value. Can I use one of the pins on the serial port as a single TTL out bit? Edit: I can use Linux or Windows.
Steven
  • 28,386
1
vote
1 answer

How to correctly integrate FreeRadius and eDirectory for eduroam?

Does anyone have any experience implementing eduroam and integrating Free-Radius and eDirectory? If yes pleas share your experience on how to correctly configure both. Also, do I have to retrieve edirectory universal user password in clear text, in…
Gazel
  • 113
1
vote
1 answer

Connect via TTLS or via PEAP?

I have the option to choose either of those protocols to connect to my university WLAN. Which should I use? Does it matter? What are the drawbacks of each choice?
Christian
  • 2,334
1
vote
0 answers

EAP-TTLS Authentication

When I try to log onto some wifi networks on my laptop, after I enter the username and password, I'm asked for EAP-TTLS authentication, and prompted to enter a domain/username and a password/token. This doesn't happen on my phone (which I am using…
0
votes
1 answer

How to connect to network using TTLS EAP in Windows XP

In Belgium we have FON-public shared networks. They have a web page for the Belgian FON-network and FON is only supported by 1 ISP in Belgium. More details on this page. When you connect to one of these the first webpage you load, will show you a…
Lukas
  • 9
0
votes
2 answers

I want to know about ttl time

172.16.0.1: bytes=32 time=18 TTL-61 Suppose this is my ping test here time=18, >18 is better or <18 is better and what is the optimal ttl time should be?
0
votes
3 answers

SSL problems on chrome

I'm running Chrome 35 on windows 8.1. In the past month, every web site I go to gives either SSL connection error, or else This webpage is not available. I click on refresh three or four times before I get the page I want. This is every page on…
-2
votes
1 answer

Where to get client certificates for Java client that uses TLS?

I am writing a Java client to consume payment gateway rest services. If I want to create a HTTPS client that uses client certificates, from where to get certificate? Is it is something to ask from the team implementing the server? I mean if server A…