Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I took a couple of minutes to add a first approach for better SSL support.
One issue I found: If you have a webserver and do not require a scheme, you can actually (according to sf2) use both, but the documentation here requires http. I don't know how I could then probably handle it, if the route requires http and does not allow https.
Therefore you currently cannot test routes, allowing https and http, using a secured connection. Feel free to change that ...
Should fix #266