HTTPS support in SubstrateVM

Christian Wimmer christian.wimmer at oracle.com
Thu Mar 29 18:23:30 UTC 2018


Hi Peter,

I assume you are talking about HTTPS support for URL connections. 
Supporting HTTPS is non-trivial because it pulls in a lot from the Java 
security framework (including a lot of C code in addition to the Java 
code), and we need to find out which parts are necessary and which parts 
are not.

It is on our list of things that need to be done, but it will take us a 
while.

-Christian


On 03/28/2018 09:33 PM, Peter Niederwieser wrote:
> Hi,
> 
> I’ve noticed that SubstrateVM doesn’t currently support HTTPS. What are the plans around that?
> 
> In my Truffle language, modules often import other modules over HTTPS. Hence my interest in this feature.
> 
> Thanks,
> Peter
> 


More information about the graal-dev mailing list