Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
code to run in python3
#21
yes, the www. works.  i tried that when i saw it in the name list from the cert and it worked.  firefox is up to date with what ubuntu has.  but it won't matter since the issue is a missing name (the apex name) in the cert.  i don't know why it works for you.  maybe your browser cached a redirect (python dot org -> www dot python dot org) from before this issue or maybe its logic is to try the www. on failue (i think firefox tries it if the DNS name is missing).  maybe the workaround is to remove the A and AAAA records from the apex name in their DNS.

i tried all of these addresses:
Output:
lt1/forums /home/forums 21> addr python.org python.org.        86400    in    a       23.253.135.79 python.org.        86400    in    aaaa    2001:4802:7901:0:e60a:1375:0:6 lt1/forums /home/forums 22> addr www.python.org www.python.org.        86400    in    cname    python.map.fastly.net. www.python.org.        86400    in    cname    python.map.fastly.net. lt1/forums /home/forums 23> addr python.map.fastly.net. python.map.fastly.net.    30    in    aaaa    2a04:4e42:9::223 python.map.fastly.net.    30    in    a       151.101.36.223 lt1/forums /home/forums 24>

at least i can access the site, now.  but, many others might not be able to.

i wonder if there is a (python) program to get the cert from a SSL/TLS site/port.

firefox's behavior is mostly correct.  it still should allow at least a one-time exception with an HSTS warning or confirmation.

hmm. all these posts ended up in the wrong thread.

looks like the thread shift happened yesterday.  too late to move things, now.

am i talking to myself, again?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What the difference between python2 and python3 when they running my code. lpangfeic 1 1,830 Nov-19-2019, 04:44 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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