https 10701
A working understanding on SSL/TLS and HTTPS using Python
python
security
ssl
https
yesterday by mdorn
SSL is designed against man-in-the-middle attack. Safty is no easy thing. SSL can ensure a secured connection if it is correctly implemented. Right now, the possibly most popular implementation is OpenSSL. The ssl in Python's stdlib is essentially a wrapper around it. It provides a small set of very high level operations. To make use of it, a basic understanding on SSL is important.
yesterday by mdorn
n must be a native str (got unicode) · Issue #1285 · cherrypy/cherrypy · GitHub
7 days ago by ezequiel
P: I ran into this issue using calibre-server.
The function ntob explicitly expects a python string which is not unicode. Therefore my hack was to convert the unicode string: "unicodeString".encode('ascii','ignore')
I don't know if this is a bug in calibre or cherrpy. [...]
github
issue
workaround
links
bug
https
http
security
calibre
ubuntu
linux
unix
python
library
forumthread
networking
webserver
serverapp
The function ntob explicitly expects a python string which is not unicode. Therefore my hack was to convert the unicode string: "unicodeString".encode('ascii','ignore')
I don't know if this is a bug in calibre or cherrpy. [...]
7 days ago by ezequiel
Bug #1426171 “Calibre content server crashes” : Bugs : calibre package : Ubuntu
7 days ago by ezequiel
Q: I started the calibre content server from preferences on port 9090 with a custom username and password. When
I try to access it, either from a web browser via the test server option or using Calibre Companion I get a 500 server error.
There is this traceback in the calibre logs:
[...]
assert_native(n)
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpcompat.py", line 111, in assert_native
raise TypeError("n must be a native str (got %s)" % type(n).__name__)
TypeError: n must be a native str (got unicode)
[...]
issue
bug
https
http
security
calibre
ubuntu
linux
unix
python
library
links
forumthread
workaround
networking
webserver
serverapp
I try to access it, either from a web browser via the test server option or using Calibre Companion I get a 500 server error.
There is this traceback in the calibre logs:
[...]
assert_native(n)
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpcompat.py", line 111, in assert_native
raise TypeError("n must be a native str (got %s)" % type(n).__name__)
TypeError: n must be a native str (got unicode)
[...]
7 days ago by ezequiel
Apache redirect www to non-www and HTTP to HTTPS — Simone Carletti
8 days ago by Artzone
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^ https://example.com%{REQUEST_URI} [L,NE,R=301]
htaccess
redirect
https
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^ https://example.com%{REQUEST_URI} [L,NE,R=301]
8 days ago by Artzone
babolivier/go-doh-client: A DNS over HTTPS client implementation written in Go
golang
dns
https
9 days ago by geetarista
A DNS over HTTPS client implementation written in Go - babolivier/go-doh-client
9 days ago by geetarista
Nginx Quick Reference
10 days ago by garrettc
Comprehensive list of tips, tricks, and configuration examples for Nginx.
nginx
server
tips
tricks
configuration
devops
sysadmin
tuning
performance
http
https
10 days ago by garrettc
related tags
2018 443 65 acme advantages after aim analysis andreashepard apt automation avs aws-nlb aws blog blogs books bug buzzfeed calibre canada captaincrunch cdn certbot certificate certificates certification cloudflare config configuration cpanel cpp credentials culture damorememo danielbernstein debian debug debugging defcon development devenv devops direction disable dns docker domain drupal eff egov ellenpao encrypt essay example exchange explained explainer explanation fcc filippovalsorda firefox firewall force forumthread free freecodecamp generator github gnupg golang google gpg guide hackers handshake harveyweinstein hkps howto hsts htaccess htrace http/3 http http3 implement infosec iopipe ios issue jakeappelbaum johndraper jupyter key learning letsencrypt let’s lexgill library links linux local localhost mac men miramax missingstair mkcert morganmarquisboire mozilla networking networks nginx node noise opensource ops parameter performance pgp port presentations privacy profiling programming protocol proxy puma python quic rape react rebeccatraister redirect reference remote resumes reverseproxy rollout route53 rubyonrails sarahjeong scanning script secure security segurança server serverapp serverless setting setup sexism sexualassault sha256 share shell siliconvalley sni software ssh ssl static strict susanfowler synology sysadmin tanjalange tech technology testing theverge tips tls tomcat tool tools tor tracing transformation transport tricks tuning tutorial ubuntu unix venturecapital videos vpn web-development web webadmin webdev webserver wildcard women workaround zertifikateCopy this bookmark: