spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

canvas sample invalid security certificate #25

Open pishty1 opened 10 years ago

pishty1 commented 10 years ago

Hello all,

just cloned the pring-social-canvas sample code and ran mvn tomcat:run but it failed because of the .keystore file wasnt there so i created one like so,

keytool -genkey -alias tomcat -keyalg RSA

and edit the pom to have the password

however no am getting the following error on the firefox browser when i navigate to http://apps.facebook.com/springsocialcanvas

localhost:8443 uses an invalid security certificate. The certificate is not trusted because it is self-signed. The certificate is only valid for Unknown (Error code: sec_error_ca_cert_invalid)

am sure there is a way to develop canvas apps on a localhost. Any help would be appreciate.

Many thanks