Corporte Gadfly
Corporte Gadfly
Ummm.. not so much. The instructions on Mustafa's blog seem to be an almost verbatim copy of the instructions from this site when squid was used for proxying non-SSL content....
> Still couldn't we use SNI for all device except playstation etc. and use squid for these devices Squid does not allow proxying of SSL content without MITM style self-generated...
Sorry, I don't have a hulu plus subscription. There other issues related to hulu ([open](https://github.com/corporate-gadfly/Tunlr-Clone/issues?labels=hulu&page=1&state=open) and [closed](https://github.com/corporate-gadfly/Tunlr-Clone/issues?labels=hulu&page=1&state=closed))
Pretty sure you need (so that you match the entire domain): ``` .*\.akadns\.net * ```
Sorry, I updated my previous post. Too many backslashes.
You could try running everything through Fiddler 2 (if you're on windows) or something like Burp proxy if your are on OSX or Linux.
Perhaps you may need to look at all the traffic that needs to be diverted (using a proxy like Fiddler2). Just a suggestion.
@pitboss abc.com will be going to a subscription based setup starting from [January 6th](http://watchabc.go.com/info), so this might be a moot point.
And similar warning: ``` The AbstractArchiveTask.archiveName property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the archiveFileName property instead. See https://docs.gradle.org/7.2/dsl/org.gradle.api.tasks.bundling.AbstractArchiveTask.html#org.gradle.api.tasks.bundling.AbstractArchiveTask:archiveName for more details....
Didn't have time to do a pull request, but feel free to use the following diff, if it helps: ``` diff --git a/src/main/groovy/io/openliberty/tools/gradle/tasks/AbstractServerTask.groovy b/src/main/groovy/io/openliberty/tools/gradle/tasks/AbstractServerTask.groovy index 3aac419..8397969 100644 --- a/src/main/groovy/io/openliberty/tools/gradle/tasks/AbstractServerTask.groovy +++...