Giter Club home page Giter Club logo

mocca's People

Contributors

cornelialahnsteiner avatar cybot avatar dti-jenkins avatar mbonato avatar pshdivis avatar sebastian-zoescher avatar szoescher avatar tknall avatar tlenz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mocca's Issues

Webbrowser cannot connect to MOCCA-Interface

Final activationstep via https://www.a-trust.at/KartenAktivierung/StartECardFon2.aspx should connect to the local daemon on port 3496.
( https://127.0.0.1:3496/https-security-layer-request?XMLRequest=*********... )

But the browser answers with plain javascript-sourcecode instead of a functional interface:

here the top~50lines:

(function(canvas, canvasfont, audioblock, battery, webgl, webrtcdevice, gamepad, webvr, bluetooth, timezone, clientrects, clipboard, browserplugins){ function processFunctions(scope) { /* Browser Plugins */ if (browserplugins == 'true') { scope.Object.defineProperty(navigator, "plugins", {enumerable: true, configurable: true, get: function() { var browserplugins_triggerblock = scope.document.createElement('div'); browserplugins_triggerblock.className = 'scriptsafe_oiigbmnaadbkfbmpbfijlflahbdbdgdf_browserplugins'; browserplugins_triggerblock.title = 'navigator.plugins'; document.documentElement.appendChild(browserplugins_triggerblock); return ""; }}); } /* Canvas */ if (canvas != 'false') { var fakecanvas = scope.document.createElement('canvas'); fakecanvas.className = 'scriptsafe_oiigbmnaadbkfbmpbfijlflahbdbdgdf_canvas'; if (canvas == 'random') { var fakewidth = fakecanvas.width = Math.floor(Math.random() * 999) + 1; var fakeheight = fakecanvas.height = Math.floor(Math.random() * 999) + 1; } var canvas_a = scope.HTMLCanvasElement; var origToDataURL = canvas_a.prototype.toDataURL; var origToBlob = canvas_a.prototype.toBlob;

.. and so on

this is true for Firefox67 and Chromium74 so far. ( on Linux opensuse Leap15.1 )

The jetty-interface on https://127.0.0.1:3496/ itself works fine

the are no errors in ~/.mocca/logs/webstart.log

thanks for help

br
-c-

Maven Central Plugin Repository outdated (no HTTPS)

The URL for the Maven Central Plugin Repository is oudated, since it uses HTTP without SSL, which is no longer supported by the repository:

[ERROR] Failed to execute goal on project smcc: Could not resolve dependencies for project at.gv.egiz:smcc:jar:1.3.33-PRIMESIGN-3-SNAPSHOT: Failed to collect dependencies at iaik:iaik_jce_full_signed:jar:5.5: Failed to read artifact descriptor for iaik:iaik_jce_full_signed:jar:5.5: Could not transfer artifact iaik:iaik_jce_full_signed:pom:5.5 from/to maven-central (http://repo1.maven.org/maven2/): Transfer failed for http://repo1.maven.org/maven2/iaik/iaik_jce_full_signed/5.5/iaik_jce_full_signed-5.5.pom 501 HTTPS Required -> [Help 1]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.