일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- TensorFlow
- license delete
- high level client
- zip 암호화
- plugin
- ELASTIC
- Python
- springboot
- query
- 파이썬
- API
- 차트
- Test
- aggs
- 900gle
- licence delete curl
- aggregation
- flask
- Elasticsearch
- analyzer test
- MySQL
- Mac
- sort
- License
- token filter test
- Kafka
- zip 파일 암호화
- Java
- matplotlib
- docker
Archives
- Today
- Total
개발잡부
Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings 본문
Python
Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
닉의네임 2022. 5. 26. 14:21반응형
에러는 아니고 경고 인데..
지저분해보여서
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
/Users/doo/opt/anaconda3/envs/doo/lib/python3.7/site-packages/urllib3/connectionpool.py:1050: InsecureRequestWarning: Unverified HTTPS request is being made to host 'front.homeplus.co.kr'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
반응형
'Python' 카테고리의 다른 글
[python] 검색어 확인 (0) | 2022.05.26 |
---|---|
SSL 어쩌고 해서 .. (0) | 2022.05.26 |
ValueError: Root certificates are missing for certificate validation. Either pass them in using the ca_certs parameter or install certifi to use it automatically. (0) | 2022.05.10 |
[python] python elasticsearch client (0) | 2022.04.28 |
[python] 파이썬기초 2 (0) | 2022.04.22 |
Comments