I have implemented a Python script to interface with Speckle to access the server, retrieve data streams and ultimately retrieve the JSON geometry object for parsing in FME.
This runs and retrieves data in my base Python install, the FME REPL command-line Python build but will not get over the first hurdle of interfacing with the Speckle Server.
Are there transport restrictions to python code? I can't find documentation around this. Before I try writing a bunch of scaffolding code just to trace back the problem it seems best to see if there is a fundamental restriction I won't overcome.
Some suggestion on the Speckle forum is that it may be related to SSL certificates...?