FeitianSmartcardReader / eid-applet

Automatically exported from code.google.com/p/eid-applet
Other
1 stars 0 forks source link

https checks on localhost #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the specification it should be possible to run the application for 
local host in a non ssl environment.

I tried this, but in the classes of the servlet it checks for ssl: 

java.lang.SecurityException: HTTP receiver over unsecure channel
    be.fedict.eid.applet.shared.protocol.Unmarshaller.receive(Unmarshaller.java:213)
    be.fedict.eid.applet.service.AppletServiceServlet.doPost(AppletServiceServlet.java:280)

Original issue reported on code.google.com by elshel...@gmail.com on 22 May 2014 at 9:45

GoogleCodeExporter commented 9 years ago
You always need to run over SSL, even for localhost development.

Original comment by frank.co...@gmail.com on 22 May 2014 at 9:51