php - Use DreamFactory SQL with SSL Connection -


just installed dreamfactory on server , have connecting correctly database. when trying send curl request, i'm receiving error:

curl: (35) unknown ssl protocol error in connection [api.domain.net].

i'm not sure start work ssl connection database. incredible @ point because searching issue isn't helping much.

are forcing ssl3? since dreamfactory docs "using ssl our api requires ssl3" may need use -3 or --sslv3 curl options, indicated on the curl man page. dreamfactory docs page of curl examples uses -3 option repeatedly. need ensure sslv3 support enabled in web server of choice, well.

this answer indicates curl error message "unknown ssl protocol error" can caused using wrong ssl/tls protocol version, above resolution given details provided.

you need ensure you've installed , enabled ssl cert. if deployed dreamfactory using bitnami, may want review their documentation on enabling ssl. if installed dreamfactory manually, need consult documentation particular environment. visiting https://[api.domain.net] in modern browser should give indication of whether or not cert installed , enabled. browser report version of ssl being used.

since question not specific , not provide details on setup, cannot provide more concrete answer. if can edit provide basic information, community may provide better response.


Comments

Popular posts from this blog

rewrite asp to php based on asp query -

android - questions about switching from C2DM to GCM -

visual studio 2010 - Error on RDLC Expression -