Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

I have not set any ssl settings on my django server. but when i run my local server the browser is redirecting to https. and its giving errors. please help me

  • 4 trả lời
  • 1 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi venktesh

more options

I have not set any ssl settings on my django server. but when i run my local server the browser is redirecting to https. and its giving errors. please help me

I have not set any ssl settings on my django server. but when i run my local server the browser is redirecting to https. and its giving errors. please help me

Tất cả các câu trả lời (4)

more options

I assume you do not run the HTTPS Everywhere extension.

Can you try clearing all site-related data for your localhost (or whatever server name you are using)? This will clear site preferences, history, cookies, local storage, and bookmarks, so if you need to keep any of those, then do NOT do this.

To use "Forget about this site", you can use the Library dialog (Ctrl+Shift+h), right-click a history entry for the server, and choose Forget about this site. Since Firefox does a history search, if you have a lot of history, this can take a minute to run, during which time Firefox will be nonresponsive.

Any difference?

more options

Thanks for the reply sir. let me explain you what i have done. i have an django app, i wanted to use ssl for that app so i made some changes in th setting.py file and reun the ssl server so it was working fine. but now i removed all the settings related to ssl. and running the server again but its still redirecting to https. i have made what changes u have said but still the same issue.

more options

Does this problem affect any of your other browsers?

more options

No sir. only in firefox i have this issue. and when i open private browsing and type http://localhost:8020/myappname its working fine. only giving error in the normal firefox browser.