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.

    评论

报告相同问题?

悬赏问题

  • ¥50 易语言把MYSQL数据库中的数据添加至组合框
  • ¥20 求数据集和代码#有偿答复
  • ¥15 关于下拉菜单选项关联的问题
  • ¥20 java-OJ-健康体检
  • ¥15 rs485的上拉下拉,不会对a-b<-200mv有影响吗,就是接受时,对判断逻辑0有影响吗
  • ¥15 使用phpstudy在云服务器上搭建个人网站
  • ¥15 应该如何判断含间隙的曲柄摇杆机构,轴与轴承是否发生了碰撞?
  • ¥15 vue3+express部署到nginx
  • ¥20 搭建pt1000三线制高精度测温电路
  • ¥15 使用Jdk8自带的算法,和Jdk11自带的加密结果会一样吗,不一样的话有什么解决方案,Jdk不能升级的情况