Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
https
#1
Brick 
Any chance?
Reply
#2
I have not done this at all on apache. So it would be an experiment for me. From what i heard from colleagues that tinker with apache that its a PITA.
Recommended Tutorials:
Reply
#3
(Sep-28-2016, 03:45 PM)metulburr Wrote: I have not done this at all on apache. So it would be an experiment for me. From what i heard from colleagues that tinker with apache that its a PITA.

It is
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#4
It also requires a not-so-cheap SSL certificate.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply
#5
(Sep-28-2016, 05:37 PM)Ofnuts Wrote: It also requires a not-so-cheap SSL certificate.

Through Namecheap, I believe we can get something that would do the job for $9/year. But yeah, there are very expensive options.
Reply
#6
Well, we could use a self-signed certificate if we wanted free ssl. ...but then everyone who ever comes here would see a warning letting them know it's self signed lol
Reply
#7
To most people, it's not a warning that it's self-signed, it's a warning that there's probably something wrong. Self-signed is definitely not ok in this context.
Reply
#8
What about https://letsencrypt.org/
Reply
#9
(Sep-28-2016, 07:10 PM)Kebap Wrote: What about https://letsencrypt.org/

That is super cool, and I'm glad we (the internet in general) finally did something like this.  Super easy to install for apache, also: https://certbot.eff.org/#ubuntuxenial-apache
Reply
#10
(Sep-28-2016, 07:10 PM)Kebap Wrote: What about https://letsencrypt.org/

After past experience dealing with https, my first thought when I saw the request was "Nightmare".  After seeing your link above, I thought "well that's pretty cool, but still a nightmare".

Then while searching YouTube on an unrelated matter, I ran across this tutorial:
SSL for HTTPS with Apache server

and I said out loud "Are you s***ing me?".

Will definitely have to try this and see if it really is that easy, thanks for the link :D
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  where has your https gone? re-post GustavoWoltmann 3 4,189 Mar-09-2017, 12:42 PM
Last Post: buran
  chat iframe no longer working after https metulburr 1 2,904 Jan-28-2017, 02:25 PM
Last Post: metulburr
  Where has your https gone? consuli 45 27,288 Jan-20-2017, 11:25 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020