About https in Captive Portal
-
Hi, everyone. I have a problem about https in CP. I take create CA(x.509) and private key to insert in dialog on CP. But my key isn't working.
Please guide me to create CA & Private key and how to use it.
thanks for help and sorry about my poor English.
-
You should be able to use any general guide for creating a self signed certificate. Just google for "creating a self signed ssl certificate". You'll get a ton of hits that are pretty detailed.
nb
-
hello,
i have the same pb with CP in HTTPS.
when i use CP in HTTP mode, there s no problem, i have the authentification page on port 8000 ( here : http://192.168.10.250:8000 )
in the firewall rules, in order to be sure that all is ok, i allow all from any to any and any protocol.
i try to use https mode, i check the box, i have generate my cert and my private key, i past in pem mode like that :the https server name : 192.168.10.250
–---BEGIN CERTIFICATE-----
MIIEIjCCA4ugAwIBAgIJAPRmSsPBMn7rMA0GCSqGSIb3DQEBBQUAMIG9MQswCQYD
VQQGEwJGUjEPMA0GA1UECBMGRnJhbmNlMRIwEAYDVQQHEwlNYXJzZWlsbGUxLzAt
BgNVBAoTJkVjb2xlIE5hdGlvbmFsZSBkZSBsYSBNYXJpbmUgTWFyY2hhbmRlMRcw
.......
-----END CERTIFICATE-----and the private key :
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,D0AF50D6D71B7AC23pVs1xzoq/Yk4nStmt8Bl4+icMd9mIDVJiBN9tDaJcW63oATUnCjoIS9XttEt974
.......
-----END RSA PRIVATE KEY-----and save
and in this case, i launch my navigator, try to connect to https://192.168.10.250:8001/index.php?redirect.....
and nothing, it doesn t work....
i try to do many thing, but i dont understand the problem.
could you help me to resolve it please ?
i repeat that in http mode, there s no problem.....
thanx 4 all . -
Is this a self-signed cert or did you purchase from ???.
-
it s a self signed cert generated with openssl on a slackware.