Skip to content

Commit

Permalink
[red] vypnout tls verifikaci (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes authored Jul 29, 2024
1 parent 6f93db1 commit 8693e53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/red/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
import json
import logging
import multiprocessing
import ssl
import os
from urllib.parse import urlparse
from urllib.request import Request, urlopen

ssl._create_default_https_context = ssl._create_unverified_context

HTTP_TIMEOUT = 60

# TODO: mozna nebude treba, mozna budou URL nemenne
Expand Down

0 comments on commit 8693e53

Please sign in to comment.