https support incomplete
Bug #1341299 reported by
Thomas Waldmann
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pastebinit |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I develop https:/
I post to a https URL (which seems to work ok) and the response is a redirect to the https view of the just created pastebin.
But pastebinit outputs a http: url (not https:).
Luckily, on our server we have a redirect from all http urls to the same https rule, so it works. But it would be broken without that.
As using TLS is critical for security and it is not usable due to this, this could be even considered a security issue.
Related branches
lp://staging/~tsyrus/pastebinit/1341299-https-support
- Rolf Leggewie: Needs Resubmitting
-
Diff: 46 lines (+10/-5)2 files modifiedpastebin.d/paste.debian.net.conf (+1/-1)
pastebinit (+9/-4)
lp://staging/~tsyrus/pastebinit/pastebinthat-gpg
On hold
for merging
into
lp://staging/pastebinit
- Pastebinit Developers: Pending requested
-
Diff: 1589 lines (+775/-500)22 files modifiedREADME (+16/-13)
pastebin.d/cxg.de.conf (+4/-7)
pastebin.d/dpaste.com.conf (+17/-0)
pastebin.d/fpaste.org.conf (+1/-1)
pastebin.d/lpaste.net.conf (+2/-3)
pastebin.d/p.defau.lt.conf (+2/-5)
pastebin.d/paste.debian.net.conf (+1/-1)
pastebin.d/paste.drizzle.org.conf (+6/-9)
pastebin.d/paste.kde.org.conf (+10/-14)
pastebin.d/paste.openstack.org.conf (+6/-9)
pastebin.d/paste.pound-python.org.conf (+1/-1)
pastebin.d/paste.ubuntu.com.conf (+1/-1)
pastebin.d/paste.ubuntu.org.cn.conf (+1/-1)
pastebin.d/paste2.org.conf (+1/-1)
pastebin.d/pastebin.com.conf (+4/-5)
pastebin.d/pastebin.mate-desktop.org.conf (+7/-9)
pastebin.d/pb.daviey.com.conf (+4/-5)
pastebin.d/slexy.org.conf (+2/-3)
pastebin.d/sprunge.us.conf (+3/-5)
pastebinit (+537/-402)
test.py (+135/-0)
test.sh (+14/-5)
To post a comment you must log in.
Should have said:
Luckily, on our server we have a redirect rule from all http urls to the same https url, so it works.