Proxy Server - Secure Connection Failed "ssl_error_no_cypher_overlap"

I'm using the Screen Scraper proxy server but my connection is being refused on https site: https://ccmspa.pinellascounty.org/PublicAccess/Search.aspx
"An error occurred during a connection to ccmspa.pinellascounty.org. Cannot communicate securely with peer: no common encryption algorithm(s). (Error code: ssl_error_no_cypher_overlap)"

I want to collect the POST data through the proxy and generate scrapeable file. I tried every browser with no luck.

Thanks,
Jack

What is your version and

What is your version and edition of screen-scraper?

Screen Scraper: Professional

Screen Scraper: Professional 6.0.6
OS: Windows 7
Java: 8.51

And here is what I get when I try to access it from a scrapeable file:

New Scrapeable File: Resolved URL: https://ccmspa.pinellascounty.org/PublicAccess/CaseDetail.aspx?CaseID=17053304
New Scrapeable File: Sending request.
New Scrapeable File: An input/output error occurred while connecting to 'https://ccmspa.pinellascounty.org/PublicAccess/CaseDetail.aspx?CaseID=17053304'. The message was sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.

The proxy is a tricky part.

The proxy is a tricky part. The best thing I've found is to install Opera 12 (an older version), and it works to proxy most HTTPS sites.

You can find the fix for the request here: http://blog.screen-scraper.com/2015/04/29/https-connection-issues/

Tried Opera 12 with no

Tried Opera 12 with no luck:

Unable to complete secure transaction
Secure connection: fatal error (47)
https://ccmspa.pinellascounty.org/PublicAccess/default.aspx
Transmission failure.

I have the latest alpha version of the software and Java 8.51 but still can't successfully request the site.

Help!

I have a scrape that requests

I have a scrape that requests the URL, and it has a script at the beginning to call log.logScreenscraperInformation(). It works. Can you add a script to write that log at the beginning, and post the whole log?

Starting scraper.
Running scraping session: test
Processing scripts before scraping session begins.
Processing script: "General - log init"
Debugging mode is enabled.
=================== Log Variables with Message ===============
screen-scraper Instance Information
=================== Variables being monitored ================
=================== Static Values ================
Java Vendor: Oracle Corporation
Java Version: 1.8.0_45
OS Architecture: amd64
OS Name: Windows 7
OS Version: 6.1
SS Connection Timeout: 180 seconds
SS Edition: Enterprise
SS Extractor Timeout: 30000 milliseconds
SS Max Concurrent Scraping Sessions: 50
SS Maximum Memory: 512 MB
SS Memory Use: 5%
SS Run Mode: Workbench
SS Version: 6.0.64a
======== Message logged at: 07/28/2015 14:10:16.429 MDT ========
Skipping the following script because it's disabled: "General - use Async client"
Scraping file: "New Scrapeable File"
New Scrapeable File: Resolved URL: https://ccmspa.pinellascounty.org/PublicAccess/CaseDetail.aspx?CaseID=17053304
New Scrapeable File: Sending request.
test: Redirecting to: /PublicAccess/Login.aspx?ReturnUrl=%2fPublicAccess%2fCaseDetail.aspx%3fCaseID%3d17053304&CaseID=17053304
test: Redirecting to: /PublicAccess/default.aspx
Processing scripts after scraping session has ended.
Processing scripts always to be run at the end.
Scraping session "test" finished.

It's working on my end as

It's working on my end as well.

If I can only get the proxy to work now...