Jarrettluo / all-docs

"All Docs" is a tool that enables online previewing, storage, and sharing of documents such as Word, Excel, PowerPoint, PDF, and images (Pic). It supports full-text search for all document information. “全文档”(All Docs),Word, Excel, PPT, PDF, Pic等文档在线预览、存储、共享的工具,并且支持全文搜索的所有的文档信息。

Home Page:https://jiaruiblog.com/all-docs-page/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to Deploy Application Due to Browser Blocking Insecure HTTP Connections

TVHstudio opened this issue · comments

I am trying to deploy my Vue.js application to a web hosting server. However, since the connection from my local machine to the server uses HTTP instead of HTTPS, modern browsers are blocking the insecure traffic.

This prevents me from deploying my application successfully. How can I update the configuration on my side and the hosting server to support HTTPS connections?