ugosan / yubico-yubiserve

Automatically exported from code.google.com/p/yubico-yubiserve
GNU General Public License v3.0
0 stars 0 forks source link

SSL not working with yubico-client #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. change pam-auth url to use https
2.
3.

What is the expected output? What do you see instead?

expecting validation to succeed
validation fails

What version of the product are you using? On what operating system?

3.1-svn release (current 10/14/2013)
Redhat 6.4

Please provide any additional information below.

I am able to successfully authenticate using the following:

auth        required      pam_yubico.so authfile=/etc/yubikeyid id=1 
key=XXXXXXXXXX= 
url=http://act-yubikey-val.ucsd.edu/wsapi/2.0/verify?id=%d&otp=%s

If I change the url to https it fails. 

Original issue reported on code.google.com by darkav...@gmail.com on 14 Oct 2013 at 9:13