0
votes
0answers
15 views

“https” server response : 400 Bad Request python

I have a list of links in a txt file and I have to check the response of all the links.I have paste my code here...I run this code for all "http" links and everything works fine..But when i run the ...
2
votes
5answers
695 views

HTTPS for Mercurial 1.9.2 on windows server 2008/IIS 7 giving me Errno 10054

We are a small company (its a Microsoft shop) we are currently using subversion with VisualSVN installed (pretty easy to setup btw) I am currently evaluating Mercurial because of branching nightmare ...
7
votes
4answers
1k views

How can I see the entire request that's being sent to PayPal in my Python application?

I'm using the requests library to call PayPal's API over HTTPS. Unfortunately, I'm getting an error from PayPal, and PayPal support cannot figure out what the error is or what's causing it. They ...
0
votes
1answer
21 views

How to retrieve data from a iframe on a HTTPS secured site with a login

I have been trying to make a script, that will enable me to grab my grades from our online internal webpage. The page i want to retrieve data from is ...
9
votes
3answers
6k views

Suds over https with cert

I have soap service under Apache with ssl, suds works greate without ssl. I have client certificate (my.crt and user.p12 files). How I need to configure suds client ot make it work with service over ...
0
votes
1answer
42 views

Scrapy - using scrapy is it possible to login to an https website

I am trying to make a web crawler that will login to an https website using my credentials and then crawl certain parts of the site. I am using the Scrapty in python but i am not 100% sure if it is ...
1
vote
0answers
38 views

Using SUDS with HTTPS and setting location

I am using SUDS to call SOAP using this code: client = Client("https://xyz.rwth.de/SecuredDataService/SecuredData?wsdl",location="https://xyz.rwth.de/SecuredDataService/SecuredData",cache=None) For ...
0
votes
1answer
877 views

SSL verification python server/python

I am trying to write an https server and client. I have created a CA along with a private key and a self signed certificate for testing. Here is my test server: #!/usr/bin/env python import ...
1
vote
1answer
29 views

Python Https Request

I am trying to login on a website, but am having trouble do so. I have read various solutions, but where I am struggling is how do you know the login data form? For example, in this solution: def ...
0
votes
1answer
34 views

How to access a https secured web page using python

So basically the idea is to use python to login to a website and copy the content of a html page that can only be viewed after you have logged in. (under https) Any suggestions on how to achieve ...
4
votes
3answers
69 views

How do I unit-test HTTPS requests in Flask?

For certain pages in a Flask app I'm creating, I have an HTTPS redirection system as follows. def requires_https(f, code=302): """defaults to temp. redirect (301 is permanent)""" @wraps(f) ...
39
votes
7answers
25k views

Validate SSL certificates with Python

I need to write a script that connects to a bunch of sites on our corporate intranet over HTTPS and verifies that their SSL certificates are valid; that they are not expired, that they are issued for ...
0
votes
0answers
16 views

Django forwarding PKI data to another service

I'm working in an environment that uses PKI authentication based on X509 certificates to allow access to services. I am writing an application that will sit in a Django server. This application needs ...
0
votes
0answers
29 views

How to login a https server using python

I want to capture some webpage, but that is https based and require user and password authentication. I have user and password, but have no idea how to use that in python script. Coudl anybody share ...
5
votes
2answers
55 views

How to get response SSL certificate from requests in python?

Trying to get the SSL certificate from a response in requests. What is a good way to do this? Thanks very much!

1 2 3 4 5 11
15 30 50 per page