duanhu7615 2013-09-15 12:40
浏览 50

如何在html5网站和wbeserver之间使用ssl建立安全连接

Please I have a android hybrid app which mean i'v build it with html5,javascript and css. and with it i consult some informations from a database through php . this database and php files i've hosted them in x10hosting.com website . but i want to make the connection between my app and the database (php)secure . i want to use ssl , but i don't know how to do it, I've searching for like a weak , and i'm here so please help me because this is my final project . please any tutorials or links i'll be very thankful

  • 写回答

1条回答

  • donglei2288 2013-09-15 13:00
    关注

    I assume it should be enough if you configure your HTTP server to allow SSL connections (have you done anything in this direction?) and then use it by simply connecting to "HTTPS" instead of "HTTP".

    One more thing is that your app should check the validity of the certificate of the server - otherwise you are vulnerable to man-in-the-middle attacks.

    评论

报告相同问题?

悬赏问题

  • ¥100 c语言,请帮蒟蒻写一个题的范例作参考
  • ¥15 名为“Product”的列已属于此 DataTable
  • ¥15 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
  • ¥50 成都蓉城足球俱乐部小程序抢票
  • ¥15 yolov7训练自己的数据集
  • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)